File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
from tensorflow .python import tf2
29
29
from tensorflow .python .util .tf_export import keras_export
30
30
31
- __version__ = "2.14 .0"
31
+ __version__ = "2.15 .0"
32
32
33
33
keras_export ("keras.__version__" ).export_constant (__name__ , "__version__" )
Original file line number Diff line number Diff line change 31
31
# This version string is semver compatible, but incompatible with pip.
32
32
# For pip, we will remove all '-' characters from this string, and use the
33
33
# result for pip.
34
- _VERSION = "2.14 .0"
34
+ _VERSION = "2.15 .0"
35
35
36
36
REQUIRED_PACKAGES = [
37
37
# We depend on TensorFlow's declared pip dependencies.
58
58
packages = setuptools .find_packages (),
59
59
install_requires = REQUIRED_PACKAGES ,
60
60
# Supported Python versions
61
- python_requires = ">=3.8 " ,
61
+ python_requires = ">=3.9 " ,
62
62
# PyPI package information.
63
63
classifiers = [
64
64
"Development Status :: 5 - Production/Stable" ,
67
67
"Intended Audience :: Science/Research" ,
68
68
"License :: OSI Approved :: Apache Software License" ,
69
69
"Programming Language :: Python :: 3" ,
70
- "Programming Language :: Python :: 3.8" ,
71
70
"Programming Language :: Python :: 3.9" ,
72
71
"Programming Language :: Python :: 3.10" ,
73
72
"Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments