We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53aa5ec + 07c545b commit 3d4183cCopy full SHA for 3d4183c
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
rev: v1.5.1
21
hooks:
22
- id: mypy
23
- additional_dependencies: [numpy, matplotlib]
+ additional_dependencies: [numpy, matplotlib<3.8]
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
# Ruff version.
setup.cfg
@@ -27,7 +27,7 @@ project_urls =
27
[options]
28
packages = find:
29
install_requires =
30
- matplotlib
+ matplotlib<3.8
31
napari
32
numpy
33
tinycss2
0 commit comments