From f25f9fe78aafd7abcefc1d38dbd3e2dd391ad9ec Mon Sep 17 00:00:00 2001 From: JW <34543031+jwcodee@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:58:13 -0800 Subject: [PATCH 1/2] Update meta.yaml --- recipes/goldrush/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/goldrush/meta.yaml b/recipes/goldrush/meta.yaml index efce055df5c10..881812014125a 100644 --- a/recipes/goldrush/meta.yaml +++ b/recipes/goldrush/meta.yaml @@ -11,7 +11,7 @@ source: build: skip: true # [py < 38 or win or py > 39] - number: 0 + number: 1 run_exports: {{ pin_subpackage("goldrush", max_pin="x") }} requirements: @@ -41,6 +41,7 @@ requirements: - gperftools - bc - snakemake + - numpy >= 1.22.4 test: commands: From 359db0808f9d9ce98cc276fd0905b40fa515c4e4 Mon Sep 17 00:00:00 2001 From: JW <34543031+jwcodee@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:14:50 -0800 Subject: [PATCH 2/2] Update meta.yaml --- recipes/goldrush/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/goldrush/meta.yaml b/recipes/goldrush/meta.yaml index 881812014125a..3be1717cb17c8 100644 --- a/recipes/goldrush/meta.yaml +++ b/recipes/goldrush/meta.yaml @@ -41,7 +41,7 @@ requirements: - gperftools - bc - snakemake - - numpy >= 1.22.4 + - numpy >=1.22.4 test: commands: