From d99b62fea95068c0ad1c66b9fcb3383d4b2742c7 Mon Sep 17 00:00:00 2001 From: Willem-Jan Vriend <wjvriend@astro.rug.nl> Date: Thu, 9 Feb 2023 09:58:38 +0100 Subject: [PATCH] added scipy <1.9.3 --- conda-recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 366598c9b..98b84ad6f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -22,6 +22,8 @@ requirements: # specify without sub version and without == to get the latest sub version - python 3.10 - numpy + # scipy 1.9.3 gave interpolate error "ValueError: Expect x to not have duplicates" + - scipy <1.9.3 # TODO remove? not used ?! #- python-dateutil - matplotlib -- GitLab