Spaces:
Running
Running
jannisborn
commited on
Commit
·
6e7eceb
1
Parent(s):
14f0f32
wip: update reqs
Browse files- requirements.txt +19 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gt4sd>=1.0.0
|
| 2 |
gradio>=3.9
|
| 3 |
markdown-it-py>=2.1.0
|
| 4 |
mols2grid>=0.2.0
|
| 5 |
-
pandas>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.0,<=1.12.1+cpu; sys_platform == "linux"
|
| 2 |
+
torch>=1.0,<=1.12.1; sys_platform != "linux"
|
| 3 |
+
torch-sparse<=0.6.15+cpu; sys_platform == 'linux'
|
| 4 |
+
torch-sparse<=0.6.15; sys_platform != 'linux'
|
| 5 |
+
torch-geometric<=2.0.4+cpu; sys_platform == 'linux'
|
| 6 |
+
torch-geometric<=2.0.4; sys_platform != 'linux'
|
| 7 |
+
torch-cluster<=1.6.0+cpu; sys_platform == 'linux'
|
| 8 |
+
torch-cluster<=1.6.0; sys_platform != 'linux'
|
| 9 |
gt4sd>=1.0.0
|
| 10 |
gradio>=3.9
|
| 11 |
markdown-it-py>=2.1.0
|
| 12 |
mols2grid>=0.2.0
|
| 13 |
+
pandas>=1.0.0
|
| 14 |
+
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 15 |
+
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
| 16 |
+
paccmann_chemistry @ git+https://github.com/PaccMann/paccmann_chemistry@0.0.4
|
| 17 |
+
paccmann_generator @ git+https://github.com/PaccMann/paccmann_generator@0.0.2
|
| 18 |
+
paccmann_gp @ git+https://github.com/PaccMann/paccmann_gp@0.1.1
|
| 19 |
+
paccmann_omics @ git+https://github.com/PaccMann/paccmann_omics@0.0.1.1
|
| 20 |
+
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
| 21 |
+
pytoda @ git+https://github.com/PaccMann/paccmann_datasets@0.1.1
|
| 22 |
+
reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
|
| 23 |
+
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|