-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Discuss dependency update strategy of KFP #4999
Labels
Comments
Closed
There are several main areas that might need updating:
For python (SDK and Visualizations) we already have update scripts. |
2 tasks
And
+1 for building scripts that automate upgrading dependencies so that we try and test an upgrade more often. |
FYI, I've created an issue before with similar content: #4682 |
closed this since it‘s a duplicate of #4682 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we do not usually update dependencies, so each time we update, they have already been pretty old and many things could be breaking after some dependencies are updated.
It's worth discussing the dependency update strategy of KFP.
Looks like there is no script or doc related to updating dependency. We may need to write a script like https://github.com/knative/eventing/blob/master/hack/update-deps.sh and write some docs related to updating dependency.
The text was updated successfully, but these errors were encountered: