Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
pygad==2.19.2
|
| 2 |
tensorflow
|
| 3 |
-
numpy =
|
| 4 |
pandas
|
| 5 |
matplotlib
|
| 6 |
scikit-learn
|
|
|
|
| 1 |
pygad==2.19.2
|
| 2 |
tensorflow
|
| 3 |
+
numpy >=1.25.0
|
| 4 |
pandas
|
| 5 |
matplotlib
|
| 6 |
scikit-learn
|