Skip to content

Commit

Permalink
Update constraints for zarr and pyqt (#124)
Browse files Browse the repository at this point in the history
* Update constraints for zarr and pyqt

* Update meta.yaml

* Update meta.yaml

* Update vendored licenses
  • Loading branch information
jaimergp authored Apr 23, 2024
1 parent 5a1bd74 commit c4d6383
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ outputs:
- napari = napari.__main__:main

requirements:
build:
- pep517
- setuptools_scm
host:
- python >=3.8
- python >=3.9
- pip
- setuptools_scm
- setuptools >=69
- setuptools_scm >=8
run:
- python >=3.8

# dependencies matched to pyproject.toml
- app-model >=0.2.2,<0.3.0a
- app-model >=0.2.5,<0.3.0a
- appdirs >=1.4.4
- cachey >=0.2.1
- certifi >=2020.6.20
Expand All @@ -53,7 +51,7 @@ outputs:
- napari-plugin-engine >=0.1.9
- napari-plugin-manager >=0.1.0a2, <0.2.0a0
- napari-svg >=0.1.8
- npe2 >=0.7.2
- npe2 >=0.7.4
- numpy >=1.22.2,<2.0a0
- numpydoc >=0.9.2
- pandas >=1.3.0
Expand All @@ -69,7 +67,7 @@ outputs:
- scikit-image >=0.19.1
- scipy >=1.5.4
- superqt >=0.5.0
- tifffile >=2020.2.16
- tifffile >=2022.4.8
- toolz >=0.10.0
- tqdm >=4.56.0
- typing_extensions >=4.2.0
Expand All @@ -79,12 +77,12 @@ outputs:
# additional dependencies for convenience in conda-forge
- fsspec
- pooch >=1.3.0
- zarr
- zarr >=2.12.0

run_constrained:
- pyside2 >=5.14.2,!=5.15.0
- pyqt >=5.12.3,!=5.15.0
- pyside6 <6.3.2
- pyside2 >=5.13.2,!=5.15.0
- pyside6 <6.5,>=6.7
- pyqt >=5.12.3,!=5.15.0,!=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 All @@ -93,7 +91,7 @@ outputs:
- pip
# needed if pytest is uncommented below in 'commands'
# - hypothesis
# - pytest
# - pytest >=8.1.0
# - pytest-faulthandler
# - pytest-qt
# - xarray
Expand All @@ -117,10 +115,7 @@ outputs:
license: BSD-3-Clause AND MIT
license_file:
- LICENSE
# - napari/_vendor/cpython/LICENSE
- napari/_vendor/darkdetect/LICENSE
- napari/_vendor/experimental/cachetools/LICENSE
- napari/_vendor/experimental/humanize/LICENCE
- napari/_vendor/qt_json_builder/LICENSE
summary: a fast n-dimensional image viewer in Python
description: a fast n-dimensional image viewer in Python
Expand Down

0 comments on commit c4d6383

Please sign in to comment.