From 24db51efd4c06a0c29d4ebefc0141e1f4cd268b4 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:39:34 -0400 Subject: [PATCH] FIX: relink mpl-interactions API --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 633fbcdc..25b5c07f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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()