Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml was updated (2025-01-14) #217

Open
github-actions bot opened this issue Jan 14, 2025 · 2 comments
Open

pyproject.toml was updated (2025-01-14) #217

github-actions bot opened this issue Jan 14, 2025 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@github-actions
Copy link

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 470dab5d..19459602 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -115,11 +115,11 @@ qt = [
     "napari[pyqt]"
 ]
 all = [
-    "napari[pyqt,optional]",
-    "napari-plugin-manager >=0.1.3, <0.2.0",
+    "napari[pyqt,optional]"
 ]
 optional = [
-    "triangle ; platform_machine != 'arm64'",
+    "napari-plugin-manager >=0.1.3, <0.2.0",
+    "triangle",
     "PartSegCore-compiled-backend>=0.15.8",
     "numba>=0.57.1",
     "zarr>=2.12.0", # needed by `builtins` (dask.array.from_zarr) to open zarr

cc @jni, @Czaki, @psobolewskiPhD

@psobolewskiPhD
Copy link
Member

plugin manager is in the feedstock, but not this repo.

@psobolewskiPhD psobolewskiPhD added the dependencies Pull requests that update a dependency file label Mar 15, 2025
@jni
Copy link
Member

jni commented Mar 17, 2025

plugin manager is in the feedstock, but not this repo.

What does that mean @psobolewskiPhD? iiuc this repo is what is used to build the bundle, so plugin-manager should definitely be in this repo, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants