diff --git a/pyproject.toml b/pyproject.toml index bde404eb..f9686839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,8 +54,9 @@ test = [ "pre-commit", "pytest", "pytest-cov", - "python-dateutil", + "python-dateutil", # used in some tests "ruff", + "scipy", # used in some tests "tox", ]