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 #1143

Closed
gab23r opened this issue Nov 6, 2023 · 1 comment
Closed

Reduce number of dependencies #1143

gab23r opened this issue Nov 6, 2023 · 1 comment

Comments

@gab23r
Copy link

gab23r commented Nov 6, 2023

I am surpised to see the number of "heavy" dependencies of ipyleaflet.
I think that most of them are not required ( scipy, bqplot, geopandas, xarray )

I think it would be an improvement to remove those from the environment.yml, so that user can make a conscious choice to add them or not in their environnent.

@martinRenou
Copy link
Member

martinRenou commented Nov 6, 2023

ipyleaflet only requires ipywidgets, branca, traittypes and xyzservices which are relatively small dependencies and do not pull the packages you mention (see https://github.com/jupyter-widgets/ipyleaflet/blob/master/setup.py#L58).

You are looking at the environment file needed for running the examples on the repository, not the dependencies of the package itself.

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

No branches or pull requests

2 participants