Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
matplotlib
|
4 |
-
seaborn
|
5 |
-
scikit-learn
|
6 |
-
|
7 |
-
|
8 |
-
statsmodels
|
9 |
-
huggingface-hub
|
10 |
-
|
|
|
|
|
11 |
protobuf<4
|
12 |
click<8.1
|
13 |
-
pydantic
|
14 |
-
xgboost
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
pandas==2.2.3
|
3 |
+
matplotlib==3.10.0
|
4 |
+
seaborn==0.13.2
|
5 |
+
scikit-learn==1.6.0
|
6 |
+
tensorflow==2.18.0
|
7 |
+
keras==2.18.0
|
8 |
+
statsmodels==0.14.4
|
9 |
+
huggingface-hub==0.27.0
|
10 |
+
gradio==5.9.1
|
11 |
+
xgboost==2.1.3
|
12 |
+
kagglehub==0.2.3
|
13 |
protobuf<4
|
14 |
click<8.1
|
15 |
+
pydantic==1.10.19
|
|