Che237 commited on
Commit
452116d
·
verified ·
1 Parent(s): 7f42f86

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -35
requirements.txt CHANGED
@@ -1,44 +1,33 @@
1
- # CyberForge AI - Hugging Face Space Requirements
2
- # Core Gradio and web dependencies
3
- gradio>=4.0.0
4
- gradio_client>=0.7.0
5
-
6
- # ML and Data Science
7
- scikit-learn>=1.3.0
8
- pandas>=2.1.0
9
- numpy>=1.26.0
10
- joblib>=1.3.0
11
-
12
- # Deep Learning
13
- torch>=2.0.0
14
- transformers>=4.30.0
15
 
16
- # Hugging Face Hub
17
- huggingface_hub>=0.19.0
18
- datasets>=2.14.0
 
 
19
 
20
- # Additional ML
21
- xgboost>=1.7.0
22
- imbalanced-learn>=0.11.0
23
 
24
- # Visualization
25
- matplotlib>=3.7.0
26
- seaborn>=0.12.0
27
- plotly>=5.15.0
28
 
29
  # Feature Engineering
30
- tldextract>=5.1.0
31
- pyarrow>=14.0.0
 
 
 
 
 
 
32
 
33
- # AI/LLM
34
- google-generativeai>=0.3.0
 
35
 
36
  # Utilities
37
- python-dotenv>=1.0.0
38
- aiofiles>=23.2.1
39
- httpx>=0.25.0
40
  requests>=2.31.0
41
-
42
- # Notebook execution
43
- nbformat>=5.9.0
44
- nbconvert>=7.11.0
 
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
33
+ python-dotenv>=1.0.0