zbller commited on
Commit
226c7d3
·
verified ·
1 Parent(s): a5597da

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -9
requirements.txt CHANGED
@@ -1,14 +1,20 @@
1
- --extra-index-url https://download.pytorch.org/whl/cpu
2
  --find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html
3
 
4
- # Pin to NumPy 1.x to avoid ABI issues on Spaces
5
- numpy<2
6
-
7
- # CPU PyTorch and compatible PyG
8
  torch==2.2.2
9
- torch-geometric==2.4.*
 
 
 
 
 
 
 
 
 
10
 
11
- # Project runtime deps
12
- pyyaml>=6
13
- tqdm>=4.65
14
 
 
 
 
 
1
  --find-links https://data.pyg.org/whl/torch-2.2.0+cpu.html
2
 
3
+ # Core runtime
 
 
 
4
  torch==2.2.2
5
+ torch-scatter
6
+ torch-sparse
7
+ torch-cluster
8
+ torch-spline-conv
9
+ torch-geometric==2.4.0
10
+ pytorch-lightning==2.5.2
11
+ numpy>=1.24,<2.1
12
+ pyyaml>=6.0
13
+ tqdm>=4.65.0
14
+ kyoto-reader>=2.5.0
15
 
16
+ # UI
17
+ gradio>=4.37.0
 
18
 
19
+ # Optional logger (disabled at runtime)
20
+ wandb>=0.15.0