Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 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
|
|
|
|
| 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
|