Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
pandas
|
| 3 |
plotly
|
| 4 |
rapidfuzz
|
| 5 |
statsmodels
|
| 6 |
-
pydantic==2.8.2
|
|
|
|
| 1 |
+
fastapi==0.112.2
|
| 2 |
+
starlette=0.38.2
|
| 3 |
gradio
|
| 4 |
pandas
|
| 5 |
plotly
|
| 6 |
rapidfuzz
|
| 7 |
statsmodels
|
|
|