From 3f3e7bf23e9749192f2df5e5b85782a0adbf0f68 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:53:47 -0600 Subject: [PATCH] pin SciPy version until we address follow on issues (issue #607) (#608) --- conda_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_environment.yml b/conda_environment.yml index 4fbf20e70..769d05b90 100644 --- a/conda_environment.yml +++ b/conda_environment.yml @@ -19,7 +19,7 @@ dependencies: - pillow - pip - scikit-learn - - scipy + - scipy<1.14 - sphinx<7 - sphinx-book-theme - sphinx-design