Update TFP setup.py to document the required versions of Python.

PiperOrigin-RevId: 572308763
This commit is contained in:
Michael Reneer 2023-10-10 11:05:29 -07:00 committed by A. Unique TensorFlower
parent a9ea9ba4a0
commit 5821848fdc

View file

@ -44,4 +44,5 @@ setuptools.setup(
'tf-models-official~=2.13',
],
packages=setuptools.find_packages(),
python_requires='>=3.9.0,<3.12',
)