Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,8 @@ numpy>=1.20.0
|
|
| 7 |
rembg>=2.0.0
|
| 8 |
onnxruntime>=1.10.0
|
| 9 |
requests
|
| 10 |
-
tqdm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
rembg>=2.0.0
|
| 8 |
onnxruntime>=1.10.0
|
| 9 |
requests
|
| 10 |
+
tqdm
|
| 11 |
+
scikit-image
|
| 12 |
+
pyyaml
|
| 13 |
+
omegaconf
|
| 14 |
+
gitpython
|