Skip to content

Commit

Permalink
Update version and TF version requirement for TFP 0.20.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnim committed May 8, 2023
1 parent 14c180b commit e81e7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/__init__.py
Expand Up @@ -51,7 +51,7 @@ def _validate_tf_environment(package):
#
# Update this whenever we need to depend on a newer TensorFlow release.
#
required_tensorflow_version = '2.11'
required_tensorflow_version = '2.12'
# required_tensorflow_version = '1.15' # Needed internally -- DisableOnExport

if (distutils.version.LooseVersion(tf.__version__) <
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_probability/python/version.py
Expand Up @@ -24,7 +24,7 @@
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_VERSION_SUFFIX = 'dev'
_VERSION_SUFFIX = ''

# Example, '0.4.0-dev'
__version__ = '.'.join([
Expand Down

0 comments on commit e81e7e8

Please sign in to comment.