We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34f63a commit 1af9976Copy full SHA for 1af9976
README.rst
@@ -111,7 +111,7 @@ Another option is to clone the repository and install PyMC3 using
111
Dependencies
112
============
113
114
-PyMC3 is tested on Python 3.6 and depends on Theano, NumPy,
+PyMC3 is tested on Python 3.7 and depends on Theano, NumPy,
115
SciPy, and Pandas (see ``requirements.txt`` for version
116
information).
117
setup.py
@@ -80,7 +80,7 @@ def get_version():
80
# package_data={'docs': ['*']},
81
include_package_data=True,
82
classifiers=classifiers,
83
- python_requires=">=3.6",
+ python_requires=">=3.7",
84
install_requires=install_reqs,
85
tests_require=test_reqs,
86
test_suite="nose.collector",
0 commit comments