Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
pygad == 2.19.2
|
| 2 |
-
tensorflow
|
| 3 |
-
numpy
|
| 4 |
-
pandas
|
| 5 |
-
matplotlib
|
| 6 |
-
scikit-learn
|
| 7 |
-
keras
|
| 8 |
pathlib
|
| 9 |
datetime
|
| 10 |
-
openpyxl
|
| 11 |
pyHarmonySearch == 1.4.4
|
|
|
|
| 1 |
pygad == 2.19.2
|
| 2 |
+
tensorflow == 2.13
|
| 3 |
+
numpy == 1.26.0
|
| 4 |
+
pandas == 2.0.0
|
| 5 |
+
matplotlib == 3.7.0
|
| 6 |
+
scikit-learn == 1.4.0
|
| 7 |
+
keras == 2.13
|
| 8 |
pathlib
|
| 9 |
datetime
|
| 10 |
+
openpyxl == 3.1.2
|
| 11 |
pyHarmonySearch == 1.4.4
|