napari / packaging

4 stars 7 forks source link

`pyproject.toml` was updated (2024-06-26) #162

Closed github-actions[bot] closed 5 days ago

github-actions[bot] commented 2 weeks ago

The file pyproject.toml (see history) was modified in napari/napari. This might mean the conda-recipe in napari/packaging needs adjusting! Please check!

Calculated diff:

diff --git a/pyproject.toml b/pyproject.toml
index 1f3af819..7feb77bb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,8 +97,8 @@ pyside2 = [
 pyside6_experimental = [
     "PySide6 < 6.5 ; python_version < '3.12'"
 ]
-pyqt6_experimental = [
-    "PyQt6",
+pyqt6 = [
+    "PyQt6 > 6.5",
     "PyQt6 != 6.6.1 ; platform_system == 'Darwin'"
 ]
 pyside = [

cc @jaimergp