-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/update tensorflow and dagster #106
Feature/update tensorflow and dagster #106
Conversation
We are currently discussing the possible versions of TensorFlow and Python. It looks like we will remove python 3.8 and use the lowest possible TensorFlow version as a minimum (maybe Also, |
Change Tensorflow version to >=2.13, <=2.15
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.
Thank you for your contribution 🎉
…ove support for python `3.8` (#106) ## 📥 Pull Request Description - Updated Dagster to Version 1.5 in order to leverage bug fixes in dagster webservice - Fix keras import error in order to enable usage of tensorflow 2.15 ## 👀 Affected Areas - Dagster Pipelines & Webservice - Tensorflow ML Backend ## 📝 Checklist Please make sure you've completed the following tasks before submitting this pull request: - [X] Pre-commit hooks were executed - [x] Changes have been reviewed by at least one other developer - [X] Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code) - [ ] All tests ran successfully - [X] All merge conflicts are resolved - [ ] Documentation has been updated to reflect the changes - [X] Any necessary migrations have been run ## 📌 Related Issues If this pull request is related to an existing issue, please reference it here. ## 🔗 Links Please provide any relevant links (e.g. documentation, external resources) that support your changes. ## 📷 Screenshots If applicable, please include screenshots of the before and after effects of your changes. Thank you for your contribution! 🎉 --------- Co-authored-by: Timo Schadt <[email protected]>
📥 Pull Request Description
👀 Affected Areas
📝 Checklist
Please make sure you've completed the following tasks before submitting this pull request:
📌 Related Issues
If this pull request is related to an existing issue, please reference it here.
🔗 Links
Please provide any relevant links (e.g. documentation, external resources) that support your changes.
📷 Screenshots
If applicable, please include screenshots of the before and after effects of your changes.
Thank you for your contribution! 🎉