diff --git a/README.rst b/README.rst index 1effc2ca83f..8549942787e 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ Another option is to clone the repository and install PyMC3 using Dependencies ============ -PyMC3 is tested on Python 3.6 and depends on Theano, NumPy, +PyMC3 is tested on Python 3.7 and depends on Theano, NumPy, SciPy, and Pandas (see ``requirements.txt`` for version information). diff --git a/setup.py b/setup.py index 21c81c98e7e..eef672998a6 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def get_version(): # package_data={'docs': ['*']}, include_package_data=True, classifiers=classifiers, - python_requires=">=3.6", + python_requires=">=3.7", install_requires=install_reqs, tests_require=test_reqs, test_suite="nose.collector",