Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
concrete_python==2.7.0
|
2 |
+
fastapi==0.115.0
|
3 |
+
gradio==4.44.0
|
4 |
+
joblib==1.4.2
|
5 |
+
matplotlib==3.7.3
|
6 |
+
numpy==1.23.5
|
7 |
+
pandas==2.0.3
|
8 |
+
pefile==2024.8.26
|
9 |
+
pydantic==2.9.2
|
10 |
+
Requests==2.32.3
|
11 |
+
scikit_learn==1.1.3
|
12 |
+
scipy==1.14.1
|
13 |
+
tqdm==4.66.5
|
14 |
+
xgboost==1.6.2
|