From 1e3fac65c442350833841aff5749820ba20b9d32 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Mon, 13 Jan 2025 10:35:08 +0000 Subject: [PATCH 1/2] Unpinned vtk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5240627..b7d28d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "requests", "tables", "vedo>=2024.5.2", - "vtk<9.4.0" + "vtk" ] license = { text = "BSD-3-Clause" } From db10c8d023cfdb93c94626f6bede083649bb473e Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Mon, 13 Jan 2025 10:38:31 +0000 Subject: [PATCH 2/2] Bump setup-pyvista-headless-display-action --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 668db4f..da95656 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -64,7 +64,7 @@ jobs: run: brew install hdf5 # Helps set up VTK with a headless display - - uses: pyvista/setup-headless-display-action@v2 + - uses: pyvista/setup-headless-display-action@v3 # Sets up ffmpeg to we can run video tests on CI - uses: FedericoCarboni/setup-ffmpeg@v2