Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

napari v0.5.4 #69

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pari:
- 2.15.* *_pthread
pyqt:
- '5.15'
5 changes: 2 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "napari" %}
{% set version = "0.5.3" %}
{% set version = "0.5.4" %}

package:
name: napari-meta
version: {{ version }}

source:
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 910021fcad6120779817342c835cbeb9fe4b0700f8eb0d6211401616d6157390
sha256: 3311140a873c903b7975d1607dadab04c3f94dbb3f9c3c599bb31c5c981591e4
- url: https://raw.githubusercontent.com/napari/napari/v{{ version }}/resources/conda_menu_config.json
folder: resources
sha256: 3920b144d72e8af8fe0da3da679b2d39aa2d097c10a2c75a3b4e42ffcef17cac
Expand All @@ -34,7 +34,7 @@ outputs:
- python >=3.9

# dependencies matched to pyproject.toml
- app-model >=0.2.8,<0.3.0a
- app-model >=0.3.0,<0.4.0a
- appdirs >=1.4.4
- cachey >=0.2.1
- certifi >=2018.1.18
Expand Down Expand Up @@ -118,7 +118,7 @@ outputs:
run:
- {{ pin_subpackage('napari-base', exact=True) }}
- fsspec
- napari-plugin-manager >=0.1.0a2,<0.3.0a0
- napari-plugin-manager >=0.1.3,<0.2.0a0
- napari-svg >=0.1.8
- numba >=0.57.1
- pooch >=1.3.0
Expand Down