diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 2f3df6c..97dc8d9 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -69,6 +69,13 @@ else --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" + + ( startgroup "Inspecting artifacts" ) 2> /dev/null + + # inspect_artifacts was only added in conda-forge-ci-setup 4.6.0 + command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts || echo "inspect_artifacts needs conda-forge-ci-setup >=4.6.0" + + ( endgroup "Inspecting artifacts" ) 2> /dev/null ( startgroup "Validating outputs" ) 2> /dev/null validate_recipe_outputs "${FEEDSTOCK_NAME}" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f60081c..3736738 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "multidimio" %} -{% set version = "0.7.4" %} +{% set version = "0.8.0" %} package: name: {{ name|lower }} @@ -7,14 +7,14 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz - sha256: 89a6cff310ee15ea3a5213d25460b38118c909e5fedda7ad8f997f15efaada1c + sha256: 43f180306171e8943d2940273c73999a6527cba66a892bc2546525e3da87366a build: entry_points: - mdio = mdio.__main__:main noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 1 + number: 0 requirements: host: @@ -26,22 +26,21 @@ requirements: - python >=3.9,<3.13 - click >=8.1.7,<9.0.0 - click-params >=0.5.0,<0.6.0 - - zarr >=2.16.1,<3.0.0 - - dask-core >=2023.10.0 - - tqdm >=4.66.1,<5.0.0 - - segyio >=1.9.3,<2.0.0 - - numba >=0.59.1,<0.60.0 - - psutil >=5.9.5,<6.0.0 - - fsspec >=2023.9.1 + - zarr >=2.18.2,<3.0.0 + - dask-core >=2024.6.1 + - tqdm >=4.66.4,<5.0.0 + - psutil >=6.0.0,<7.0.0 + - fsspec >=2024.6.0 + - segy >=0.1.4,<1.0.0 - rich >=13.7.1,<14.0.0 - urllib3 >=1.26.18,<2.0.0 # Remove with https://github.com/TGSAI/mdio-python/blob/ec0b3cdd7a33450ad42b57077dd712200b85c159/pyproject.toml#L36 run_constrained: - - distributed >=2023.10.0 - - bokeh >=3.2.2,<4.0.0 - - s3fs >=2023.5.0 - - gcsfs >=2023.5.0 - - adlfs >=2023.4.0 + - distributed >=2024.6.1 + - bokeh >=3.4.1,<4.0.0 + - s3fs >=2024.6.0 + - gcsfs >=2024.6.0 + - adlfs >=2024.4.1 - zfpy >=0.5.5,<2.0.0 test: