Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
numpy==1.26.4
|
2 |
-
pandas==2.2.2
|
3 |
-
opencv-python==4.11.0.86
|
4 |
-
tensorflow==2.18.0
|
5 |
-
seaborn==0.13.2
|
6 |
-
matplotlib==3.9.2
|
7 |
-
scikit-learn==1.5.1
|
8 |
-
xgboost==2.1.4
|
9 |
-
scikit-image==0.24.0
|
10 |
-
dill==0.3.8
|
11 |
-
|
12 |
-
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
pandas==2.2.2
|
3 |
+
opencv-python==4.11.0.86
|
4 |
+
tensorflow==2.18.0
|
5 |
+
seaborn==0.13.2
|
6 |
+
matplotlib==3.9.2
|
7 |
+
scikit-learn==1.5.1
|
8 |
+
xgboost==2.1.4
|
9 |
+
scikit-image==0.24.0
|
10 |
+
dill==0.3.8
|
11 |
+
streamlit==1.36.0
|
|