Skip to content

Commit 70f0e99

Browse files
Update matplotlib requirements >=3.4 for CenteredNorm
1 parent 9f61946 commit 70f0e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
scipy
22
numpy
33
shapely
4-
matplotlib
4+
matplotlib>=3.4
55
more_itertools
66
triangle
77
Sphinx

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
scipy
4141
pytest_check
4242
more_itertools
43-
matplotlib
43+
matplotlib>=3.4
4444
shapely
4545
triangle
4646
rhino-shapley-interop

0 commit comments

Comments
 (0)