Open vadmbertr opened 2 months ago
Hi Vadim,
Thank you for identifying the missing dependencies ! Yes, feel free to open a pull request with your improvements.
Amine
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)
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
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