Skip to content
Merged
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
6 changes: 3 additions & 3 deletions conda-recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ outputs:
- qtpy >=1.10.0
- scikit-image >=0.19.1
- scipy >=1.10.1
- superqt >=0.7.3
- superqt >=0.7.4
- tifffile >=2022.7.28
- toolz >=0.11.0
- tqdm >=4.56.0
Expand All @@ -77,7 +77,7 @@ outputs:
- wrapt >=1.13.3
run_constraints:
- pyside2 >=5.15.1
- pyside6 <6.5|>=6.7
- pyside6 >=6.7

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@psobolewskiPhD given your comment in #269, should this not be >=6.7.1? (ditto for our pyproject.toml, really...)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

honestly i'm not sure.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think it couldn't hurt: #274

- pyqt >=5.15.8,<6.0a0|>=6.5,!=6.6.1
tests:
- python:
Expand All @@ -91,7 +91,7 @@ outputs:
- if: unix
then:
- napari --version
- napari --version | grep "$(echo ${PKG_VERSION} | sed s/dev/.dev/)"
- napari --version | grep "$(echo ${PKG_VERSION} | sed -re 's/(\.[0-9]+)\.dev/\1dev/')"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This comes from a fix needed in #272

else:
- napari --version
# If the following line is uncommented, also uncomment requirements.
Expand Down