Skip to content
Snippets Groups Projects
Unverified Commit 3887e39b authored by Gibbs Consulting's avatar Gibbs Consulting Committed by GitHub
Browse files

Fix up version constraints (#361)


Co-authored-by: default avatarMark Gibbs <mark@gibbs.consulting>
parent 39ef1d8b
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,7 @@ celerybeat-schedule ...@@ -88,6 +88,7 @@ celerybeat-schedule
.venv .venv
venv/ venv/
ENV/ ENV/
TOKENS
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
......
...@@ -23,4 +23,4 @@ SOFTWARE. ...@@ -23,4 +23,4 @@ SOFTWARE.
''' '''
__version__ = "1.6.5" __version__ = "1.6.6"
...@@ -41,7 +41,7 @@ setup( ...@@ -41,7 +41,7 @@ setup(
'Documentation': 'http://django-plotly-dash.readthedocs.io/', 'Documentation': 'http://django-plotly-dash.readthedocs.io/',
}, },
install_requires = ['plotly', install_requires = ['plotly',
'dash>=1.11', 'dash>=1.11,<1.21.0',
'dash-core-components', 'dash-core-components',
'dash-html-components', 'dash-html-components',
'dash-renderer', 'dash-renderer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment