diff --git a/requirements.txt b/requirements.txt index 7cd5170..e5f5f31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ folium>=0.15.0 matplotlib>=3.8.0 seaborn>=0.13.0 scipy>=1.11.0 -numpy>=2.2.3 \ No newline at end of file +numpy>=1.24.0 \ No newline at end of file diff --git a/run_all.py b/run_all.py index 81b772b..ca0b443 100644 --- a/run_all.py +++ b/run_all.py @@ -41,6 +41,7 @@ "matplotlib", "seaborn", "scipy", + "numpy", ]