diff --git a/requirements.txt b/requirements.txt index daa7246..e6ec681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.21 wxPython==4.1.0 -scipy==1.5.0 +scipy==1.10.0 matplotlib==3.2.2 openpyxl==3.0.3 pyautogui==0.9.50 diff --git a/setup.cfg b/setup.cfg index 9f4d860..4d88257 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ include_package_data = True install_requires = numpy==1.18.5 wxPython==4.1.0 - scipy==1.5.0 + scipy==1.10.0 matplotlib==3.2.2 openpyxl==3.0.3 aenum==2.2.3