Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
gradio
|
|
|
|
|
2 |
plotly==5.22.0
|
3 |
pandas==2.2.2
|
4 |
numpy==1.26.4
|
|
|
1 |
+
gradio>=5.27.0
|
2 |
+
pydantic>=2.0.0,<3.0.0
|
3 |
+
fastapi>=0.115.0
|
4 |
plotly==5.22.0
|
5 |
pandas==2.2.2
|
6 |
numpy==1.26.4
|