clarify which dependencies in dependencies.yaml are conda-only #195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This project has some dependencies in
dependencies.yaml
which are part of groups that haveoutput_types: requirements
, but which use version specifiers that aren't recognized bypip
.For example, the use of a secondary build component matching a build string (a conda-specific pattern):
wholegraph/dependencies.yaml
Line 247 in f85ee43
And the use of a single
=
pin (not recognized bypip
)wholegraph/dependencies.yaml
Line 288 in f85ee43
I believe these were intended to only affect
conda
outputs fromrapids-dependency-file-generator
. This marks them that way.Notes for Reviewers
I discovered this while running the following
cuda11.8-pip
unified devcontainer from https://github.com/rapidsai/devcontainers.That resulted in an error like this when
wholegraph
was included.