We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cdd8b commit f6dc36cCopy full SHA for f6dc36c
setup.py
@@ -72,7 +72,7 @@
72
description="A client for IDOM implemented using Jupyter widgets",
73
long_description=LONG_DESCRIPTION,
74
include_package_data=True,
75
- install_requires=["ipywidgets>=7.6.0", "idom>=0.20.1"],
+ install_requires=["ipywidgets>=7.6.0", "idom>=0.21.0"],
76
packages=find_packages(),
77
zip_safe=False,
78
cmdclass=cmdclass,
0 commit comments