Skip to content

Commit 89cf59c

Browse files
authored
trying to pin versions 📍
1 parent 3c5a08b commit 89cf59c

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

optional.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
h5py
2-
pytest
3-
networkx
4-
hypothesis
5-
matplotlib
6-
opencv-python # mod_name=cv2
7-
jax
8-
jaxlib
9-
tensorflow
10-
tensorflow-addons # mod_name=tensorflow_addons
11-
tensorflow-probability # mod_name=tensorflow_probability
12-
torch==1.11.0+cpu
1+
h5py==3.7.0
2+
pytest==7.1.2
3+
networkx==2.8.4
4+
hypothesis==6.48.2
5+
matplotlib==3.5.2
6+
opencv-python==4.6.0.66 # mod_name=cv2
7+
jax==0.3.14
8+
jaxlib==0.3.14
9+
tensorflow==2.9.1
10+
tensorflow-addons==0.17.1 # mod_name=tensorflow_addons
11+
tensorflow-probability==0.17.0 # mod_name=tensorflow_probability
12+
torch==1.11.0
1313
torch-scatter==2.0.9 # mod_name=torch_scatter
14-
functorch
15-
mxnet
14+
functorch==0.1.1
15+
mxnet==1.9.1
1616
scipy==1.8.1
17-
dm-haiku # mod_name=haiku
17+
dm-haiku==0.0.6 # mod_name=haiku

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
numpy
2-
einops
3-
psutil
4-
termcolor
5-
colorama
6-
packaging
7-
nvidia-ml-py3 # mod_name=pynvml
1+
numpy==1.23.0
2+
einops==0.4.1
3+
psutil==5.9.1
4+
termcolor==1.1.0
5+
colorama==0.4.5
6+
packaging==21.3
7+
nvidia-ml-py3==7.352.0 # mod_name=pynvml

0 commit comments

Comments
 (0)