-
Notifications
You must be signed in to change notification settings - Fork 332
Bump python version requirement to 3.9 #2079
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
Conversation
Keras-core now requires at least 3.9, and tf 2.14 (out imminently) will require 3.9 as well. We should follow suit for cv/nlp.
/gcbrun |
@ianstenbit we probably need to do some bumping of version in containers before things are all the way green? |
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.
Thanks! Just want to verify the relationship to the two smaller non-config changes
I'm uploading the updated versions of the Docker containers to GCB now. They shouldn't be strictly required here since this code should work with the latest and second-latest versions of Keras Core, but it's good to verify |
/gcbrun |
Docker images updated. |
/gcbrun |
* Bump python version requirement to 3.9 Keras-core now requires at least 3.9, and tf 2.14 (out imminently) will require 3.9 as well. We should follow suit for cv/nlp. * Fix build errors with new keras-core version * Update devcontainer to 3.9
* Bump python version requirement to 3.9 Keras-core now requires at least 3.9, and tf 2.14 (out imminently) will require 3.9 as well. We should follow suit for cv/nlp. * Fix build errors with new keras-core version * Update devcontainer to 3.9
Keras-core now requires at least 3.9, and tf 2.14 (out imminently) will require 3.9 as well.
We should follow suit for cv/nlp.