Skip to content

Commit 5e837ba

Browse files
Update matplotlib to mpl 3.10 (#263)
* try updating matplotlib * update mock * rm blocking comment * update return statements to be compat with new pytest * update return statements * Update ultraplot/axes/cartesian.py --------- Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
1 parent e230f68 commit 5e837ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
dependencies= [
3535
"numpy>=1.26.0",
36-
"matplotlib>=3.9,<3.10", # bump to 3.11 when basemap is updated
36+
"matplotlib>=3.9,<3.11",
3737
"typing-extensions; python_version < '3.12'",
3838
]
3939
dynamic = ["version"]

0 commit comments

Comments
 (0)