Skip to content

Commit 76002bd

Browse files
brokentf-text-github-robot
authored andcommitted
Update TF version requirements
PiperOrigin-RevId: 259451160
1 parent 907e7b2 commit 76002bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oss_scripts/pip_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ def finalize_options(self):
7373
cmdclass={'install': InstallPlatlib},
7474
distclass=BinaryDistribution,
7575
install_requires=[
76-
'tensorflow==2.0',
76+
'tensorflow>=2.0.0b0, <2.1',
7777
],
7878
extras_require={
7979
'tensorflow_gpu': [
80-
'tensorflow-gpu==2.0',
80+
'tensorflow-gpu>=2.0.0b0, <2.1',
8181
],
8282
'tests': [
8383
'absl-py',

0 commit comments

Comments
 (0)