Skip to content

Commit

Permalink
Update TFP setup.py to document the required versions of Python.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572304291
  • Loading branch information
michaelreneer authored and tensorflower-gardener committed Oct 10, 2023
1 parent a9ea9ba commit 18ded91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
'tf-models-official~=2.13',
],
packages=setuptools.find_packages(),
python_requires='>=3.9.0,<3.12',
)

0 comments on commit 18ded91

Please sign in to comment.