S1223 commited on
Commit
5d7c0ce
·
verified ·
1 Parent(s): 6182e9b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -13
requirements.txt CHANGED
@@ -1,13 +1,9 @@
1
- pygad==2.19.2
2
- tensorflow
3
- numpy
4
-
5
- pandas
6
- matplotlib
7
- scikit-learn
8
- keras
9
- pathlib # No version specified as it is part of the standard library
10
- datetime # No version specified as it is part of the standard library
11
- openpyxl
12
- pyHarmonySearch==1.4.4
13
- typing-extensions>=4.8.0 # Updated to meet the highest version requirement
 
1
+ pygad==3.3.1
2
+ tensorflow==2.15.0
3
+ numpy==1.25.2
4
+ pandas==2.0.3
5
+ matplotlib==3.7.1
6
+ scikit-learn==1.2.2
7
+ keras==2.15.0
8
+ openpyxl==3.1.2
9
+ pyHarmonySearch==1.4.4