From 7abe91e7286a4c2250c1773a8ddbd0e2d5dfaace Mon Sep 17 00:00:00 2001 From: t7phy Date: Tue, 18 Jun 2024 16:04:36 +0200 Subject: [PATCH] move scipy dep to test group --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00a6644..5853adf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ PyYAML = "^6.0" click = "^8.0.3" pendulum = "^3.0.0" appdirs = "^1.4.4" -scipy = "^1.11.1" [tool.poetry.group.docs] optional = true @@ -54,6 +53,7 @@ pytest = "^7.1.3" pytest-cov = "4.0.0" pylint = "^3.1.0" pyfakefs = "^5.2.3" +scipy = "^1.11.1" [tool.poetry.group.dev.dependencies] pdbpp = "^0.10.3"