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

Thoth's resolver experimental features - selective pre-releases #884

Closed
goern opened this issue Feb 10, 2021 · 2 comments
Closed

Thoth's resolver experimental features - selective pre-releases #884

goern opened this issue Feb 10, 2021 · 2 comments

Comments

@goern
Copy link
Member

goern commented Feb 10, 2021

Now at: #884

Thoth's resolver experimental features - selective pre-releases

With this change, we are able to resolve software stacks that have only some of the dependencies marked as pre-releases. As this feature is not available in any Python resolver, we proposed PEEP-0007 to Pipenv community and designed our downstream approach on how to tackle this issue. Basically, users can selectively mark some of the dependencies to be pre-releases in the dependency graph and keep the rest of the packages as releases. This is crucial to resolve software stacks that have some of the dependencies pre-releases or, having an ability to state only some of the dependencies to be pre-releases to test application with (e.g. tensorflow==2.4.0rc0 but the rest of the packages are releases). See documentation for more info. This feature request was brought by AIOps where they were not able to resolve software stacks - see the linked issue.

Will update this comment if anything more is needed to deliver this feature.

@fridex
Copy link
Contributor

fridex commented Mar 1, 2021

This is already implemented and available in test/stage/prod deployments. Closing.

@fridex
Copy link
Contributor

fridex commented Mar 9, 2021

@fridex fridex closed this as completed Mar 9, 2021
@harshad16 harshad16 moved this to Completed in SIG-DevSecOps Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants