From 8b7a79142d34157407ac3f7f154b5cf5a10d7c4e Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 31 Jan 2025 13:59:24 -0600 Subject: [PATCH 1/2] fix: patch rubin-sim 2.2.0 for numpy 2 --- recipe/patch_yaml/rubin_sim.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/patch_yaml/rubin_sim.yaml diff --git a/recipe/patch_yaml/rubin_sim.yaml b/recipe/patch_yaml/rubin_sim.yaml new file mode 100644 index 000000000..573b7f433 --- /dev/null +++ b/recipe/patch_yaml/rubin_sim.yaml @@ -0,0 +1,8 @@ +if: + name: rubin-sim + version: 2.2.0 + build_number_in: [0] +then: + - replace_depends: + old: numpy + new: numpy >= 2 From 64fcb84bc0c28e634f003cc1310524a3c75587b5 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 31 Jan 2025 14:07:28 -0600 Subject: [PATCH 2/2] Update recipe/patch_yaml/rubin_sim.yaml --- recipe/patch_yaml/rubin_sim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/patch_yaml/rubin_sim.yaml b/recipe/patch_yaml/rubin_sim.yaml index 573b7f433..8faaa76f5 100644 --- a/recipe/patch_yaml/rubin_sim.yaml +++ b/recipe/patch_yaml/rubin_sim.yaml @@ -5,4 +5,4 @@ if: then: - replace_depends: old: numpy - new: numpy >= 2 + new: numpy >=2