diff --git a/setup.py b/setup.py index 06f4918c1..44badd0ff 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ ] }, install_requires=[ + "dash<=1.10", # https://github.com/equinor/webviz-subsurface/issues/317 "fmu-ensemble>=1.2.2", "matplotlib>=3.0", "pandas>=0.24",