Skip to content

Commit 75120cb

Browse files
committed
Lower bound on Dash version
1 parent 4e753a5 commit 75120cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ def _get_long_description():
3232
author_email="[email protected]",
3333
url="https://github.com/ASIDataScience/dash-bootstrap-components",
3434
packages=find_packages(),
35-
install_requires=["dash"],
35+
install_requires=["dash>=0.32.1"],
3636
include_package_data=True,
3737
)

0 commit comments

Comments
 (0)