Spaces:
Running
Running
Commit ·
ff57e83
1
Parent(s): 2d605d1
upgrade
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
plotly==5.22.0
|
| 2 |
-
scikit-learn=
|
| 3 |
gradio==5.15.0
|
| 4 |
huggingface_hub==0.28.1
|
| 5 |
pandas>=2.0.0
|
| 6 |
openpyxl==3.1.2
|
| 7 |
-
pydantic==2.7.1
|
|
|
|
| 8 |
fastapi==0.115.8
|
| 9 |
fastapi-cli==0.0.4
|
| 10 |
python-dotenv
|
|
|
|
| 1 |
plotly==5.22.0
|
| 2 |
+
scikit-learn>=1.3.0
|
| 3 |
gradio==5.15.0
|
| 4 |
huggingface_hub==0.28.1
|
| 5 |
pandas>=2.0.0
|
| 6 |
openpyxl==3.1.2
|
| 7 |
+
# pydantic==2.7.1
|
| 8 |
+
pydantic>=2.9.2
|
| 9 |
fastapi==0.115.8
|
| 10 |
fastapi-cli==0.0.4
|
| 11 |
python-dotenv
|