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

Commit e68a401

Browse files
authored
Merge pull request #261 from rmarren1/fix-error-version
Change 0.22.0 to 0.23.1 for dash version required.
2 parents 08e12b1 + 4404380 commit e68a401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash_core_components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"named \n'dash.py' in your current directory.", file=_sys.stderr)
1515
_sys.exit(1)
1616

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

0 commit comments

Comments
 (0)