napari / packaging

4 stars 8 forks source link

`pyproject.toml` was updated (2024-06-20) #160

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 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 87183384..1f3af819 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,8 @@ dependencies = [
     "napari-plugin-engine>=0.1.9",
     "napari-svg>=0.1.8",
     "npe2>=0.7.4",
-    "numpy>=1.22.2,<2",
+    "numpy>=1.22.2 ; python_version >= '3.10'",
+    "numpy >=1.22.2, <2 ; python_version < '3.10'",
     "numpydoc>=0.9.2",
     "pandas>=1.3.0",
     "Pillow>=9.0",
@@ -63,7 +64,7 @@ dependencies = [
     "qtpy>=1.10.0",
     "scikit-image[data]>=0.19.1",
     "scipy>=1.5.4",
-    "superqt>=0.5.0",
+    "superqt>=0.6.7",
     "tifffile>=2022.4.8",
     "toolz>=0.10.0",
     "tqdm>=4.56.0",
@@ -356,6 +357,10 @@ filterwarnings = [
   "ignore:distutils Version classes are deprecated::",
   "ignore:There is no current event loop:DeprecationWarning:",
   "ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning",  # pandas pyarrow (pandas<3.0),
+  # TODO: remove once xarray is updated to avoid this warning
+  # https://github.com/pydata/xarray/blame/b1f3fea467f9387ed35c221205a70524f4caa18b/pyproject.toml#L333-L334
+  # https://github.com/pydata/xarray/pull/8939
+  "ignore:__array__ implementation doesn't accept a copy keyword, so passing copy=False failed.",
 ]
 markers = [
     "examples: Test of examples",

cc @jaimergp