Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ huggingface-hub== 0.34.4
|
|
4 |
gradio==5.45.0
|
5 |
opencv-python==4.12.0.88
|
6 |
torchvision==0.23.0
|
7 |
-
scipy
|
8 |
tqdm==4.67.1
|
9 |
lmdb==1.7.3
|
10 |
pyyaml==6.0.2
|
|
|
4 |
gradio==5.45.0
|
5 |
opencv-python==4.12.0.88
|
6 |
torchvision==0.23.0
|
7 |
+
scipy>=1.16.1
|
8 |
tqdm==4.67.1
|
9 |
lmdb==1.7.3
|
10 |
pyyaml==6.0.2
|