scikit-image compatibility fix
Browse files
S2FApp/requirements-docker.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
numpy>=1.20.0,<2.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
scipy>=1.7.0
|
| 6 |
-
scikit-image>=0.19.0
|
| 7 |
streamlit>=1.28.0
|
| 8 |
streamlit-drawable-canvas-fix>=0.9.8
|
| 9 |
matplotlib>=3.5.0
|
|
|
|
| 3 |
numpy>=1.20.0,<2.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
scipy>=1.7.0
|
| 6 |
+
scikit-image>=0.19.0,<0.26
|
| 7 |
streamlit>=1.28.0
|
| 8 |
streamlit-drawable-canvas-fix>=0.9.8
|
| 9 |
matplotlib>=3.5.0
|