@@ -164,6 +164,7 @@ def select_constraint(default, nightly=None, git_master=None):
164
164
'Programming Language :: Python :: 3' ,
165
165
'Programming Language :: Python :: 3.8' ,
166
166
'Programming Language :: Python :: 3.9' ,
167
+ 'Programming Language :: Python :: 3.10' ,
167
168
'Programming Language :: Python :: 3 :: Only' ,
168
169
'Topic :: Scientific/Engineering' ,
169
170
'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
@@ -189,12 +190,12 @@ def select_constraint(default, nightly=None, git_master=None):
189
190
'six>=1.12,<2' ,
190
191
'tensorflow>=2.13,<3' ,
191
192
'tensorflow-metadata' + select_constraint (
192
- default = '>=1.13.1 ,<1.14 ' ,
193
- nightly = '>=1.14 .0.dev' ,
193
+ default = '>=1.14.0 ,<1.15 ' ,
194
+ nightly = '>=1.15 .0.dev' ,
194
195
git_master = '@git+https://github.com/tensorflow/metadata@master' ),
195
196
'tfx-bsl' + select_constraint (
196
- default = '>=1.13 .0,<1.14 ' ,
197
- nightly = '>=1.14 .0.dev' ,
197
+ default = '>=1.14 .0,<1.15 ' ,
198
+ nightly = '>=1.15 .0.dev' ,
198
199
git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
199
200
],
200
201
extras_require = {
0 commit comments