Simmonstt commited on
Commit
c4e355b
·
verified ·
1 Parent(s): a5889ae

Fix runtime: use empty Space requirements, move train deps to requirements-train.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -10
requirements.txt CHANGED
@@ -1,10 +1,2 @@
1
- torch>=1.12
2
- torchio
3
- nibabel
4
- timm
5
- einops
6
- tensorboardX
7
- scikit-learn
8
- pandas
9
- scipy
10
- tqdm
 
1
+ # Space runtime: Gradio is pre-installed by Hugging Face (see README sdk_version).
2
+ # Training/eval dependencies are listed in requirements-train.txt for local use.