Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
tensorflow
|
2 |
-
tensorflow-addons
|
3 |
-
tensorflow-estimator
|
4 |
-
streamlit
|
5 |
-
opencv-python
|
6 |
-
numpy
|
7 |
-
keras
|
8 |
vit-keras
|
|
|
1 |
+
tensorflow>=2.13.0
|
2 |
+
tensorflow-addons==0.19.0
|
3 |
+
tensorflow-estimator
|
4 |
+
streamlit
|
5 |
+
opencv-python
|
6 |
+
numpy
|
7 |
+
keras
|
8 |
vit-keras
|