Skip to content

Commit f52d0f1

Browse files
authored
Add anywidget as a hard dependency (#183)
1 parent 5ee8c97 commit f52d0f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
* Updates to accomodate the new plotly v6.0.0 release. (#182)
1111
* Fixed an issue with plotly graphs sometimes not getting fully removed from the DOM. (#178)
12+
* 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)
1213
* Fixed an issue with ipyleaflet erroring out when attempting to read the `.model_id` property of a closed widget object. (#179)
1314
* Fixed an issue where altair charts would sometimes render to a 0 height after being shown, hidden, and then shown again. (#180)
1415

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ install_requires =
3636
jupyter_core
3737
shiny>=0.6.1.9005
3838
python-dateutil>=2.8.2
39+
anywidget
3940
tests_require =
4041
pytest>=3
4142
zip_safe = False

0 commit comments

Comments
 (0)