Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 528caca

Browse files
authored
Merge pull request #92 from plotly/version-lock
Lock dash version used >= 0.36.0
2 parents c17d966 + dca8aff commit 528caca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pandas
22
selenium
3-
dash>=0.32.2
3+
dash>=0.36.0
44
dash-core-components
55
percy
66
pandas

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
description='Dash UI HTML component suite',
1717
long_description=io.open('README.md', encoding='utf-8').read(),
1818
long_description_content_type='text/markdown',
19-
install_requires=['dash']
19+
install_requires=['dash>=0.36.0']
2020
)

0 commit comments

Comments
 (0)