File tree 3 files changed +3
-4
lines changed
tensorflow_probability/python
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def has_ext_modules(self):
70
70
url = 'http://github.com/tensorflow/probability' ,
71
71
license = 'Apache 2.0' ,
72
72
packages = find_packages (),
73
- python_requires = '>=3.8 ' ,
73
+ python_requires = '>=3.9 ' ,
74
74
install_requires = REQUIRED_PACKAGES ,
75
75
# Add in any packaged data.
76
76
include_package_data = True ,
@@ -88,7 +88,6 @@ def has_ext_modules(self):
88
88
'Intended Audience :: Science/Research' ,
89
89
'License :: OSI Approved :: Apache Software License' ,
90
90
'Programming Language :: Python :: 3' ,
91
- 'Programming Language :: Python :: 3.8' ,
92
91
'Programming Language :: Python :: 3.9' ,
93
92
'Programming Language :: Python :: 3.10' ,
94
93
'Programming Language :: Python :: 3.11' ,
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.13 '
54
+ required_tensorflow_version = '2.14 '
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 16
16
17
17
# We follow Semantic Versioning (https://semver.org/)
18
18
_MAJOR_VERSION = '0'
19
- _MINOR_VERSION = '22 '
19
+ _MINOR_VERSION = '23 '
20
20
_PATCH_VERSION = '0'
21
21
22
22
# When building releases, we can update this value on the release branch to
You can’t perform that action at this time.
0 commit comments