From f1866e40d0482f016c5080d1f310e0c3c40b40ab Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 12 Jun 2023 13:58:52 +0200 Subject: [PATCH 1/2] Extend `conda` pin --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 97c0e89..625ea02 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: url: https://github.com/mamba-org/mamba/archive/refs/tags/{{ release }}.tar.gz sha256: aa49da9360ef297754cc1f096508e265cea09ad39239c4869678bca369a3900a build: - number: 0 + number: 1 outputs: - name: libmamba @@ -122,7 +122,7 @@ outputs: - {{ pin_subpackage('libmambapy', exact=True) }} run: - python - - conda >=4.14,<23.4 + - conda >=4.14,<24.1 - {{ pin_subpackage('libmambapy', exact=True) }} test: From 8954d4291e9fb2085c7031ccf8051ed78337f726 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Fri, 16 Jun 2023 09:42:33 +0200 Subject: [PATCH 2/2] Update recipe/meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 625ea02..366cf6f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -122,7 +122,7 @@ outputs: - {{ pin_subpackage('libmambapy', exact=True) }} run: - python - - conda >=4.14,<24.1 + - conda >=4.14,<24.0a0 - {{ pin_subpackage('libmambapy', exact=True) }} test: