Skip to content
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

Use range instead of pin for python dependencies for kfp #1134

Closed
zhitaoli opened this issue Apr 10, 2019 · 3 comments · Fixed by #1137
Closed

Use range instead of pin for python dependencies for kfp #1134

zhitaoli opened this issue Apr 10, 2019 · 3 comments · Fixed by #1137

Comments

@zhitaoli
Copy link

Currently kfp pins a list of package versions in sdk/python/setup.py. It could be too restrictive if kfp is used with other OSS projects (i.e, tfx).

The particularly conflicting one is 'google-auth==1.6.1'.

Can we use a range version for kfp dependencies?

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.80. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: dashboard, app homepage and code for this bot.

@neuromage
Copy link
Contributor

/assign @neuromage

@zhitaoli
Copy link
Author

Thanks for the prompt action!

magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
This is an additional change needed for Openshift clusters.
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this issue Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants