diff --git a/.github/scripts/install_eigen_windows.sh b/.github/scripts/install_eigen_windows.sh index b9c14b0b..e79358e8 100644 --- a/.github/scripts/install_eigen_windows.sh +++ b/.github/scripts/install_eigen_windows.sh @@ -5,5 +5,5 @@ choco install ninja git clone --recursive -b 3.3.9 --depth 1 https://gitlab.com/libeigen/eigen /c/eigen mkdir /c/build cd /c/build -cmake -GNinja /c/eigen +cmake -GNinja -DCMAKE_POLICY_VERSION_MINIMUM=3.5 /c/eigen ninja install diff --git a/docker/requirements-ipykernel.txt b/docker/requirements-ipykernel.txt index 255734e2..82fd4c72 100644 --- a/docker/requirements-ipykernel.txt +++ b/docker/requirements-ipykernel.txt @@ -1,6 +1,6 @@ -ipykernel==6.25.2 -ipympl==0.9.3 -matplotlib==3.8.0 +ipykernel==7.3.0 +ipympl==0.10.0 +matplotlib==3.11.1 click imageio ncempy