napari / packaging

4 stars 7 forks source link

`pyproject.toml` was updated (2024-05-01) #140

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 2 months 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 1c45cda0..187b073b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -91,7 +91,7 @@ Documentation = "https://napari.org"

 [project.optional-dependencies]
 pyside2 = [
-    "PySide2>=5.13.2,!=5.15.0 ; python_version < '3.12'",
+    "PySide2>=5.13.2,!=5.15.0 ; python_version < '3.11' and platform_machine != 'arm64'",
 ]
 pyside6_experimental = [
     "PySide6 < 6.5 ; python_version < '3.12'"

cc @jaimergp

jaimergp commented 1 month ago

I don't think we can enforce this with our noarch setup, so we'll leave it as is.