Skip to content

Commit ab683b5

Browse files
committed
Limit dash
1 parent ba90bf7 commit ab683b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"console_scripts": ["smry2arrow_batch=webviz_subsurface.smry2arrow_batch:main"],
8888
},
8989
install_requires=[
90-
"dash>=2.0.0",
90+
"dash>=2.0.0,<3",
9191
"dash_bootstrap_components>=0.10.3",
9292
"dash-daq>=0.5.0",
9393
"defusedxml>=0.6.0",

0 commit comments

Comments
 (0)