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

Specify minimum versions in setup.cfg #5578

Open
dcherian opened this issue Jul 5, 2021 · 2 comments
Open

Specify minimum versions in setup.cfg #5578

dcherian opened this issue Jul 5, 2021 · 2 comments

Comments

@dcherian
Copy link
Contributor

dcherian commented Jul 5, 2021

See #5342 (comment)

@mathause
Copy link
Collaborator

mathause commented Jul 6, 2021

Is there a way to do this for optional dependecies?

@keewis
Copy link
Collaborator

keewis commented Nov 28, 2021

it apparently is possible to add versions for optional dependencies, but unlike the required dependencies those will only be interpreted when doing something like pip install xarray[complete].

For conda I guess we would have to create multiple packages (following dask and matplotlib that would be xarray-core and xarray)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants