diff --git a/requirements.txt b/requirements.txt index 58a049a..155510d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ keyring==23.2.1 kiwisolver==1.3.2 MarkupSafe==2.0.1 matplotlib==3.4.3 -numpy==1.21.2 +numpy==1.22.1 packaging==21.0 pep517==0.11.0 Pillow==8.3.2 diff --git a/setup.cfg b/setup.cfg index 83ad4d1..e714f8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,8 @@ packages = squish python_requires = >= 3.8 install_requires = numpy >= 1.21.2 - scipy == 1.7.1 - matplotlib == 3.4.3 + scipy >= 1.7.1 + matplotlib >= 3.4.3 [options.entry_points] console_scripts =