napari / packaging

4 stars 8 forks source link

`pyproject.toml` was updated (2024-06-18) #152

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 ad571d3d..87183384 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ dependencies = [
     "napari-plugin-engine>=0.1.9",
     "napari-svg>=0.1.8",
     "npe2>=0.7.4",
-    "numpy>=1.22.2",
+    "numpy>=1.22.2,<2",
     "numpydoc>=0.9.2",
     "pandas>=1.3.0",
     "Pillow>=9.0",

cc @jaimergp

jaimergp commented 3 months ago

Holding this because I think we will soon drop the upper bound again.