File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111* Bumped the Ubuntu version on which ` tensorflow_transform ` is tested to 20.04
1212 (previously was 16.04).
1313* Explicitly use Keras 2 or `tf_keras`` if Keras 3 is installed.
14+ * Added python 3.11 support.
15+ * Depends on ` tensorflow>=2.15.0,<3 ` .
1416
1517## Breaking Changes
1618
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def _make_required_install_packages():
4848 'protobuf>=3.20.3,<5' ,
4949 'pyarrow>=10,<11' ,
5050 'pydot>=1.2,<2' ,
51- 'tensorflow>=2.13 ,<3' ,
51+ 'tensorflow>=2.15 ,<3' ,
5252 'tensorflow-metadata' + select_constraint (
5353 default = '>=1.14.0,<1.15.0' ,
5454 nightly = '>=1.15.0.dev' ,
@@ -80,6 +80,8 @@ def _make_required_install_packages():
8080 'Programming Language :: Python' ,
8181 'Programming Language :: Python :: 3' ,
8282 'Programming Language :: Python :: 3.9' ,
83+ 'Programming Language :: Python :: 3.10' ,
84+ 'Programming Language :: Python :: 3.11' ,
8385 'Programming Language :: Python :: 3 :: Only' ,
8486 'Topic :: Scientific/Engineering' ,
8587 'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
You can’t perform that action at this time.
0 commit comments