From 93b84a49c2913a5120dc3ef9ddf7b59c8f9303c6 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 24 Jan 2025 22:52:00 -0800 Subject: [PATCH] Add scipy to test dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ]