Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -83,7 +83,7 @@ rich==13.8.0
|
|
83 |
scikit-image==0.24.0
|
84 |
scipy==1.14.1
|
85 |
setuptools==74.0.0
|
86 |
-
shapely==
|
87 |
six==1.16.0
|
88 |
sniffio==1.3.1
|
89 |
soupsieve==2.6
|
@@ -103,7 +103,7 @@ uvicorn==0.30.6
|
|
103 |
validators==0.33.0
|
104 |
Werkzeug==3.0.4
|
105 |
wheel==0.44.0
|
106 |
-
wrapt==1.14.1
|
107 |
asyncio
|
108 |
paddlepaddle-gpu
|
109 |
tensorflow==2.14.0
|
|
|
83 |
scikit-image==0.24.0
|
84 |
scipy==1.14.1
|
85 |
setuptools==74.0.0
|
86 |
+
shapely==1.8.5 # Compatible version for imgaug, paddleocr, and python-doctr
|
87 |
six==1.16.0
|
88 |
sniffio==1.3.1
|
89 |
soupsieve==2.6
|
|
|
103 |
validators==0.33.0
|
104 |
Werkzeug==3.0.4
|
105 |
wheel==0.44.0
|
106 |
+
wrapt==1.14.1 # TensorFlow requires wrapt<1.15
|
107 |
asyncio
|
108 |
paddlepaddle-gpu
|
109 |
tensorflow==2.14.0
|