Skip to content

Commit c6b1d35

Browse files
committed
Update version
1 parent 2c64c81 commit c6b1d35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

oss_scripts/pip_package/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from setuptools.dist import Distribution
3333

3434
project_name = 'tensorflow-text'
35-
project_version = '2.9.0-rc0'
35+
project_version = '2.9.0-rc1'
3636

3737

3838
class BinaryDistribution(Distribution):
@@ -73,8 +73,8 @@ def finalize_options(self):
7373
cmdclass={'install': InstallPlatlib},
7474
distclass=BinaryDistribution,
7575
install_requires=[
76-
'tensorflow>=2.8.0, <2.9; platform_machine != "arm64" or platform_system != "Darwin"',
77-
'tensorflow-macos>=2.8.0, <2.9; platform_machine == "arm64" and platform_system == "Darwin"',
76+
'tensorflow>=2.9.0rc0, <2.10; platform_machine != "arm64" or platform_system != "Darwin"',
77+
'tensorflow-macos>=2.9.0rc0, <2.10; platform_machine == "arm64" and platform_system == "Darwin"',
7878
'tensorflow_hub>=0.8.0',
7979
],
8080
extras_require={

tensorflow_text/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
]
9292

9393
remove_undocumented(__name__, _allowed_symbols)
94-
__version__ = "2.9.0-rc0"
94+
__version__ = "2.9.0-rc1"

0 commit comments

Comments
 (0)