diff --git a/setup.py b/setup.py index 8aeefe8..264b7af 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,6 @@ license="MIT", python_requires=">=3.6", tests_require=['pytest'], - setup_requires=["numpy==1.19.3", "pytest-runner"], - install_requires=["numpy==1.19.3", "scipy", "matplotlib==3.3.2"] + setup_requires=["numpy==1.22.0", "pytest-runner"], + install_requires=["numpy==1.22.0", "scipy", "matplotlib==3.3.2"] ) \ No newline at end of file