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

Commit

Permalink
Merge pull request #454 from plotly/version-lock
Browse files Browse the repository at this point in the history
Lock dash version
  • Loading branch information
T4rk1n authored Feb 4, 2019
2 parents 07ccb21 + 062c617 commit 62e9049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dash_html_components
dash>=0.31.0
dash>=0.36.0
percy
selenium
pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
include_package_data=True,
license='MIT',
description='Dash UI core component suite',
install_requires=['dash']
install_requires=['dash>=0.36.0']
)

0 comments on commit 62e9049

Please sign in to comment.