rayli commited on
Commit
5a0e659
·
verified ·
1 Parent(s): 866ac67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- # Keep PyPI as default, add PyTorch CUDA 13.0 wheels as an extra index:
2
  --extra-index-url https://download.pytorch.org/whl/cu130
3
 
4
- # Extra wheel index for torch-scatter matching torch 2.11.0 + CUDA 13.0
5
  --find-links https://data.pyg.org/whl/torch-2.11.0+cu130.html
6
 
7
- torch==2.11.0+cu130
8
- torchvision==0.26.0+cu130
9
- torchaudio==2.11.0+cu130
10
  torch-scatter==2.1.2+pt211cu130
11
 
12
  setuptools<81
@@ -33,4 +33,5 @@ vtk
33
  omegaconf
34
  diffusers
35
  scipy
36
- pygltflib
 
 
1
+ # PyTorch CUDA 13.0 wheels; keep PyPI available for the rest
2
  --extra-index-url https://download.pytorch.org/whl/cu130
3
 
4
+ # torch-scatter wheel matching torch 2.11.0 + CUDA 13.0
5
  --find-links https://data.pyg.org/whl/torch-2.11.0+cu130.html
6
 
7
+ torch==2.11.0
8
+ torchvision==0.26.0
9
+ torchaudio==2.11.0
10
  torch-scatter==2.1.2+pt211cu130
11
 
12
  setuptools<81
 
33
  omegaconf
34
  diffusers
35
  scipy
36
+ pygltflib
37
+ spaces