fix: add scipy dependency for remove_black_bg
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -13,4 +13,5 @@ torch
|
|
| 13 |
numpy
|
| 14 |
av
|
| 15 |
kornia
|
| 16 |
-
timm
|
|
|
|
|
|
| 13 |
numpy
|
| 14 |
av
|
| 15 |
kornia
|
| 16 |
+
timm
|
| 17 |
+
scipy
|