perler commited on
Commit
9e08538
·
1 Parent(s): 652fe08

more freedom for torch etc.

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- lightning==2.2.5
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
- # pyg_lib==0.4.0+pt22cu121
11
  pillow>=10.2.0
12
  pyglet>=1.5.28
13
  pykdtree==1.4.1
14
  pysdf==0.1.9
15
- pytorch-lightning==2.2.5
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==2.6.1
23
- torch_cluster==1.6.3+pt22cu121
24
- tqdm==4.67.1
25
- trimesh==4.6.4
26
 
27
  spaces>=0.23
28
  gradio==4.44.1
29
- -f https://data.pyg.org/whl/torch-2.2.0+cu121.html
30
- --extra-index-url https://download.pytorch.org/whl/cu121
 
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