Spaces:
Running
Running
jannisborn
commited on
Commit
•
d54e4de
1
Parent(s):
eadd6ff
wip: update reqs
Browse files- README.md +2 -1
- requirements.txt +22 -22
README.md
CHANGED
@@ -7,7 +7,8 @@ sdk: gradio
|
|
7 |
sdk_version: 3.9.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
python_version: 3.8.
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 3.9.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
python_version: 3.8.13
|
11 |
+
pypi_version: 20.2.4
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,29 +1,29 @@
|
|
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
|
7 |
torch-sparse
|
8 |
torch-geometric
|
9 |
-
torchvision==0.13.1
|
10 |
-
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.0.0
|
12 |
-
molgx>=0.22.0a1
|
13 |
-
molecule_generation
|
14 |
-
nglview
|
15 |
-
PyTDC==0.3.7
|
16 |
-
gradio>=3.9
|
17 |
-
markdown-it-py>=2.1.0
|
18 |
-
mols2grid>=0.2.0
|
19 |
-
pandas>=1.0.0
|
20 |
-
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
21 |
-
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
22 |
-
moses @ git+https://github.com/GT4SD/[email protected]
|
23 |
-
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
24 |
-
paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
25 |
-
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
26 |
-
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
27 |
-
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
28 |
-
pytoda @ git+https://github.com/PaccMann/[email protected]
|
29 |
-
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
|
|
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
|
7 |
torch-sparse
|
8 |
torch-geometric
|
9 |
+
# torchvision==0.13.1
|
10 |
+
# torchaudio==0.12.1
|
11 |
+
# gt4sd>=1.0.0
|
12 |
+
# molgx>=0.22.0a1
|
13 |
+
# molecule_generation
|
14 |
+
# nglview
|
15 |
+
# PyTDC==0.3.7
|
16 |
+
# gradio>=3.9
|
17 |
+
# markdown-it-py>=2.1.0
|
18 |
+
# mols2grid>=0.2.0
|
19 |
+
# pandas>=1.0.0
|
20 |
+
# terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
21 |
+
# guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
22 |
+
# moses @ git+https://github.com/GT4SD/[email protected]
|
23 |
+
# paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
24 |
+
# paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
25 |
+
# paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
26 |
+
# paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
27 |
+
# paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
28 |
+
# pytoda @ git+https://github.com/PaccMann/[email protected]
|
29 |
+
# reinvent_models @ git+https://github.com/GT4SD/[email protected]
|