diff --git a/conda-forge.yml b/conda-forge.yml index 2f501ce..d5bd12f 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -4,3 +4,5 @@ github: tooling_branch_name: main conda_build: pkg_format: '2' +bot: + inspection: update-grayskull diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dabc952..049ff24 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -6,25 +6,25 @@ package: version: {{ version }} source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz sha256: 3d3054823c2adaa4d2bf370c46adcc4a54192cfec3bbbe98d144e50b95bd6f89 build: noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 0 + number: 1 requirements: host: - pip - - python >=3.7 + - python >3.10 - setuptools-scm run: - napari - napari-plugin-engine >=0.1.4 - numpy - ome-zarr >=0.2.0 - - python >=3.7 + - python >3.10 - vispy test: @@ -35,6 +35,7 @@ test: - pip check requires: - pip + - python >3.10 about: home: https://github.com/ome/napari-ome-zarr