Skip to content

Commit

Permalink
Temporarily restrict Dash version as per #460 #461 (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Gibbs <[email protected]>
  • Loading branch information
delsim and Mark Gibbs authored May 28, 2023
1 parent b44a0c2 commit e06bb46
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 e06bb46

Please sign in to comment.