Skip to content

Commit

Permalink
napari v0.4.19.post1 (#59)
Browse files Browse the repository at this point in the history
* updated v0.4.19.post1

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and conda-forge-pinning 2024.02.28.18.36.29

* Update deps

* Bring in #55 (no yum deps)

* Smarter check beyond a naive `|| true`

* Of course I meant this to be a dict key, YAML, of course

* Those fake spaces...

* No subshell

* Is it actually this simple?

* Make it more verbose

* I guess this will have to do

* Readd cytoolz

---------

Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and jaimergp authored Mar 4, 2024
1 parent a2ab2bf commit 3c017e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
6 changes: 3 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: 3 additions & 2 deletions build-locally.py

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

11 changes: 5 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set name = "napari" %}
{% set version = "0.4.19" %}
{% set version = "0.4.19.post1" %}

package:
name: napari-meta

source:
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 083468ebbdb3e91c6bba6ed60bc75747adcba622376caf8a1a6490378cea0f6d
sha256: 88e298697c38c9f842d7c26c8d51d2e0fbb90d0be05575fdd159d27eede11301
- url: https://raw.githubusercontent.com/napari/napari/v{{ version }}/resources/conda_menu_config.json
folder: resources
sha256: 3920b144d72e8af8fe0da3da679b2d39aa2d097c10a2c75a3b4e42ffcef17cac
Expand Down Expand Up @@ -35,10 +35,10 @@ outputs:
- python >=3.8

# dependencies matched to setup.cfg
- app-model >=0.1.2,<0.3.0a
- appdirs >=1.4.4
- app-model >=0.1.2,<0.3.0a
- cachey >=0.2.1
- certifi >=2020.6.20
- certifi >=2018.1.18
# Do not depend on base "dask" package since it pulls
# in the distributed dependency
# conda-forge doesn't have the dask-array subpackage
Expand Down Expand Up @@ -67,7 +67,6 @@ outputs:
- qtpy >=1.10.0
- scikit-image >=0.19.1
- scipy >=1.5.4
- sphinx >=4.3.0,<5
- superqt >=0.4.1
- tifffile >=2020.2.16
- toolz >=0.10.0
Expand Down Expand Up @@ -103,7 +102,7 @@ outputs:
- export QT_API=pyqt5 # [unix]
- which napari
- napari --info # [not linux]
- QT_DEBUG_PLUGINS=1 LIBGL_DEBUG=verbose xvfb-run --auto-servernum napari --info || true # [linux]
- 'QT_DEBUG_PLUGINS=1 LIBGL_DEBUG=verbose xvfb-run --auto-servernum napari --info | grep -C99 "napari: ${PKG_VERSION}"' # [linux]
# - pytest --pyargs napari

about:
Expand Down
6 changes: 0 additions & 6 deletions recipe/yum_requirements.txt

This file was deleted.

1 comment on commit 3c017e9

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.