Update test.pip compatible with Python 3.12#2161
Update test.pip compatible with Python 3.12#2161johnnynunez wants to merge 7 commits intoapple:mainfrom
Conversation
|
Additional changes will almost certainly be needed to support Python 3.12. Although PyTorch supports 3.12, TensorFlow doesn't curently support Python 3.12. I don't think it makes sense for us to move forward with support for a new version of Python until both PyTorch and TensorFlow supports it. We're already tracking Python 3.12 support in #2129. |
it's ready for tensorflow 2.16rc0. Only merge when tensorflow will be released |
https://pypi.org/project/tensorflow/
|
|
Warning: TensorFlow 2.15 included the final release of the |
it breaks because it tries to install tensorflow-macos. But on official apple page tells: |
reqs/test.pip
Outdated
|
|
||
| # TensorFlow (arm64) related package. Currently no Python 3.13 support. | ||
| tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13" | ||
| tensorflow==2.16.1; platform_machine == "arm64" and python_version < "3.13" |
There was a problem hiding this comment.
I don't think this makes sense. You probably want to remove this line and edit line 37 to covert both cases.
|
There also doesn't seem to be a Keras version 3.1: https://pypi.org/project/keras/#history |


No description provided.