Spaces:
Runtime error
Runtime error
environment
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -241,9 +241,11 @@ torch==1.13.1
|
|
241 |
torchvision==0.14.1
|
242 |
torchaudio==0.13.1
|
243 |
# torch-cluster
|
244 |
-
https://data.pyg.org/whl/torch-1.13.0%2Bcu116/torch_cluster-1.6.1%2Bpt113cu116-cp39-cp39-linux_x86_64.whl
|
|
|
245 |
# torch-scatter
|
246 |
-
https://data.pyg.org/whl/torch-1.13.0%2Bcu116/torch_scatter-2.1.1%2Bpt113cu116-cp39-cp39-linux_x86_64.whl
|
|
|
247 |
torchmetrics==0.11.1
|
248 |
pytorch_lightning~=1.9.3
|
249 |
git+https://github.com/pyvista/fast-simplification.git
|
|
|
241 |
torchvision==0.14.1
|
242 |
torchaudio==0.13.1
|
243 |
# torch-cluster
|
244 |
+
# https://data.pyg.org/whl/torch-1.13.0%2Bcu116/torch_cluster-1.6.1%2Bpt113cu116-cp39-cp39-linux_x86_64.whl
|
245 |
+
torch-cluster==1.6.1
|
246 |
# torch-scatter
|
247 |
+
# https://data.pyg.org/whl/torch-1.13.0%2Bcu116/torch_scatter-2.1.1%2Bpt113cu116-cp39-cp39-linux_x86_64.whl
|
248 |
+
torch-scatter=2.1.1
|
249 |
torchmetrics==0.11.1
|
250 |
pytorch_lightning~=1.9.3
|
251 |
git+https://github.com/pyvista/fast-simplification.git
|