Skip to content

Commit

Permalink
Update npe2 lower bound and PyQt6 constraints (#164)
Browse files Browse the repository at this point in the history
* Bump npe2

* Update pyqt constraints
  • Loading branch information
jaimergp authored Jul 5, 2024
1 parent 7131b3b commit 54238a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ outputs:
- napari-console >=0.0.9
- napari-plugin-engine >=0.1.9
- napari-svg >=0.1.8
- npe2 >=0.7.4
- npe2 >=0.7.6
- numpy >=1.22.2
- numpydoc >=0.9.2
- pandas >=1.3.0
Expand Down Expand Up @@ -82,7 +82,7 @@ outputs:
- napari-plugin-manager >=0.1.0a2,<0.2.0a0
- pyside2 >=5.13.2,!=5.15.0
- pyside6 <6.5,>=6.7
- pyqt >=5.12.3,!=5.15.0,!=6.6.1
- pyqt >=5.12.3,!=5.15.0,<6.0a0|>=6.5,!=6.6.1
# Nice for performance, but optional. Inclusion under discussion.
# - py-triangle
# - numba >=0.57.1 # https://github.com/napari/napari/pull/6467#issuecomment-1819038165
Expand Down

0 comments on commit 54238a9

Please sign in to comment.