Skip to content

Commit 62c44af

Browse files
authored
Pin python OT version (#146)
1 parent 72ae2fd commit 62c44af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scikit-learn
99
scprep
1010
scanpy
1111
torchdyn>=1.0.6 # 1.0.4 is broken on pypi
12-
pot
12+
pot<0.9.5
1313
torchdiffeq
1414
absl-py
1515
clean-fid

runner-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ scprep
4545
scanpy
4646
timm
4747
torchdyn>=1.0.5 # 1.0.4 is broken on pypi
48-
pot
48+
pot<0.9.5
4949

5050
# --------- notebook reqs -------- #
5151
seaborn>=0.12.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scprep",
1616
"scanpy",
1717
"torchdyn",
18-
"pot",
18+
"pot<0.9.5",
1919
"torchdiffeq",
2020
"absl-py",
2121
"clean-fid",

0 commit comments

Comments
 (0)