Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
#
|
| 2 |
-
gradio>=4.44.0
|
| 3 |
-
gradio_client>=0.7
|
| 4 |
-
pydantic==2.10.6 # < 2.11.0 avoids the “bool not iterable” crash
|
| 5 |
spaces>=0.36.0 # ZeroGPU wrapper
|
|
|
|
|
|
|
| 6 |
numpy
|
| 7 |
pillow
|
| 8 |
onnxruntime
|
|
@@ -11,6 +12,6 @@ scikit-image
|
|
| 11 |
pandas
|
| 12 |
opencv-python>=4.6.0
|
| 13 |
hbutils>=0.9.0
|
| 14 |
-
dghs-imgutils>=0.5.0
|
| 15 |
-
# git+https://github.com/deepghs/imgutils.git #
|
| 16 |
-
httpx
|
|
|
|
| 1 |
+
# Versions confirmed to play nicely together
|
| 2 |
+
gradio>=4.44.0
|
| 3 |
+
gradio_client>=0.7
|
|
|
|
| 4 |
spaces>=0.36.0 # ZeroGPU wrapper
|
| 5 |
+
pydantic==2.10.6 # pin < 2.11 to dodge schema bug
|
| 6 |
+
|
| 7 |
numpy
|
| 8 |
pillow
|
| 9 |
onnxruntime
|
|
|
|
| 12 |
pandas
|
| 13 |
opencv-python>=4.6.0
|
| 14 |
hbutils>=0.9.0
|
| 15 |
+
dghs-imgutils>=0.5.0
|
| 16 |
+
# git+https://github.com/deepghs/imgutils.git # comment out if using PyPI line ↑
|
| 17 |
+
httpx
|