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

Commit 062c617

Browse files
committed
🔧 Lock dash version to latest.
1 parent 07ccb21 commit 062c617

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)