Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
numpy==1.16.6
|
2 |
-
keras
|
3 |
-
tensorflow
|
4 |
tifffile
|
5 |
pandas==0.24.2
|
6 |
scipy==1.1.0
|
|
|
1 |
numpy==1.16.6
|
2 |
+
keras==2.8.0
|
3 |
+
tensorflow==2.8.0
|
4 |
tifffile
|
5 |
pandas==0.24.2
|
6 |
scipy==1.1.0
|