11{% set name = "pixcdust" %}
22{% set version = "0.1.0" %}
3+ {% set python_min = "3.10" %}
34
45package :
56 name : {{ name|lower }}
@@ -16,30 +17,31 @@ build:
1617
1718requirements :
1819 host :
19- - python >=3.10
20+ - python >={{ python_min }}
2021 - poetry-core
2122 - pip
2223 run :
23- - python >=3.10.0
24- - numpy >=1.26.4
25- - fiona >=1.9.5
26- - pandas >=2.2.0
27- - geopandas >=0.14.3
28- - h3-py >=3.7.6
29- - xarray >=2024.2.0
30- - shapely >=2.0.3
31- - black >=24.2.0
32- - flake8 >=7.0.0
33- - click >=8.1.7
34- - zcollection >=2024.2.0
35- - netcdf4 >=1.6.5
36- - tqdm >=4.66.4
37- - pyogrio >=0.8.0
38- - pyarrow >=16.1.0
39- - eodag >=2.12.1
40- - folium >=0.16.0
41- - branca >=0.7.2
42- - xvec >=0.3.0
24+ - python >={{ python_min }}
25+ - numpy >=1.26.4,<2.0.0
26+ - fiona >=1.9.5,<2.0.0
27+ - pandas >=2.2.0,<3.0.0
28+ - geopandas >=0.14.3,<0.15.0
29+ - h3-py >=3.7.6,<4.0.0
30+ - xarray >=2024.2.0,<2025.0.0
31+ - shapely >=2.0.3,<3.0.0
32+ - black >=24.2.0,<25.0.0
33+ - flake8 >=7.0.0,<8.0.0
34+ - click >=8.1.7,<9.0.0
35+ - zcollection >=2024.2.0,<2025.0.0
36+ - netcdf4 >=1.6.5,<2.0.0
37+ - tqdm >=4.66.4,<5.0.0
38+ - pyogrio >=0.8.0,<0.9.0
39+ - pyarrow >=16.1.0,<17.0.0
40+ - eodag >=2.12.1,<3.0.0
41+ - folium >=0.16.0,<0.17.0
42+ - branca >=0.7.2,<0.8.0
43+ - xvec >=0.3.0,<0.4.0
44+
4345
4446test :
4547 imports :
@@ -50,13 +52,11 @@ test:
5052 - pip
5153
5254about :
55+ home : https://github.com/SWOT-community/PixCDust
5356 summary : ' Tools and converters to facilitate local studies based on SWOT-HR Level-2 Pixel Cloud products.'
5457 license : Apache-2.0
5558 license_file : LICENSE.md
56- dev_url : https://github.com/SWOT-community/PixCDust
5759
5860extra :
5961 recipe-maintainers :
6062 - gbfree
61- - zawadzl
62-
0 commit comments