ISISNeutronMuon / ISISNeutronMuon/quickBayes
Create optional install requirements for running test suite
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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]`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.