Skip to content

Commit 3bed67b

Browse files
committed
matplotlib 3.10.7
1 parent 389e02e commit 3bed67b

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
@@ -57,7 +57,7 @@ dependencies = [
5757
# - It depends on a couple of heavyweight libs (py4j and tornado) that aren't necessary otherwise
5858
plot = [
5959
# When updating, check plotting works in GUI. Must keep pinned to a specific, tested version.
60-
"matplotlib==3.10.1",
60+
"matplotlib==3.10.7",
6161
# Python <-> Java communication, to spawn matplotlib plots in GUI
6262
"py4j",
6363
# Tornado webserver used by custom backend

0 commit comments

Comments
 (0)