File tree 3 files changed +4
-4
lines changed
tensorflow_probability/python
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
TFDS_PACKAGE = 'tfds-nightly'
50
50
51
51
if release :
52
- TF_PACKAGE = 'tensorflow >= 2.15 '
53
- KERAS_PACKAGE = 'tf-keras >= 2.15 '
52
+ TF_PACKAGE = 'tensorflow >= 2.16 '
53
+ KERAS_PACKAGE = 'tf-keras >= 2.16 '
54
54
else :
55
55
TF_PACKAGE = 'tf-nightly'
56
56
KERAS_PACKAGE = 'tf-keras-nightly'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def _validate_tf_environment(package):
51
51
#
52
52
# Update this whenever we need to depend on a newer TensorFlow release.
53
53
#
54
- required_tensorflow_version = '2.15 '
54
+ required_tensorflow_version = '2.16 '
55
55
# required_tensorflow_version = '1.15' # Needed internally -- DisableOnExport
56
56
57
57
if (distutils .version .LooseVersion (tf .__version__ ) <
Original file line number Diff line number Diff line change 24
24
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
25
25
# release branch, the current version is by default assumed to be a
26
26
# 'development' version, labeled 'dev'.
27
- _VERSION_SUFFIX = 'dev '
27
+ _VERSION_SUFFIX = ''
28
28
29
29
# Example, '0.4.0-dev'
30
30
__version__ = '.' .join ([
You can’t perform that action at this time.
0 commit comments