napari / packaging

4 stars 7 forks source link

`pyproject.toml` was updated (2024-03-21) #123

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 3 months ago

The file pyproject.toml 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 ff56ccb9..0cf47605 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -101,6 +101,7 @@ pyside6_experimental = [
 ]
 pyqt6_experimental = [
     "PyQt6",
+    "PyQt6 != 6.6.1 ; platform_system == 'Darwin'"
 ]
 pyside = [
     "napari[pyside2]"

cc @jaimergp