Spaces:
Running
Running
jannisborn
commited on
Commit
·
b1525a1
1
Parent(s):
6e7eceb
wip: update reqs
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
-
torch>=1.0,<=1.12.1
|
| 2 |
-
torch
|
| 3 |
-
torch-
|
| 4 |
-
torch-
|
| 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
|
|
|
|
| 1 |
+
torch>=1.0,<=1.12.1
|
| 2 |
+
torch-sparse<=0.6.15
|
| 3 |
+
torch-geometric<=2.0.4
|
| 4 |
+
torch-cluster<=1.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
gt4sd>=1.0.0
|
| 6 |
gradio>=3.9
|
| 7 |
markdown-it-py>=2.1.0
|