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

Reduce number of dependencies #9

Closed
MWieland opened this issue May 6, 2020 · 1 comment · Fixed by #14
Closed

Reduce number of dependencies #9

MWieland opened this issue May 6, 2020 · 1 comment · Fixed by #14
Labels
enhancement New feature or request question Further information is requested

Comments

@MWieland
Copy link
Collaborator

MWieland commented May 6, 2020

We should try to further reduce the number of dependencies. In particular matplotlib and pillow are only used in one spot and should be substituted if possible.

@MWieland MWieland added the enhancement New feature or request label May 6, 2020
@fwfichtner
Copy link
Contributor

I agree, particularly because they are both only needed for the worldfile.

Generally we might also consider providing the option of only installing substets of the package, similar to Dask. We would only need to define our extras_require similar to how they do it. What do you think about that?

More information about setuptools. The only issue I see is that we don't have a core (defined yet).

@fwfichtner fwfichtner added the question Further information is requested label May 8, 2020
@MWieland MWieland mentioned this issue May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants