From 294c5d334b3e5e8a3993058dd42b300ee58d2bc3 Mon Sep 17 00:00:00 2001 From: alexbenedicto Date: Mon, 28 Jul 2025 16:50:36 -0700 Subject: [PATCH] Force mpld3 version instead of letting trame-matplotlib use the most recent one --- geos-trame/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/geos-trame/pyproject.toml b/geos-trame/pyproject.toml index 0b2dce293..794d9af8d 100644 --- a/geos-trame/pyproject.toml +++ b/geos-trame/pyproject.toml @@ -39,6 +39,7 @@ dependencies = [ "trame-matplotlib==2.0.3", "trame-components==2.4.2", "trame-gantt==0.1.5", + "mpld3<0.5.11", "xsdata==24.5", "xsdata-pydantic[lxml]==24.5", "pyvista==0.45.2",