Could you create an optional install dependency for installing the requirements for the test suite? E.g., in `pyproject.toml` add: ```toml test = [ 'eigen', 'gofit', 'joblib', 'pybind11[global]', 'pytest', ] ``` in `[project.optional-dependencies]`.
Could you create an optional install dependency for installing the requirements for the test suite? E.g., in
pyproject.tomladd:in
[project.optional-dependencies].