Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d4183c

Browse filesBrowse files
authored
Merge pull request #217 from dstansby/mpl-pin
Pin Matplotlib to < 3.8
2 parents 53aa5ec + 07c545b commit 3d4183c
Copy full SHA for 3d4183c

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
rev: v1.5.1
2121
hooks:
2222
- id: mypy
23-
additional_dependencies: [numpy, matplotlib]
23+
additional_dependencies: [numpy, matplotlib<3.8]
2424

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

‎setup.cfg

Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project_urls =
2727
[options]
2828
packages = find:
2929
install_requires =
30-
matplotlib
30+
matplotlib<3.8
3131
napari
3232
numpy
3333
tinycss2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.