Spaces:
Paused
Paused
more freedom for torch etc.
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
lightning
|
| 2 |
intel-openmp>=2024.0.2
|
| 3 |
jsonargparse[signatures]==4.27.7
|
| 4 |
laspy[laszip,lazrs]>=2.5.3
|
|
@@ -7,24 +7,24 @@ numpy==2.2.3
|
|
| 7 |
openpyxl==3.0.9
|
| 8 |
overrides==7.7.0
|
| 9 |
pandas==2.2.3
|
| 10 |
-
|
| 11 |
pillow>=10.2.0
|
| 12 |
pyglet>=1.5.28
|
| 13 |
pykdtree==1.4.1
|
| 14 |
pysdf==0.1.9
|
| 15 |
-
pytorch-lightning
|
| 16 |
rtree==1.4.0
|
| 17 |
scikit-image==0.25.2
|
| 18 |
scikit-learn==1.6.1
|
| 19 |
scipy==1.15.2
|
| 20 |
tensorboard==2.19.0
|
| 21 |
-
torch
|
| 22 |
-
torch-geometric
|
| 23 |
-
torch_cluster
|
| 24 |
-
tqdm
|
| 25 |
-
trimesh
|
| 26 |
|
| 27 |
spaces>=0.23
|
| 28 |
gradio==4.44.1
|
| 29 |
-
-f https://data.pyg.org/whl/torch-2.
|
| 30 |
-
--extra-index-url https://download.pytorch.org/whl/
|
|
|
|
| 1 |
+
lightning
|
| 2 |
intel-openmp>=2024.0.2
|
| 3 |
jsonargparse[signatures]==4.27.7
|
| 4 |
laspy[laszip,lazrs]>=2.5.3
|
|
|
|
| 7 |
openpyxl==3.0.9
|
| 8 |
overrides==7.7.0
|
| 9 |
pandas==2.2.3
|
| 10 |
+
pyg_lib
|
| 11 |
pillow>=10.2.0
|
| 12 |
pyglet>=1.5.28
|
| 13 |
pykdtree==1.4.1
|
| 14 |
pysdf==0.1.9
|
| 15 |
+
pytorch-lightning
|
| 16 |
rtree==1.4.0
|
| 17 |
scikit-image==0.25.2
|
| 18 |
scikit-learn==1.6.1
|
| 19 |
scipy==1.15.2
|
| 20 |
tensorboard==2.19.0
|
| 21 |
+
torch # 2.5.1 by HF
|
| 22 |
+
torch-geometric
|
| 23 |
+
torch_cluster
|
| 24 |
+
tqdm
|
| 25 |
+
trimesh
|
| 26 |
|
| 27 |
spaces>=0.23
|
| 28 |
gradio==4.44.1
|
| 29 |
+
-f https://data.pyg.org/whl/torch-2.5.0+cu124.html
|
| 30 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|