Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
pip
|
2 |
-
streamlit
|
3 |
-
scikit-learn
|
4 |
-
tensorflow
|
5 |
-
tensorflow-gpu
|
6 |
-
pandas
|
7 |
-
opencv
|
8 |
-
numpy
|
9 |
-
matplotlib
|
10 |
-
keras
|
11 |
-
keras-preprocessing
|
12 |
-
python
|
|
|
1 |
+
pip
|
2 |
+
streamlit
|
3 |
+
scikit-learn
|
4 |
+
tensorflow
|
5 |
+
tensorflow-gpu
|
6 |
+
pandas
|
7 |
+
opencv
|
8 |
+
numpy
|
9 |
+
matplotlib
|
10 |
+
keras
|
11 |
+
keras-preprocessing
|
12 |
+
python
|