File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
from setuptools .dist import Distribution
33
33
34
34
project_name = 'tensorflow-text'
35
- project_version = '2.9.0-rc0 '
35
+ project_version = '2.9.0-rc1 '
36
36
37
37
38
38
class BinaryDistribution (Distribution ):
@@ -73,8 +73,8 @@ def finalize_options(self):
73
73
cmdclass = {'install' : InstallPlatlib },
74
74
distclass = BinaryDistribution ,
75
75
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"' ,
78
78
'tensorflow_hub>=0.8.0' ,
79
79
],
80
80
extras_require = {
Original file line number Diff line number Diff line change 91
91
]
92
92
93
93
remove_undocumented (__name__ , _allowed_symbols )
94
- __version__ = "2.9.0-rc0 "
94
+ __version__ = "2.9.0-rc1 "
You can’t perform that action at this time.
0 commit comments