daniel-saed commited on
Commit
5de9c1f
·
verified ·
1 Parent(s): 3bebabe

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -0
requirements.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Data Processing
2
+ pandas>=2.0.0
3
+ numpy>=1.24.0
4
+
5
+ # Machine Learning
6
+ scikit-learn>=1.3.0
7
+ xgboost>=2.0.0
8
+
9
+ # Statistics
10
+ scipy>=1.11.0
11
+
12
+ # Data Collection
13
+ soccerdata>=1.4.0
14
+
15
+ # Experiment Tracking & Model Management
16
+ mlflow>=2.8.0
17
+
18
+ # Model Persistence
19
+ joblib>=1.3.0
20
+
21
+ fastapi>=0.115.4
22
+
23
+ # Security
24
+ python-dotenv>=1.0.0
25
+
26
+ # Model
27
+ joblib>=1.3.0
28
+
29
+
30
+ uvicorn[standard]>=0.24.0