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

Commit 62e9049

Browse files
authored
Merge pull request #454 from plotly/version-lock
Lock dash version
2 parents 07ccb21 + 062c617 commit 62e9049

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,5 +1,5 @@
11
dash_html_components
2-
dash>=0.31.0
2+
dash>=0.36.0
33
percy
44
selenium
55
pandas

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
include_package_data=True,
1313
license='MIT',
1414
description='Dash UI core component suite',
15-
install_requires=['dash']
15+
install_requires=['dash>=0.36.0']
1616
)

0 commit comments

Comments
 (0)