From 3ecf5383dd44afbee2cf352078b1f7b71fd214b0 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:21:27 -0400 Subject: [PATCH] Update meta.yaml Explicitly depend on scipy see https://github.com/astronomy-commons/hipscat-import/pull/320 --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 06ac929..6d92e2a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -32,6 +32,7 @@ requirements: - pandas - pyarrow - pyyaml + - scipy - tqdm - numpy - fsspec <=2024.2.0