From dc1a55fa4f5dcfe81086fff0047e685da0a6b634 Mon Sep 17 00:00:00 2001 From: Danila Date: Tue, 22 Oct 2024 02:21:55 -0700 Subject: [PATCH] Add scipy dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 90b314a..0811027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ pandas = ">=1.0.0" h5py = ">=2.9.0" matplotlib = ">=3.1.0" seaborn = ">=0.9.0" +scipy [tool.poetry.dev-dependencies] pytest = "^3.4"