Skip to content

Commit

Permalink
unpin numpy,pandas and pot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Jan 3, 2025
1 parent b0e062b commit 06471fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ torchvision>=0.11.0

lightning-bolts
matplotlib
numpy<2.0.0
numpy
scipy
scikit-learn
scprep
scanpy
torchdyn>=1.0.6 # 1.0.4 is broken on pypi
pot<0.9.5
pot
torchdiffeq
absl-py
clean-fid
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@

install_requires = [
"torch>=1.11.0",
"torchvision>=0.11.0",
"lightning-bolts",
"matplotlib",
"numpy<2.0.0", # Due to pandas incompatibility
"numpy", # Due to pandas incompatibility
"scipy",
"scikit-learn",
"scprep",
"scanpy",
"torchdyn",
"pot<0.9.5",
"torchdyn>=1.0.6",
"pot",
"torchdiffeq",
"absl-py",
"clean-fid",
]

version_py = os.path.join(os.path.dirname(__file__), "torchcfm", "version.py")
Expand Down

0 comments on commit 06471fb

Please sign in to comment.