Spaces:
Running
Running
jannisborn
commited on
Commit
·
9c67f7f
1
Parent(s):
b1525a1
wip: update reqs
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,19 +1,11 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
|
|
5 |
gt4sd>=1.0.0
|
6 |
gradio>=3.9
|
7 |
markdown-it-py>=2.1.0
|
8 |
mols2grid>=0.2.0
|
9 |
pandas>=1.0.0
|
10 |
-
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
11 |
-
moses @ git+https://github.com/GT4SD/[email protected]
|
12 |
-
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
13 |
-
paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
14 |
-
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
15 |
-
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
16 |
-
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
17 |
-
pytoda @ git+https://github.com/PaccMann/[email protected]
|
18 |
-
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
19 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.12.1
|
3 |
+
torchvision==0.13.1
|
4 |
+
torchaudio==0.12.1
|
5 |
+
torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
6 |
gt4sd>=1.0.0
|
7 |
gradio>=3.9
|
8 |
markdown-it-py>=2.1.0
|
9 |
mols2grid>=0.2.0
|
10 |
pandas>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|