Spaces:
Paused
Paused
please work
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
docling==2.25.0
|
| 2 |
-
gradio==
|
| 3 |
grpcio-status==1.70.0
|
| 4 |
markdown==3.7
|
| 5 |
marker-pdf==1.3.5
|
|
@@ -21,9 +21,5 @@ dill==0.3.8 # Downgraded to be compatible with datasets
|
|
| 21 |
google-genai>=0.1.0
|
| 22 |
# Environment variables
|
| 23 |
python-dotenv>=1.0.0
|
| 24 |
-
#
|
| 25 |
-
pydantic
|
| 26 |
-
fastapi<0.100.0
|
| 27 |
-
starlette<0.28.0
|
| 28 |
-
# Let pip resolve dependencies automatically without constraints
|
| 29 |
-
# This allows the package manager to find compatible versions
|
|
|
|
| 1 |
docling==2.25.0
|
| 2 |
+
gradio==5.14.0
|
| 3 |
grpcio-status==1.70.0
|
| 4 |
markdown==3.7
|
| 5 |
marker-pdf==1.3.5
|
|
|
|
| 21 |
google-genai>=0.1.0
|
| 22 |
# Environment variables
|
| 23 |
python-dotenv>=1.0.0
|
| 24 |
+
# Pin pydantic to resolve compatibility issues with gradio
|
| 25 |
+
pydantic==2.7.1
|
|
|
|
|
|
|
|
|
|
|
|