SamanthaStorm commited on
Commit
9a7213f
·
verified ·
1 Parent(s): 522be81

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -36
requirements.txt CHANGED
@@ -1,36 +1,8 @@
1
- # Core ML Libraries
2
- torch>=2.0.0
3
- transformers>=4.30.0
4
- numpy>=1.24.0
5
- scipy>=1.10.0
6
-
7
- # HuggingFace Spaces
8
- gradio>=4.0.0
9
- spaces>=0.22.0
10
-
11
- # Data Processing
12
- pandas>=2.0.0
13
- scikit-learn>=1.3.0
14
-
15
- # Visualization
16
- matplotlib>=3.7.0
17
- seaborn>=0.12.0
18
- plotly>=5.15.0
19
- Pillow>=9.5.0
20
-
21
- # Utilities (removed problematic logging package)
22
- collections-extended>=2.0.2
23
-
24
- # Optional but recommended for better performance
25
- accelerate>=0.20.0
26
-
27
- # For tokenization improvements
28
- tokenizers>=0.13.0
29
- sentencepiece>=0.1.99
30
-
31
- # JSON handling
32
- simplejson>=3.19.0
33
-
34
- # For API integrations if needed later
35
- requests>=2.31.0
36
- urllib3>=2.0.0
 
1
+ gradio>=3.0
2
+ torch>=1.9
3
+ numpy>=1.21
4
+ pandas>=1.3
5
+ matplotlib>=3.4
6
+ pillow>=8.0
7
+ openpyxl>=3.0
8
+ xlrd>=2.0