diff --git a/pyproject.toml b/pyproject.toml index 389d0ef4c..2ef8d64e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ network-viz = [ # Full feature set (everything except dev tools) full = [ - "pyvis == 0.3.1", # Visualizing FlowSystem Network + "pyvis ==0.3.2", # Visualizing FlowSystem Network "tsam >= 2.3.1, < 3.0.0", # Time series aggregation "scipy >= 1.15.1, < 2.0.0", # Used by tsam. Prior versions have conflict with highspy. See https://github.com/scipy/scipy/issues/22257 "gurobipy >= 10.0.0", @@ -79,7 +79,7 @@ dev = [ "pytest >= 7.0.0", "ruff >= 0.9.0", "pre-commit >= 4.0.0", - "pyvis == 0.3.1", # Visualizing FlowSystem + "pyvis ==0.3.2", # Visualizing FlowSystem "tsam >= 2.3.1, < 3.0.0", # Time series aggregation "scipy >= 1.15.1, < 2.0.0", # Used by tsam. Prior versions have conflict with highspy. See https://github.com/scipy/scipy/issues/22257 "gurobipy >= 10.0.0",