Spaces:
Running
Running
Commit
·
09bd85a
1
Parent(s):
5bc4114
Update requirements.txt
Browse files- requirements.txt +20 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,27 @@
|
|
| 1 |
gradio==4.7.1
|
| 2 |
httpx==0.23.0
|
| 3 |
-
httpcore==0.
|
| 4 |
transformers==4.35.2
|
| 5 |
torch==1.12.1
|
| 6 |
scipy==1.11.4
|
| 7 |
numpy==1.23.5
|
| 8 |
fitz==0.0.1.dev2
|
| 9 |
-
PyMuPDF==1.23.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==4.7.1
|
| 2 |
httpx==0.23.0
|
| 3 |
+
httpcore==0.15.0 # Adjusted to a compatible version
|
| 4 |
transformers==4.35.2
|
| 5 |
torch==1.12.1
|
| 6 |
scipy==1.11.4
|
| 7 |
numpy==1.23.5
|
| 8 |
fitz==0.0.1.dev2
|
| 9 |
+
PyMuPDF==1.23.6
|
| 10 |
+
fastapi
|
| 11 |
+
uvicorn>=0.14.0
|
| 12 |
+
pillow<11.0,>=8.0
|
| 13 |
+
jinja2<4.0
|
| 14 |
+
python-multipart
|
| 15 |
+
semantic-version~=2.0
|
| 16 |
+
orjson~=3.0
|
| 17 |
+
aiofiles<24.0,>=22.0
|
| 18 |
+
altair<6.0,>=4.2.0
|
| 19 |
+
importlib-resources<7.0,>=1.3
|
| 20 |
+
pydub
|
| 21 |
+
markupsafe~=2.0
|
| 22 |
+
typer[all]<1.0,>=0.9
|
| 23 |
+
pydantic>=2.0
|
| 24 |
+
tomlkit==0.12.0
|
| 25 |
+
ffmpy
|
| 26 |
+
matplotlib~=3.0
|
| 27 |
+
gradio-client==0.7.0
|