From a8f4363302fa940fa11eef92c6c49c1d54f64bc2 Mon Sep 17 00:00:00 2001 From: James Krieger Date: Thu, 1 Oct 2020 12:51:29 +0100 Subject: [PATCH] added scipy to pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1c9156d0..6e8a39ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel", "numpy>=1.10", "pyparsing", "biopython"] +requires = ["setuptools", "wheel", "numpy>=1.10", "pyparsing", "biopython", "scipy"]