Skip to content

Commit

Permalink
napari 0.4.15 and vispy 0.10 are incompatible (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jni authored Apr 26, 2022
1 parent 687dbb2 commit 42461d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "napari" %}
{% set version = "0.4.15" %}
{% set build = 0 %}
{% set build = 1 %}

package:
name: napari-meta
Expand Down Expand Up @@ -68,7 +68,7 @@ outputs:
- typing_extensions
- toolz >=0.10.0
- tqdm >=4.56.0
- vispy >=0.9.6
- vispy >=0.9.6,<0.10
- wrapt >=1.11.1

# additional dependencies for convenience in conda-forge
Expand Down

1 comment on commit 42461d1

@conda-forge-linter
Copy link

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 chat room.

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.