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-10) #216

Open
github-actions bot opened this issue Jan 10, 2025 · 0 comments
Open

pyproject.toml was updated (2025-01-10) #216

github-actions bot opened this issue Jan 10, 2025 · 0 comments
Assignees

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 9c34dbc0..470dab5d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -120,6 +120,7 @@ all = [
 ]
 optional = [
     "triangle ; platform_machine != 'arm64'",
+    "PartSegCore-compiled-backend>=0.15.8",
     "numba>=0.57.1",
     "zarr>=2.12.0", # needed by `builtins` (dask.array.from_zarr) to open zarr
 ]
@@ -762,6 +763,7 @@ ignore_errors = true
 exclude_lines = [
     "pragma: no cover",
     "if TYPE_CHECKING:",
+    "if typing.TYPE_CHECKING:",
     "raise NotImplementedError()",
     "except ImportError:",
     "^ +\\.\\.\\.$",

cc @jni, @Czaki, @psobolewskiPhD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants