Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -5,8 +5,8 @@ seaborn>=0.11.0
|
|
5 |
scikit-learn>=1.1.0
|
6 |
torch>=2.0.0
|
7 |
torchvision>=0.15.0
|
8 |
-
tensorflow
|
9 |
-
keras
|
10 |
jupyter>=1.0.0
|
11 |
opencv-python>=4.6.0
|
12 |
Pillow>=9.3.0
|
|
|
5 |
scikit-learn>=1.1.0
|
6 |
torch>=2.0.0
|
7 |
torchvision>=0.15.0
|
8 |
+
tensorflow==2.12.0
|
9 |
+
keras==2.12.0
|
10 |
jupyter>=1.0.0
|
11 |
opencv-python>=4.6.0
|
12 |
Pillow>=9.3.0
|