Skip to content

Commit 3887e39

Browse files
GibbsConsultingMark Gibbs
andauthored
Fix up version constraints (#361)
Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
1 parent 39ef1d8 commit 3887e39

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ celerybeat-schedule
8888
.venv
8989
venv/
9090
ENV/
91+
TOKENS
9192

9293
# Spyder project settings
9394
.spyderproject

django_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.6.5"
26+
__version__ = "1.6.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'Documentation': 'http://django-plotly-dash.readthedocs.io/',
4242
},
4343
install_requires = ['plotly',
44-
'dash>=1.11',
44+
'dash>=1.11,<1.21.0',
4545
'dash-core-components',
4646
'dash-html-components',
4747
'dash-renderer',

0 commit comments

Comments
 (0)