diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0d538eb..41d4821 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "multidimio" %} -{% set version = "0.4.2" %} +{% set version = "0.5.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz - sha256: 7b6d0e891e3a3c9e33e09b2b8539540a26f752ac425f7f1906b2e402dcd5ef74 + sha256: b1394c440196eed8db30841fa68e948443fd0e79cf7f6c1a8a30cffdc875a6a8 build: entry_points: @@ -18,20 +18,20 @@ build: requirements: host: - - python >=3.8,<3.12 + - python >=3.9,<3.12 - pip - poetry-core run: - - python >=3.8,<3.12 - - numba >=0.55.2,<0.58.0 - - dask-core >=2022.11.0 - - psutil >=5.9.1,<6.0.0 - - click-params >=0.4.0 - - tqdm >=4.64.0,<5.0.0 - - click >=8.1.3 - - segyio >=1.9.3,<2.0.0 - - zarr >=2.12.0,<3.0.0 + - python >=3.9,<3.12 + - numba >=0.57.1,<1.0.0 + - dask-core >=2023.8.0 + - psutil >=5.9.5,<6.0.0 + - click-params >=0.4.1 + - tqdm >=4.66.1,<5.0.0 + - click >=8.1.7 + - segyio >=1.9.11,<2.0.0 + - zarr >=2.16.1,<3.0.0 test: imports: