ckc99u commited on
Commit
9879dc1
·
verified ·
1 Parent(s): b2574a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -16
requirements.txt CHANGED
@@ -1,20 +1,14 @@
1
- --find-links https://data.pyg.org/whl/torch-1.12.0+cpu.html
2
- torch==1.12.0
3
- torchvision==0.13.0
4
- # PyG dependencies (pinned for torch 1.12 CPU)
5
- torch-scatter==2.0.9
6
- torch-sparse==0.6.15
7
- torch-cluster==1.6.0
8
- torch-spline-conv==1.2.1
9
- torch-geometric==1.7.2
10
- # General dependencies
11
  numpy
12
  scipy
13
- matplotlib
14
- tensorboard
15
- # Allow newer Open3D for Python 3.10 support
16
  open3d
17
- opencv-python
18
- rtree>=0.8,<0.9
19
- trimesh[easy]
20
  gradio
 
1
+ torch==2.1.2
2
+ torchvision==0.16.2
3
+ # Modern PyTorch Geometric (no need for -f links usually, but good for safety)
4
+ torch-scatter
5
+ torch-sparse
6
+ torch-cluster
7
+ torch-spline-conv
8
+ torch-geometric
9
+ # Standard libs
 
10
  numpy
11
  scipy
12
+ trimesh
 
 
13
  open3d
 
 
 
14
  gradio