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 #261 from rmarren1/fix-error-version
Browse files Browse the repository at this point in the history
Change 0.22.0 to 0.23.1 for dash version required.
  • Loading branch information
rmarren1 authored Aug 10, 2018
2 parents 08e12b1 + 4404380 commit e68a401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dash_core_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"named \n'dash.py' in your current directory.", file=_sys.stderr)
_sys.exit(1)

# Must update to dash>=0.22.0 to use this version of dash-core-components
# Must update to dash>=0.23.1 to use this version of dash-core-components
if not hasattr(_dash.development.base_component, '_explicitize_args'):
print("Please update the `dash` module to >= 0.22.0 to use this "
print("Please update the `dash` module to >= 0.23.1 to use this "
"version of dash_core_components.\n"
"You are using version {:s}".format(_dash.version.__version__),
file=_sys.stderr)
Expand Down

0 comments on commit e68a401

Please sign in to comment.