antonypamo commited on
Commit
985bb5d
·
verified ·
1 Parent(s): f9905d8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -26
requirements.txt CHANGED
@@ -1,26 +1,15 @@
1
- IPython
2
- astroquery
3
- dataclasses
4
- datasets
5
- gnn_dirac_rrf
6
- google
7
- gwpy
8
- kagglehub
9
- matplotlib
10
- networkx
11
- numpy
12
- os
13
- pandas
14
- pesummary
15
- plotly
16
- random
17
- requests
18
- safetensors
19
- scikit-learn
20
- scipy
21
- shutil
22
- torch
23
- torch_geometric
24
- torchsummary
25
- typing
26
- zipfile
 
1
+ # Core
2
+ torch==2.8.0
3
+ numpy>=1.24
4
+
5
+ # PyTorch Geometric stack (CPU wheels)
6
+ torch-scatter==2.1.2+pt28cpu
7
+ torch-sparse==0.6.18+pt28cpu
8
+ torch-geometric==2.6.1
9
+ -f https://data.pyg.org/whl/torch-2.8.0+cpu.html
10
+
11
+ # Interfaces / UI
12
+ gradio==5.47.2
13
+
14
+ # Hugging Face ecosystem
15
+ huggingface_hub>=0.19