Skip to content

Commit

Permalink
Temporarily restrict Dash version as per GibbsConsulting#460 GibbsCon…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gibbs committed May 28, 2023
1 parent b44a0c2 commit 67e86bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_plotly_dash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
'''

__version__ = "2.2.0"
__version__ = "2.2.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dash>=2.0
dash>=2.0,<2.10
plotly
dpd-components

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'Documentation': 'http://django-plotly-dash.readthedocs.io/',
},
install_requires = ['plotly',
'dash>=2.0',
'dash>=2.0,<2.10',
'dpd-components',

'dash-bootstrap-components',
Expand Down

0 comments on commit 67e86bf

Please sign in to comment.