Skip to content

Commit

Permalink
Merge pull request #7 from Skealz/disable_312
Browse files Browse the repository at this point in the history
Disabled python 3.12
  • Loading branch information
Skealz authored Oct 31, 2023
2 parents 9615718 + 7c46daf commit e2c1d24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2c1d24

Please sign in to comment.