diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile index 9804186a..d5869ea9 100644 --- a/.devcontainer/base.Dockerfile +++ b/.devcontainer/base.Dockerfile @@ -123,7 +123,7 @@ RUN pip install cmake\ scikit-optimize \ scikit-opt \ adaptive \ - "vtk>=9.2.5" \ + "vtk==9.2.5" \ itkwidgets \ pytest \ holoviews \