diff --git a/requirements.txt b/requirements.txt index a3a148f7..68c1efda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jmespath==0.9.4 # via boto3, botocore loudml-python==1.6.3 markupsafe==1.1.1 # via jinja2 networkx==2.2 -numpy==1.18.2 +numpy==1.21.1 pebble==4.4.0 pycrypto==2.6.1 pymongo==3.10.1 diff --git a/setup.py b/setup.py index c34cec9d..6349efbe 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(): 'h5py==2.10.0', 'hyperopt>=0.1', 'networkx==2.2', - 'numpy==1.18.2', + 'numpy==1.21.1', 'pycrypto>=2.6.1', 'voluptuous==0.11.7', 'dictdiffer>=0.7.1',