diff --git a/requirements.txt b/requirements.txt index 2b6dc81..dee5048 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2018.4.16 chardet==3.0.4 colorful==0.4.1 idna==2.7 -numpy==1.14.5 +numpy==1.22.0 pandas==0.23.3 patsy==0.5.0 pkginfo==1.4.2 diff --git a/setup.py b/setup.py index e3c0835..2b25845 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'geopy', 'idna==2.7', 'matplotlib==3.0.2', - 'numpy==1.19.5', + 'numpy==1.22.0', 'pandas==0.23.4', 'patsy==0.5.1', 'pkginfo==1.4.2',