Spaces:
Running
Running
deploy from 5df2903b733a356551fb70ad944ef7b3d5c98084
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
gradio==4.44.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
polars>=1.41.0
|
| 3 |
pandas==2.2.3
|
| 4 |
pyarrow==17.0.0
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
+
# gradio 4.44.1 leaves starlette/fastapi unpinned and recent versions
|
| 3 |
+
# break the Jinja2 template path with a TypeError at app boot. Pin to
|
| 4 |
+
# versions known to work with gradio 4.44.x.
|
| 5 |
+
starlette<0.42
|
| 6 |
+
fastapi<0.116
|
| 7 |
polars>=1.41.0
|
| 8 |
pandas==2.2.3
|
| 9 |
pyarrow==17.0.0
|