Spaces:
Runtime error
Runtime error
more freedom for versions
Browse files- requirements.txt +23 -23
requirements.txt
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
-
pytorch-lightning
|
2 |
-
torch-geometric
|
3 |
-
pytorch-cluster
|
4 |
-
scikit-learn-intelex
|
5 |
-
numpy
|
6 |
-
scikit-image
|
7 |
-
scipy
|
8 |
-
pandas
|
9 |
-
openpyxl
|
10 |
-
overrides
|
11 |
-
pykdtree
|
12 |
-
laspy[laszip,lazrs]
|
13 |
-
pillow
|
14 |
-
intel-openmp
|
15 |
-
tqdm
|
16 |
-
pyglet
|
17 |
-
rtree
|
18 |
-
tensorboard
|
19 |
-
trimesh
|
20 |
-
pysdf
|
21 |
-
jsonargparse[signatures]
|
22 |
|
23 |
-
spaces
|
24 |
-
gradio
|
|
|
1 |
+
pytorch-lightning>=2.1
|
2 |
+
torch-geometric>=2.5
|
3 |
+
pytorch-cluster>=1.6
|
4 |
+
scikit-learn-intelex>=2024.1.0
|
5 |
+
numpy>=1.26.4
|
6 |
+
scikit-image>=0.22.0
|
7 |
+
scipy>=1.12.0
|
8 |
+
pandas>=1.5.3
|
9 |
+
openpyxl>=3.1.2
|
10 |
+
overrides>=7.7.0
|
11 |
+
pykdtree>=1.3.11
|
12 |
+
laspy[laszip,lazrs]>=2.5.3
|
13 |
+
pillow>=10.2.0
|
14 |
+
intel-openmp>=2024.0.2
|
15 |
+
tqdm>=4.66.2
|
16 |
+
pyglet>=1.5.28
|
17 |
+
rtree>=1.2.0
|
18 |
+
tensorboard>=2.16.2
|
19 |
+
trimesh>=3.23.5
|
20 |
+
pysdf>=0.1.9
|
21 |
+
jsonargparse[signatures]>=4.27.5
|
22 |
|
23 |
+
spaces>=0.23.2
|
24 |
+
gradio>=4.19.1
|