### Summary Here is a checklist to support TF 2.12. ### Detailed Description For 2.12.0rc0: - [x] fix version detection of release candidate version #2332 - [x] `.dylib` file was removed from macOS wheels with only `.2.dylib` left #2333 - [x] `libtensorflow_cc` library is now available inside wheels per https://github.com/tensorflow/tensorflow/pull/55941. Remove the dependency on `_pywrap_tensorflow_internal` and removes the dependency on libpython (cmake, lammps) #2335 - [x] migrate C++ workflows #2422 - [x] update documentation #2422 - [x] TF 2.12 adds Python 3.11 supports and drops Python 3.7 supports, test TF 2.12 on Python 3.11 #2422 ### Further Information, Files, and Links _No response_
Summary
Here is a checklist to support TF 2.12.
Detailed Description
For 2.12.0rc0:
.dylibfile was removed from macOS wheels with only.2.dylibleft fix macOS library suffix for TF 2.12 #2333libtensorflow_cclibrary is now available inside wheels per Dynamic Pywrap - Refactor pywrap_tensorflow_internal to load TF symbols from libtensorflow_cc.so tensorflow/tensorflow#55941. Remove the dependency on_pywrap_tensorflow_internaland removes the dependency on libpython (cmake, lammps) remove dependencies on _pywrap_tensorflow_internal and libpython for TF 2.12 #2335Further Information, Files, and Links
No response