From e8cba7d05cd367087b808a2dcfdce383850a881a Mon Sep 17 00:00:00 2001 From: adam-urbanczyk Date: Wed, 9 Sep 2020 15:45:33 +0200 Subject: [PATCH] Add scipy to the specs --- conda/meta.yaml | 1 + environment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6b1eb217..4e55c553 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,6 +21,7 @@ requirements: - ipython - typing_extensions - nptyping + - scipy test: requires: diff --git a/environment.yml b/environment.yml index b7a07863..6c9ceb13 100644 --- a/environment.yml +++ b/environment.yml @@ -19,6 +19,7 @@ dependencies: - ipython - typing_extensions - nptyping + - scipy - pip - pip: - "--editable=."