Missing/invalid specification of build-time dependencies
Open
maintenance
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
Hello
Installation of mayavi through poetry fails due to numpy not being available at build time. This happens because the package is built in a temporary environment, but the build time dependencies are unspecified, as diagnosed in the reply to the issue I reported to poetry: https://github.com/python-poetry/poetry/issues/4543#issuecomment-925146062
Would it be possible to add a pyproject.toml file specifying the build environment, so that mayavi can be installed with tools such as poetry?
Many thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.