You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: