We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389e02e commit 3bed67bCopy full SHA for 3bed67b
pyproject.toml
@@ -57,7 +57,7 @@ dependencies = [
57
# - It depends on a couple of heavyweight libs (py4j and tornado) that aren't necessary otherwise
58
plot = [
59
# When updating, check plotting works in GUI. Must keep pinned to a specific, tested version.
60
- "matplotlib==3.10.1",
+ "matplotlib==3.10.7",
61
# Python <-> Java communication, to spawn matplotlib plots in GUI
62
"py4j",
63
# Tornado webserver used by custom backend
0 commit comments