Spaces:
Running
Running
Commit
·
6c5b698
1
Parent(s):
a551fd9
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 2 |
-f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
| 3 |
# pip==20.2.4
|
|
|
|
| 4 |
torch==1.12.1
|
| 5 |
torch-scatter
|
| 6 |
torch-spline-conv
|
|
@@ -23,7 +24,6 @@ mols2grid==1.1.1
|
|
| 23 |
numpy==1.23.5
|
| 24 |
pandas>=1.0.0,<2.0.0
|
| 25 |
pydantic<2.0.0
|
| 26 |
-
keras==2.10.0
|
| 27 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 28 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 29 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
|
|
|
| 1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 2 |
-f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
| 3 |
# pip==20.2.4
|
| 4 |
+
keras<2.15.0
|
| 5 |
torch==1.12.1
|
| 6 |
torch-scatter
|
| 7 |
torch-spline-conv
|
|
|
|
| 24 |
numpy==1.23.5
|
| 25 |
pandas>=1.0.0,<2.0.0
|
| 26 |
pydantic<2.0.0
|
|
|
|
| 27 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 28 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 29 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|