Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ flask==2.3.3
|
|
2 |
numpy==1.26.4
|
3 |
scikit-learn==1.5.2
|
4 |
gunicorn==22.0.0
|
5 |
-
opencv-python-headless==4.10.0.84
|
|
|
|
2 |
numpy==1.26.4
|
3 |
scikit-learn==1.5.2
|
4 |
gunicorn==22.0.0
|
5 |
+
opencv-python-headless==4.10.0.84
|
6 |
+
scipy==1.13.1
|