Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -2,13 +2,13 @@ numpy==1.26.4
|
|
2 |
pandas==2.2.3
|
3 |
matplotlib==3.10.0
|
4 |
seaborn==0.13.2
|
5 |
-
scikit-learn==1.
|
6 |
-
tensorflow==2.
|
7 |
statsmodels==0.14.4
|
8 |
-
huggingface-hub==0.
|
9 |
gradio==5.9.1
|
10 |
xgboost==2.1.3
|
11 |
-
kagglehub==0.
|
12 |
-
protobuf
|
13 |
-
click
|
14 |
-
pydantic==
|
|
|
2 |
pandas==2.2.3
|
3 |
matplotlib==3.10.0
|
4 |
seaborn==0.13.2
|
5 |
+
scikit-learn==1.5.2
|
6 |
+
tensorflow==2.17.1
|
7 |
statsmodels==0.14.4
|
8 |
+
huggingface-hub==0.26.5
|
9 |
gradio==5.9.1
|
10 |
xgboost==2.1.3
|
11 |
+
kagglehub==0.3.4
|
12 |
+
protobuf==4.25.5
|
13 |
+
click==8.1.7
|
14 |
+
pydantic==2.10.3
|