Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
|
@@ -7,13 +7,10 @@ matplotlib
|
|
| 7 |
tqdm
|
| 8 |
scikit-learn
|
| 9 |
requests>=2.0.0
|
| 10 |
-
opencv-python
|
| 11 |
-
opencv-python-headless; sys.platform == 'linux'
|
| 12 |
pyyaml>=5.4.1
|
| 13 |
albumentations
|
| 14 |
dict2xml
|
| 15 |
-
opencv-python>=4.10.0.84
|
| 16 |
-
opencv-python-headless>=4.10.0.84
|
| 17 |
ipywidgets>=8.1.5
|
| 18 |
rich>=14.0.0
|
| 19 |
setuptools>=58.0.0
|
|
|
|
| 7 |
tqdm
|
| 8 |
scikit-learn
|
| 9 |
requests>=2.0.0
|
| 10 |
+
opencv-python-headless>=4.10.0.84
|
|
|
|
| 11 |
pyyaml>=5.4.1
|
| 12 |
albumentations
|
| 13 |
dict2xml
|
|
|
|
|
|
|
| 14 |
ipywidgets>=8.1.5
|
| 15 |
rich>=14.0.0
|
| 16 |
setuptools>=58.0.0
|