tp53(ashish) commited on
Commit
db062b7
·
1 Parent(s): c94cf50

Simplify requirements - minimal deps

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -21
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- # OncoSeg HF Space Requirements
2
 
3
- # Core ML
4
- torch>=2.0.0
5
- torchvision>=0.15.0
6
  numpy>=1.24.0
7
 
8
  # Medical Imaging
@@ -11,20 +9,3 @@ nibabel>=5.0.0
11
  # Image Processing
12
  scipy>=1.11.0
13
  scikit-image>=0.21.0
14
- opencv-python-headless>=4.8.0
15
-
16
- # HuggingFace
17
- huggingface_hub>=0.19.0
18
- spaces>=0.19.0
19
-
20
- # SAM3 Dependencies (SAM3 itself installed separately if available)
21
- einops>=0.7.0
22
- timm>=0.9.0
23
- peft>=0.7.0
24
-
25
- # Gradio - pin to avoid API schema issues
26
- gradio==4.44.1
27
- gradio_client==1.4.2
28
-
29
- # Utilities
30
- tqdm>=4.66.0
 
1
+ # OncoSeg HF Space Requirements - Minimal
2
 
3
+ # Core
 
 
4
  numpy>=1.24.0
5
 
6
  # Medical Imaging
 
9
  # Image Processing
10
  scipy>=1.11.0
11
  scikit-image>=0.21.0