Skip to content

Commit

Permalink
less strict versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed Mar 5, 2019
1 parent 2b3c5ce commit 021cbdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'Flask>=0.12',
'flask-compress',
'plotly',
'dash_renderer==0.19.0',
'dash-core-components==0.43.1',
'dash-html-components==0.13.5',
'dash-table==3.5.0'
'dash_renderer>=0.19.0',
'dash-core-components>=0.43.1',
'dash-html-components>=0.13.5',
'dash-table>=3.5.0'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 021cbdd

Please sign in to comment.