Skip to content

Commit

Permalink
Merge pull request #402 from brainglobe/unpin-vtk
Browse files Browse the repository at this point in the history
Unpin vtk
  • Loading branch information
alessandrofelder authored Jan 13, 2025
2 parents c396136 + db10c8d commit e7d9be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"requests",
"tables",
"vedo>=2024.5.2",
"vtk<9.4.0"
"vtk"
]

license = { text = "BSD-3-Clause" }
Expand Down

0 comments on commit e7d9be6

Please sign in to comment.