diff --git a/requirements.txt b/requirements.txt index 582280e..9e8db9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Flask-Cors==3.0.3 # google-api-python-client>=1.6.2 pyCrypto>=2.6.1 -numpy==1.14.1 +numpy==1.22.0 oauth2client>=4.1.2 # earthengine-api>=0.1.111 diff --git a/setup.py b/setup.py index 420526d..1c60069 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def getInstallRequires(): 'Flask-Cors==3.0.3', 'google-api-python-client>=1.6.2', 'pyCrypto>=2.6.1', - 'numpy==1.14.1', + 'numpy==1.22.0', 'oauth2client>=4.1.2', 'earthengine-api==0.1.137' ],