fix: pip version
Browse files- pre-requirements.txt +2 -1
- requirements.txt +2 -2
pre-requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
pip==20.2.4
|
|
|
|
1 |
+
pip==20.2.4
|
2 |
+
#pip==22.3.1
|
requirements.txt
CHANGED
@@ -8,9 +8,9 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.1.
|
12 |
-
molgx>=0.22.0a1
|
13 |
diffusers==0.6.0
|
|
|
14 |
molecule_generation
|
15 |
PyTDC==0.3.7
|
16 |
gradio==3.9.1
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
gt4sd>=1.1.10
|
|
|
12 |
diffusers==0.6.0
|
13 |
+
molgx>=0.22.0a1
|
14 |
molecule_generation
|
15 |
PyTDC==0.3.7
|
16 |
gradio==3.9.1
|