From c67ef4ac6a2093c33284c77d10a25fa9159b962e Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Mon, 28 Oct 2024 16:48:17 -0600 Subject: [PATCH 1/2] Create simpeg.yml Patch simpeg previous simpers for numpy upper bounds --- recipe/patch_yaml/simpeg.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/patch_yaml/simpeg.yml diff --git a/recipe/patch_yaml/simpeg.yml b/recipe/patch_yaml/simpeg.yml new file mode 100644 index 000000000..690892b83 --- /dev/null +++ b/recipe/patch_yaml/simpeg.yml @@ -0,0 +1,8 @@ +# simpeg is not compatible with numpy 2.0 yet; see +if: + name: simpeg + timestamp_lt: 1729807935403 +then: + - tighten_depends: + name: numpy + upper_bound: "2.0" From 790e3557f4bfd083764a0f3ec25f054e8def095f Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Wed, 30 Oct 2024 09:12:26 -0600 Subject: [PATCH 2/2] set correct yaml extension --- recipe/patch_yaml/{simpeg.yml => simpeg.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipe/patch_yaml/{simpeg.yml => simpeg.yaml} (52%) diff --git a/recipe/patch_yaml/simpeg.yml b/recipe/patch_yaml/simpeg.yaml similarity index 52% rename from recipe/patch_yaml/simpeg.yml rename to recipe/patch_yaml/simpeg.yaml index 690892b83..ac93d7883 100644 --- a/recipe/patch_yaml/simpeg.yml +++ b/recipe/patch_yaml/simpeg.yaml @@ -1,7 +1,7 @@ -# simpeg is not compatible with numpy 2.0 yet; see +# simpeg is not compatible with numpy 2.0 yet; if: name: simpeg - timestamp_lt: 1729807935403 + timestamp_lt: 1730156189047 then: - tighten_depends: name: numpy