Skip to content

Commit

Permalink
Merge pull request #10 from regro-cf-autotick-bot/noarch_python_min-m…
Browse files Browse the repository at this point in the history
…igration-1_h3dee2c
  • Loading branch information
joshmoore authored Jan 11, 2025
2 parents 96adeae + d70fc16 commit d3d5604
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ github:
tooling_branch_name: main
conda_build:
pkg_format: '2'
bot:
inspection: update-grayskull
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -35,6 +35,7 @@ test:
- pip check
requires:
- pip
- python >3.10

about:
home: https://github.com/ome/napari-ome-zarr
Expand Down

0 comments on commit d3d5604

Please sign in to comment.