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 793779f commit 833b5d1Copy full SHA for 833b5d1
setup.py
@@ -70,7 +70,7 @@ def has_ext_modules(self):
70
url='http://github.com/tensorflow/probability',
71
license='Apache 2.0',
72
packages=find_packages(),
73
- python_requires='>=3.8',
+ python_requires='>=3.9',
74
install_requires=REQUIRED_PACKAGES,
75
# Add in any packaged data.
76
include_package_data=True,
0 commit comments