Che237 commited on
Commit
2e4843b
·
verified ·
1 Parent(s): 452116d

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -18
requirements.txt CHANGED
@@ -1,32 +1,29 @@
1
  # CyberForge ML Services - Hugging Face Space
2
- # Fixed compatible versions
3
 
4
- # Core ML
5
- scikit-learn==1.4.2
6
- pandas==2.2.2
7
- numpy==1.26.4
8
- joblib==1.4.2
9
 
10
- # Gradio & HF Hub - PINNED COMPATIBLE VERSIONS
11
- gradio==4.44.1
12
- huggingface_hub==0.25.2
13
-
14
- # Deep Learning (optional)
15
- torch>=2.0.0
16
 
17
  # Feature Engineering
18
- tldextract==5.1.2
19
 
20
  # Gemini AI
21
- google-generativeai==0.8.3
22
 
23
  # Notebook execution
24
- nbformat==5.10.4
25
- nbconvert==7.16.4
26
 
27
  # Data handling
28
- datasets==2.20.0
29
- pyarrow==17.0.0
30
 
31
  # Utilities
32
  requests>=2.31.0
 
1
  # CyberForge ML Services - Hugging Face Space
2
+ # Python 3.13 compatible versions
3
 
4
+ # Core ML - versions with Python 3.13 wheels
5
+ scikit-learn>=1.5.0
6
+ pandas>=2.2.0
7
+ numpy>=2.0.0
8
+ joblib>=1.4.0
9
 
10
+ # Gradio & HF Hub - compatible versions
11
+ gradio==4.44.0
12
+ huggingface_hub>=0.25.0,<0.30
 
 
 
13
 
14
  # Feature Engineering
15
+ tldextract>=5.1.0
16
 
17
  # Gemini AI
18
+ google-generativeai>=0.8.0
19
 
20
  # Notebook execution
21
+ nbformat>=5.10.0
22
+ nbconvert>=7.16.0
23
 
24
  # Data handling
25
+ datasets>=2.20.0
26
+ pyarrow>=17.0.0
27
 
28
  # Utilities
29
  requests>=2.31.0