Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,10 +1,18 @@
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
tensorflow
|
3 |
-
|
4 |
-
|
5 |
-
pillow
|
6 |
-
requests
|
7 |
scikit-learn
|
8 |
xgboost
|
|
|
|
|
9 |
numpy
|
10 |
-
pandas
|
|
|
|
|
|
|
|
|
|
1 |
+
# Pin pydantic to avoid Starlette/Gradio break
|
2 |
+
pydantic==2.10.6
|
3 |
+
|
4 |
gradio
|
5 |
+
|
6 |
tensorflow
|
7 |
+
tensorflow-addons
|
8 |
+
|
|
|
|
|
9 |
scikit-learn
|
10 |
xgboost
|
11 |
+
joblib
|
12 |
+
|
13 |
numpy
|
14 |
+
pandas
|
15 |
+
pillow
|
16 |
+
|
17 |
+
requests
|
18 |
+
huggingface_hub
|