We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ae2fd commit 62c44afCopy full SHA for 62c44af
requirements.txt
@@ -9,7 +9,7 @@ scikit-learn
9
scprep
10
scanpy
11
torchdyn>=1.0.6 # 1.0.4 is broken on pypi
12
-pot
+pot<0.9.5
13
torchdiffeq
14
absl-py
15
clean-fid
runner-requirements.txt
@@ -45,7 +45,7 @@ scprep
45
46
timm
47
torchdyn>=1.0.5 # 1.0.4 is broken on pypi
48
49
50
# --------- notebook reqs -------- #
51
seaborn>=0.12.2
setup.py
@@ -15,7 +15,7 @@
"scprep",
16
"scanpy",
17
"torchdyn",
18
- "pot",
+ "pot<0.9.5",
19
"torchdiffeq",
20
"absl-py",
21
"clean-fid",
0 commit comments