Skip to content

Commit 094250e

Browse files
committed
Was actually added in numpy 2.1. So we also don't support numpy 2.0.
1 parent 65ed7d4 commit 094250e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
rev: v1.19.1
2121
hooks:
2222
- id: mypy
23-
additional_dependencies: [numpy>=2, matplotlib]
23+
additional_dependencies: [numpy>=2.1, matplotlib]
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages = find:
2929
install_requires =
3030
matplotlib
3131
napari>=0.5
32-
numpy>=2
32+
numpy>=2.1
3333
tinycss2
3434
python_requires = >=3.11
3535
include_package_data = True

0 commit comments

Comments
 (0)