Skip to content

Commit 0d8cd33

Browse files
Update dependencies to switch qt backend to pyqt6 (#1187)
* Update dependencies to switch qt backend to pyqt6 * Try to remove qt6-wayland from dependencies and add it for linux CI * Update napari version requirement in environment.yaml * Bump version from 1.8.2 to 1.8.3 --------- Co-authored-by: Constantin Pape <constantin.pape@informatik.uni-goettingen.de>
1 parent 523471b commit 0d8cd33

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
environment-file: "environment.yaml"
3232
create-args: >-
3333
python=${{ matrix.python-version }}
34+
${{ runner.os == 'Linux' && 'qt6-wayland' || '' }}
3435
3536
# Setup Qt libraries for GUI testing on Linux
3637
- uses: tlambert03/setup-qt-libs@v1

environment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ dependencies:
66
- bioimageio.core
77
- imagecodecs
88
- magicgui
9-
- napari <0.7 # Note: See https://github.com/napari/napari/issues/8808 for more details.
9+
- napari >=0.7.1
1010
- natsort
1111
- pip
1212
- pooch
13-
- pyqt
14-
- python <3.14 # Note: napari <0.7 currently does not work on python 3.14. We will release this pin once we support napari 0.7.
13+
- pyqt6
1514
- python-xxhash
1615
- python-elf >=0.9
1716
# Note: installing the pytorch package from conda-forge will generally

micro_sam/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.2"
1+
__version__ = "1.8.3"

0 commit comments

Comments
 (0)