From cbf3458317d4b79eeec0f39c9ec8c1d876bc0afc Mon Sep 17 00:00:00 2001 From: Carson Date: Wed, 29 Jan 2025 10:24:45 -0600 Subject: [PATCH 1/2] Add anywidget as a hard dependency --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ecaa210..854dd34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ install_requires = jupyter_core shiny>=0.6.1.9005 python-dateutil>=2.8.2 + anywidget tests_require = pytest>=3 zip_safe = False From d10171acd35a9aa63d6679cc77b68eb3c7b3ab77 Mon Sep 17 00:00:00 2001 From: Carson Date: Wed, 29 Jan 2025 10:30:13 -0600 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd1a6b..4ef711a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updates to accomodate the new plotly v6.0.0 release. (#182) * Fixed an issue with plotly graphs sometimes not getting fully removed from the DOM. (#178) +* Added `anywidget` as a package dependency since it's needed now for `altair` and `plotly` (and installing this packages won't necessarily install `anywidget`). (#183) * Fixed an issue with ipyleaflet erroring out when attempting to read the `.model_id` property of a closed widget object. (#179) * Fixed an issue where altair charts would sometimes render to a 0 height after being shown, hidden, and then shown again. (#180)