diff --git a/README.rst b/README.rst index dff7809..81a6523 100644 --- a/README.rst +++ b/README.rst @@ -51,9 +51,9 @@ Dependencies This packages depends on the following modules to run. These should be installed automatically with any of the installation instructions provided. -- NumPy >= 1.2.1 +- NumPy >= 1.17.3 -- SciPy >= 0.6.0 +- SciPy >= 1.12.0 - pandas >= 1.3.0 diff --git a/setup.py b/setup.py index 7010588..2c24767 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ license="BSD", packages=find_packages(), include_package_data=True, - install_requires=['scipy>=0.6.0', 'numpy>=1.2.1', 'pandas>=0.17.0'], + install_requires=['scipy>=1.12.0', 'numpy>=1.17.3', 'pandas>=1.3.0'], zip_safe=False, keywords='thermo chemistry physics', classifiers=[