Spaces:
Running
Running
jannisborn
commited on
Commit
·
f7d4361
1
Parent(s):
0e5910d
wip: update reqs
Browse files- README.md +1 -0
- requirements.txt +13 -9
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 3.9.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
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.9
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
torchvision==0.13.1
|
3 |
torchaudio==0.12.1
|
4 |
-
torch-scatter -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
5 |
-
torch-spline-conv -f https://data.pyg.org/whl/torch-1.12.1+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
|
|
|
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 |
+
torch==1.12.1+cpu
|
4 |
+
torch-scatter==2.0.7
|
5 |
+
torch-sparse==0.6.9
|
6 |
torchvision==0.13.1
|
7 |
torchaudio==0.12.1
|
8 |
+
# torch-scatter -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
9 |
+
# torch-spline-conv -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
10 |
+
# gt4sd>=1.0.0
|
11 |
+
# gradio>=3.9
|
12 |
+
# markdown-it-py>=2.1.0
|
13 |
+
# mols2grid>=0.2.0
|
14 |
+
# pandas>=1.0.0
|
15 |
+
# terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|