Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
pygad==2.19.2
|
| 2 |
-
tensorflow>=2.15,<2.16 #
|
| 3 |
numpy>=1.25.0 # Updated to meet pandas-stubs requirements
|
| 4 |
pandas>=2.0.3 # Updated to meet google-colab requirements
|
| 5 |
matplotlib>=3.7.1 # Updated to meet bigframes requirements
|
| 6 |
scikit-learn==1.4.0
|
| 7 |
-
keras=
|
| 8 |
pathlib # No version specified as it is part of the standard library
|
| 9 |
datetime # No version specified as it is part of the standard library
|
| 10 |
openpyxl==3.1.2
|
|
|
|
| 1 |
pygad==2.19.2
|
| 2 |
+
tensorflow>=2.15,<2.16 # Ensures compatibility with Keras
|
| 3 |
numpy>=1.25.0 # Updated to meet pandas-stubs requirements
|
| 4 |
pandas>=2.0.3 # Updated to meet google-colab requirements
|
| 5 |
matplotlib>=3.7.1 # Updated to meet bigframes requirements
|
| 6 |
scikit-learn==1.4.0
|
| 7 |
+
keras>=2.15.0,<2.16 # Updated to be compatible with TensorFlow 2.15.x
|
| 8 |
pathlib # No version specified as it is part of the standard library
|
| 9 |
datetime # No version specified as it is part of the standard library
|
| 10 |
openpyxl==3.1.2
|