Update TFP setup.py
to document the required versions of Python.
PiperOrigin-RevId: 572308763
This commit is contained in:
parent
a9ea9ba4a0
commit
5821848fdc
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -44,4 +44,5 @@ setuptools.setup(
|
||||||
'tf-models-official~=2.13',
|
'tf-models-official~=2.13',
|
||||||
],
|
],
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
python_requires='>=3.9.0,<3.12',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue