File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 (previously was 16.04).
1313* Explicitly use Keras 2 or `tf_keras`` if Keras 3 is installed.
1414* Added python 3.11 support.
15- * Depends on ' tensorflow> =2.15,<3' .
15+ * Depends on ` tensorflow~ =2.15 ` .
1616* Enable passing ` tf.saved_model.SaveOptions ` to model saving functionality.
1717* Census and sentiment examples updated to only use Keras instead of
1818 estimator.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def _make_required_install_packages():
5050 'protobuf>=3.20.3,<5;python_version<"3.11"' ,
5151 'pyarrow>=10,<11' ,
5252 'pydot>=1.2,<2' ,
53- 'tensorflow> =2.15,<3 ' ,
53+ 'tensorflow~ =2.15' ,
5454 'tensorflow-metadata' + select_constraint (
5555 default = '>=1.14.0,<1.15.0' ,
5656 nightly = '>=1.15.0.dev' ,
You can’t perform that action at this time.
0 commit comments