-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Python version to 3.9 - 3.11 #1189
Conversation
Signed-off-by: yes <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we set 3.10 through 3.12 (inclusive) as the range? We will already be supporting a python release from 2 years ago with 3.10.
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
@tanwarsh Can we also run the |
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
@MasterSkepticista @teoparvanov, We have a deadlock situation here. TensorFlow 2.13 is not supported by Python 3.12, and we have PR #1174 which updates Keras and TensorFlow version to latest. However, we cannot merge it before removing support for Python versions < 3.9, as they are not supported by these latest versions. My suggestion is to first update the Python version till 3.11, then merge the other PR, and finally add support for Python 3.12. |
Please bump 2.13 to 2.14 or 2.15. |
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
Signed-off-by: yes <[email protected]>
@tanwarsh It is OK to keep the versions 3.9 thru 3.11 3.12 requires bumping tensorflow>=2.16, and we are not ready for keras>=3 transition until workspaces are updated. Numpy issue is related to the fact that the test loads numpy>2.0 library, while a subprocess tries to downgrade to 1.x as part of workspace creation. To resolve, try switching to Edit: To fix the |
Signed-off-by: yes <[email protected]>
* removed python version <= 3.8 Signed-off-by: yes <[email protected]> * changes as per comments Signed-off-by: yes <[email protected]> * revert changes Signed-off-by: yes <[email protected]> * doc updated Signed-off-by: yes <[email protected]> * python version updated to 3.10 to 3.12 Signed-off-by: yes <[email protected]> * python version updated to 3.10 to 3.12 Signed-off-by: yes <[email protected]> * dummy commit Signed-off-by: yes <[email protected]> * dummy commit Signed-off-by: yes <[email protected]> * version changes Signed-off-by: yes <[email protected]> * changed version t0 3.10 Signed-off-by: yes <[email protected]> * fixed typo Signed-off-by: yes <[email protected]> * bump tensorflow to 2.14 Signed-off-by: yes <[email protected]> * bump tensorflow to 2.15 Signed-off-by: yes <[email protected]> * revert tensorflo version and removed python version 3.12 Signed-off-by: yes <[email protected]> * revert tensorflo version and removed python version 3.12 Signed-off-by: yes <[email protected]> * removed astor Signed-off-by: yes <[email protected]> * added nbformat lib Signed-off-by: yes <[email protected]> * formatting fix Signed-off-by: yes <[email protected]> * numpy version fix Signed-off-by: yes <[email protected]> * numpy version fix Signed-off-by: yes <[email protected]> * revert python version back to 3.9 Signed-off-by: yes <[email protected]> * removed astor Signed-off-by: yes <[email protected]> * numpy version change Signed-off-by: yes <[email protected]> * numpy version change Signed-off-by: yes <[email protected]> * numpy version change Signed-off-by: yes <[email protected]> * switch to torch_cnn_mnist Signed-off-by: yes <[email protected]> --------- Signed-off-by: yes <[email protected]>
Changes required to remove support for python version 3.8 and below.
the support will be extended to python 3.12 post tensorflow #1204 and keras update #1174.