From 699aaeb41ff0c7d6993e3938ababd8993e557557 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 11 Jan 2021 17:58:56 -0600
Subject: [PATCH] Add scipy to test conda env for examples

---
 .test-conda-env-py3.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml
index 208f46e0..7ec236ca 100644
--- a/.test-conda-env-py3.yml
+++ b/.test-conda-env-py3.yml
@@ -15,3 +15,6 @@ dependencies:
 - python-symengine=0.6.0
 - pyfmmlib
 - pyrsistent
+
+# Only needed for examples
+- scipy
-- 
GitLab