From 1dbc5fca323a2d46d6039cdcf75c5900c57ec774 Mon Sep 17 00:00:00 2001 From: tcevaer Date: Tue, 31 Oct 2023 10:04:39 +0100 Subject: [PATCH 1/2] Disabled python 3.12 --- recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 571fb98..0591fd4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,13 +18,15 @@ build: - Coloc_2_products = coloc_sat.scripts.coloc_2_products:main requirements: + build: + - python >=3.6,<3.12 host: - - python >=3.9 + - python >=3.6,<3.12 - pip - setuptools_scm - setuptools run: - - python >=3.9 + - python >=3.6,<3.12 - geopandas - xarray-datatree - xsar >=2023.8 From 7c46daf3f4d79974457a8d3afff64127fce80b63 Mon Sep 17 00:00:00 2001 From: Skealz Date: Tue, 31 Oct 2023 10:07:31 +0100 Subject: [PATCH 2/2] increment build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0591fd4..53b495c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 0 + number: 1 entry_points: - Coloc_between_product_and_mission = coloc_sat.scripts.coloc_between_product_and_mission:main - Coloc_2_products = coloc_sat.scripts.coloc_2_products:main