@@ -38,14 +38,14 @@ def select_constraint(default, nightly=None, git_master=None):
38
38
return default
39
39
40
40
REQUIRED_PACKAGES = [
41
- 'tensorflow>=2.12.0,<2.13 ' ,
41
+ 'tensorflow>=2.15,<3 ' ,
42
42
'tensorflow-hub>=0.8.0,<1.0.0' ,
43
43
'tensorflow-data-validation' + select_constraint (
44
- default = '>=1.13.0,<1. 14.0' ,
44
+ default = '>=1.14.0' ,
45
45
nightly = '>=1.14.0.dev' ,
46
46
git_master = '@git+https://github.com/tensorflow/data-validation@master' ),
47
47
'tensorflow-model-analysis' + select_constraint (
48
- default = '>=0.44,<0. 45' ,
48
+ default = '>=0.45' ,
49
49
nightly = '>=0.45.0.dev' ,
50
50
git_master = '@git+https://github.com/tensorflow/model-analysis@master' ),
51
51
'witwidget>=1.4.4,<2' ,
@@ -74,7 +74,7 @@ def select_constraint(default, nightly=None, git_master=None):
74
74
package_data = {
75
75
'fairness_indicators' : ['documentation/*' ],
76
76
},
77
- python_requires = '>=3.8,<3.10 ' ,
77
+ python_requires = '>=3.9,<4 ' ,
78
78
install_requires = REQUIRED_PACKAGES ,
79
79
tests_require = REQUIRED_PACKAGES ,
80
80
# PyPI package information.
0 commit comments