From c5bb7c702578c0eeb56fae5f684aa9a4a02fcedf Mon Sep 17 00:00:00 2001 From: Alessio Berti Date: Wed, 28 Aug 2024 10:16:00 +0200 Subject: [PATCH] Fix for too new release of scipy. --- environment.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f659945..2803011 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - numpydoc - pytest - pyyaml - - scipy + - scipy~=1.2 - zlib - pip - h5py diff --git a/setup.cfg b/setup.cfg index 8d5e3c7..17d0c0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ install_requires= ctapipe~=0.19.0 numpy>=1.22 uproot~=5.0 + scipy~=1.2 [options.package_data] * = resources/*