Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
1 |
streamlit
|
2 |
tensorflow==2.18.0
|
3 |
keras==3.8.0
|
4 |
opencv-python==4.11.0.86
|
5 |
matplotlib==3.10.0
|
6 |
numpy==2.0.2
|
7 |
-
scikit-learn==1.6.1
|
8 |
-
-e .
|
|
|
1 |
+
-e .
|
2 |
streamlit
|
3 |
tensorflow==2.18.0
|
4 |
keras==3.8.0
|
5 |
opencv-python==4.11.0.86
|
6 |
matplotlib==3.10.0
|
7 |
numpy==2.0.2
|
8 |
+
scikit-learn==1.6.1
|
|