saliacoel commited on
Commit
a41bad5
·
verified ·
1 Parent(s): 0c32807

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- # versions verified to work together
2
- gradio>=4.44.0 # 4.44.0 or newer keeps .queue(default_concurrency_limit=…)
3
- gradio_client>=0.7 # pulled automatically, but pinning prevents old transitive deps
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 # install from PyPI *or* Git, not both
15
- # git+https://github.com/deepghs/imgutils.git # comment one of the two
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