meom-group / widetrax

Toolbox for manipulating wide-swath altimetry ocean data.
https://widetrax.readthedocs.io/en/latest/
Apache License 2.0
2 stars 2 forks source link

Missing dependencies #1

Open vadmbertr opened 2 months ago

vadmbertr commented 2 months ago

Hi Amine,

Some dependencies are missing from the pyproject.toml file. If you wish I can open a pull request (I forked the repo and fixed it) that fixes it and bring some improvements on how dependencies are handle (I think).

Vadim

Amine-ouhechou commented 2 months ago

Hi Vadim,

Thank you for identifying the missing dependencies ! Yes, feel free to open a pull request with your improvements.

Amine

Amine-ouhechou commented 2 months ago

This causes an issue when generating the documentation in Read the Docs: Failed to build pyinterp ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyinterp)

vadmbertr commented 2 months ago

it seems pyinterp is not easily instalable using pip. The solution could be to use conda to install it, see: https://docs.readthedocs.io/en/stable/config-file/v2.html#conda

I will push an updated version to the branch