Skip to content

Commit

Permalink
Sets tensorpack dependency to use main
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonLChin committed Sep 9, 2024
1 parent ad9985e commit ea217b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = ">=3.12,<3.13"
numpy = "^1.23.0"
xarray = ">=2022.3.0"
tensorly = "^0.8.0"
tensorpack = {git = "https://github.com/meyer-lab/tensorpack.git", rev = "python_update"}
tensorpack = {git = "https://github.com/meyer-lab/tensorpack.git"}
seaborn = ">=0.11.2"
pandas = ">=1.4.3"
scikit-learn = "^1.1.1"
Expand Down

0 comments on commit ea217b3

Please sign in to comment.