Skip to content

Commit

Permalink
Merge pull request #217 from dstansby/mpl-pin
Browse files Browse the repository at this point in the history
Pin Matplotlib to < 3.8
  • Loading branch information
dstansby authored Oct 8, 2023
2 parents 53aa5ec + 07c545b commit 3d4183c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies: [numpy, matplotlib]
additional_dependencies: [numpy, matplotlib<3.8]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project_urls =
[options]
packages = find:
install_requires =
matplotlib
matplotlib<3.8
napari
numpy
tinycss2
Expand Down

0 comments on commit 3d4183c

Please sign in to comment.