Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,7 @@ tensorflow==2.12.0
|
|
| 3 |
numpy==1.24.3
|
| 4 |
pillow==9.5.0
|
| 5 |
h5py==3.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy==1.24.3
|
| 4 |
pillow==9.5.0
|
| 5 |
h5py==3.9.0
|
| 6 |
+
opencv-python==4.8.0
|
| 7 |
+
scikit-learn==1.3.0
|
| 8 |
+
matplotlib==3.7.1
|
| 9 |
+
|