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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,12 +1,12 @@
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
11
  pyHarmonySearch==1.4.4
12
  typing-extensions>=4.8.0 # Updated to meet the highest version requirement
 
1
  pygad==2.19.2
2
+ tensorflow
3
+ numpy
4
+ pandas
5
+ matplotlib
6
+ scikit-learn
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
11
  pyHarmonySearch==1.4.4
12
  typing-extensions>=4.8.0 # Updated to meet the highest version requirement