diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index fb970b5c..4e6331d9 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ itsdangerous==0.24 Jinja2==2.10 Markdown==2.6.11 MarkupSafe==1.0 -numpy==1.17.0 +numpy==1.22.0 olefile==0.44 Pillow==4.3.0 protobuf==3.5.1 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f3d57179..51fefd86 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Jinja2==2.10', 'Markdown==2.6.11', 'MarkupSafe==1.0', - 'numpy==1.17.0', + 'numpy==1.22.0', 'olefile==0.44', 'Pillow==6.1.0', 'protobuf==3.5.1',