diff --git a/setup.py b/setup.py index 9688ea0b4..980d66393 100644 --- a/setup.py +++ b/setup.py @@ -107,9 +107,8 @@ "statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/ "xtgeo>=2.20.0", "vtk>=9.2.2", - "webviz-config", - "webviz-core-components>=0.6", - "webviz-subsurface-components==1.0.2", + "webviz-config>=0.6.5", + "webviz-subsurface-components>=1.0.3", ], extras_require={"tests": TESTS_REQUIRE}, setup_requires=["setuptools_scm~=3.2"],