S1223 commited on
Commit
f2e20c7
·
verified ·
1 Parent(s): 872c0d1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  pygad==2.19.2
2
- tensorflow>=2.15,<2.16 # Updated to meet tf-keras requirements
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.13.1 # This version should be compatible with the specified TensorFlow version
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