-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add optional, constrained dependencies #171
base: main
Are you sure you want to change the base?
Conversation
If users want to install `dask-core` with `numpy` (or similar), make sure that the `numpy` version they install matches the version constraints Dask would add to these constraints. xref: https://github.com/dask/dask/blob/499f4055da707fa76d06a2b79f408f124eee4723/pyproject.toml#L48-L77
Rebuild now that option, constrained dependencies are included.
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
run_constrained: | ||
- numpy >=1.21 | ||
- pandas >=1.3 | ||
- bokeh >=2.4.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this constraint be aligned with the dask
package? If so, should this also be updated upstream?
- bokeh >=2.4.2 | |
- bokeh >=2.4.2,!=3.0.* |
@@ -33,6 +32,13 @@ requirements: | |||
- pyyaml >=5.3.1 | |||
- toolz >=0.10.0 | |||
- importlib_metadata >=4.13.0 | |||
run_constrained: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this constraint be added (like in the dask
package)? If so, should this also be updated upstream?
run_constrained: | |
run_constrained: | |
- cytoolz >=0.11.0 |
Even though upstream has
|
Side note: As part of this work, noticed a simplification that could be made upstream ( dask/dask#10357 ) |
@jrbourbeau what don't you think of this proposal? |
If users want to install
dask-core
withnumpy
(or similar), make sure that thenumpy
version they install matches the version constraints Dask would add to these constraints.xref: https://github.com/dask/dask/blob/499f4055da707fa76d06a2b79f408f124eee4723/pyproject.toml#L48-L77
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)