Skip to content

Commit 0554546

Browse files
author
Marc-André Rivet
committed
bump dependencies versions
1 parent 021cbdd commit 0554546

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
'Flask>=0.12',
2121
'flask-compress',
2222
'plotly',
23-
'dash_renderer>=0.19.0',
24-
'dash-core-components>=0.43.1',
25-
'dash-html-components>=0.13.5',
26-
'dash-table>=3.5.0'
23+
'dash_renderer==0.20.0',
24+
'dash-core-components==0.44.0',
25+
'dash-html-components==0.14.0',
26+
'dash-table==3.6.0'
2727
],
2828
entry_points={
2929
'console_scripts': [

0 commit comments

Comments
 (0)