Skip to content

Commit

Permalink
Update TF version requirements
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259451160
  • Loading branch information
broken authored and tf-text-github-robot committed Jul 23, 2019
1 parent 907e7b2 commit 76002bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oss_scripts/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ def finalize_options(self):
cmdclass={'install': InstallPlatlib},
distclass=BinaryDistribution,
install_requires=[
'tensorflow==2.0',
'tensorflow>=2.0.0b0, <2.1',
],
extras_require={
'tensorflow_gpu': [
'tensorflow-gpu==2.0',
'tensorflow-gpu>=2.0.0b0, <2.1',
],
'tests': [
'absl-py',
Expand Down

0 comments on commit 76002bd

Please sign in to comment.