You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Currently eggshell has "heavy" dependencies which are required, for example:
matplotlib
cartopy
ocgis
To make eggshell usable also for lightweight birds (wps services) we could make those dependencies optional ... functionality using these libraries is only loaded/available when the libraries are installed (ocgis, matplotlib, ...).
The text was updated successfully, but these errors were encountered:
Also, I suppose this means that the real birds have the responsibility of having those dependencies, and not delegate non-trivial dependencies to eggshell.
The environment.yml is used for development and we can keep all conda dependencies here, just adding a comment for optional packages. But we should split the requirements.txt which is used by the Python package. Maybe having something like requirements-opt.txt? -dev is already used for the test requirements pytest etc.
Also, I suppose this means that the real birds have the responsibility of having those dependencies ..
Currently
eggshell
has "heavy" dependencies which are required, for example:To make
eggshell
usable also for lightweight birds (wps services) we could make those dependencies optional ... functionality using these libraries is only loaded/available when the libraries are installed (ocgis, matplotlib, ...).The text was updated successfully, but these errors were encountered: