perler commited on
Commit
be0573a
·
1 Parent(s): 1551c61

really only torch 2.2.0 allowed, not 2.2.2?

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -18,7 +18,7 @@ scikit-image==0.25.2
18
  scikit-learn==1.6.1
19
  scipy==1.15.2
20
  tensorboard==2.19.0
21
- torch==2.2.2+cu121
22
  torch-geometric==2.6.1
23
  torch_cluster==1.6.3+pt24cu124
24
  tqdm==4.67.1
@@ -26,5 +26,5 @@ trimesh==4.6.4
26
 
27
  spaces>=0.23
28
  gradio==4.44.1
29
- -f https://data.pyg.org/whl/torch-2.2.2+cu121.html
30
  --extra-index-url https://download.pytorch.org/whl/cu121
 
18
  scikit-learn==1.6.1
19
  scipy==1.15.2
20
  tensorboard==2.19.0
21
+ torch==2.2.0+cu121
22
  torch-geometric==2.6.1
23
  torch_cluster==1.6.3+pt24cu124
24
  tqdm==4.67.1
 
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