Open
Description
Describe new/missing feature
We currently attempt to include optional dependencies in our pyproject.toml
file
https://github.com/FEniCS/dolfinx/blob/main/python/pyproject.toml
But this remains untested as the CI image builds manually type optional dependencies
https://github.com/FEniCS/dolfinx/blob/main/docker/Dockerfile.test-env#L156
There is some discussion of this issue here with respect to adding e.g. --only-deps
option to pip install
: pypa/pip#11440
Suggested user interface
Not applicable.