Skip to content

Commit 3d6a9ec

Browse files
committed
Merge branch 'main' into dev
2 parents e2304cb + 7a77b41 commit 3d6a9ec

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

RELEASE_OVERVIEW.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Overview
22

3+
**New in version 1.8.6**
4+
5+
Support napari 0.8 (which requires Python >=3.11) and switch the PyPI Qt backend to PyQt6.
6+
37
**New in version 1.8.5**
48

59
Add tracking model and solver options, clarify CLI arguments, and fix compatibility with recent bioimage-cpp versions.

micro_sam/__version__.py

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ markers = [
1111

1212
[tool.black]
1313
line-length = 79
14-
target-version = ['py38', 'py39', 'py310']
14+
target-version = ['py311']
1515

1616
[tool.ruff]
1717
line-length = 79
@@ -56,5 +56,5 @@ exclude = [
5656
"*_vendor*",
5757
]
5858

59-
target-version = "py38"
59+
target-version = "py311"
6060
fix = true

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.10
2120
Programming Language :: Python :: 3.11
2221
Programming Language :: Python :: 3.12
2322
Programming Language :: Python :: 3.13
@@ -31,7 +30,7 @@ project_urls =
3130

3231
[options]
3332
packages = find:
34-
python_requires = >=3.10
33+
python_requires = >=3.11
3534
include_package_data = True
3635
package_dir =
3736
= .
@@ -54,7 +53,7 @@ install_requires =
5453
numpy
5554
pandas
5655
pooch
57-
PyQt5
56+
PyQt6
5857
python-elf>=0.9
5958
scikit-image
6059
scikit-learn

0 commit comments

Comments
 (0)