-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (34 loc) · 826 Bytes
/
requirements.txt
File metadata and controls
44 lines (34 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Core dependencies
torch==2.7.1
torchvision==0.22.1
torchaudio==2.7.1
# Fix setuptools for pytorch-lightning compatibility
setuptools<81
# PyTorch Lightning
pytorch-lightning==1.9.4
# Monitoring and logging
tensorboard
tensorboardX
neptune
tqdm
nvitop
# Medical imaging
monai
nibabel
nilearn
# Scientific computing
numpy
scipy
pandas
scikit-learn
# Graph neural networks (for BrainGNN, LG-GNN, IBGNN)
torch-geometric
# torch-scatter and torch-sparse require prebuilt wheels from PyG:
# pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.7.0+cu128.html
# Data processing
# Development tools
ipdb
# Transformers (pinned for mamba-ssm 2.2.2 compatibility)
transformers<=4.39.3
# Note: mamba-ssm and causal-conv1d need to be installed from source
# See README.md for installation instructions