rsmctn commited on
Commit
13dde5b
·
verified ·
1 Parent(s): dfd7b02

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -22
requirements.txt CHANGED
@@ -1,26 +1,5 @@
1
- # Hugging Face Spaces Requirements
2
- # For the Gradio dashboard (app.py)
3
-
4
- # Core ML & Data Science
5
  gradio==5.44.0
6
  pandas==2.0.3
7
  numpy==1.24.3
8
  plotly==5.17.0
9
-
10
- # Hugging Face ecosystem
11
- huggingface-hub==0.20.3
12
- transformers==4.37.2
13
- datasets==2.16.1
14
-
15
- # Additional utilities
16
- requests==2.31.0
17
- python-dateutil==2.8.2
18
-
19
- # FastAPI (for backend integration)
20
- fastapi==0.109.0
21
- uvicorn==0.27.0
22
- httpx==0.26.0
23
-
24
- # Optional: For advanced features
25
- # torch==2.1.2 # Uncomment if model inference is needed
26
- # scikit-learn==1.3.2 # Uncomment if sklearn models are used
 
1
+ # Minimal Hugging Face Spaces Requirements - Gradio 5.44.0 Compatible
 
 
 
2
  gradio==5.44.0
3
  pandas==2.0.3
4
  numpy==1.24.3
5
  plotly==5.17.0