diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 571fb98..53b495c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,19 +12,21 @@ 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 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