Skip to content

Commit aa2a4b1

Browse files
author
Marc-André Rivet
committed
greater equal versions
1 parent b1370ae commit aa2a4b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
'Flask>=0.12',
2121
'flask-compress',
2222
'plotly',
23-
'dash_renderer==0.20.0',
24-
'dash-core-components==0.44.0',
25-
'dash-html-components==0.14.0',
23+
'dash_renderer>=0.20.0',
24+
'dash-core-components>=0.44.0',
25+
'dash-html-components>=0.14.0',
2626
'dash-table==3.6.0'
2727
],
2828
entry_points={

0 commit comments

Comments
 (0)