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 was archived by the owner on Mar 6, 2023. It is now read-only.
Currently, we've been installing git dependencies using poetry (https://python-poetry.org/). This works fine for openeo-odc and for openeo-pg-parser, however, for openeo-processes, there are some issues.
When attempting to install with poetry add git+https://github.com/Open-EO/openeo-processes-python.git, an error is received:
The dependency name for dcio-example does not match the actual package's name: datacube
Looking at setup.cfg, it appears dcio-example is a git repo which contains a fork of odc-core.
Would it be possible to remove this dependency, or at least move it out of the xarray extras, to allow for easy installation using poetry?
Hello!
Currently, we've been installing git dependencies using poetry (https://python-poetry.org/). This works fine for openeo-odc and for openeo-pg-parser, however, for openeo-processes, there are some issues.
When attempting to install with
poetry add git+https://github.com/Open-EO/openeo-processes-python.git, an error is received:Looking at
setup.cfg, it appears dcio-example is a git repo which contains a fork of odc-core.Would it be possible to remove this dependency, or at least move it out of the
xarrayextras, to allow for easy installation using poetry?Thanks!