Skip to content

Commit

Permalink
FIX: relink mpl-interactions API
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 11, 2024
1 parent 1fa6a3e commit 24db51e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ def install_ijulia() -> None:
"8.1.1": "8.1.2",
},
"matplotlib": {"3.5.1": "3.5.0"},
"mpl-interactions": {"0.24.1": "0.24.0"},
"mpl-interactions": {
"0.24.1": "0.24.0",
"0.24.2": "0.24.0",
},
})

BRANCH = _get_commit_sha()
Expand Down

0 comments on commit 24db51e

Please sign in to comment.