Skip to content

Commit

Permalink
Revert "Require vtk>=9.1"
Browse files Browse the repository at this point in the history
This reverts commit b986596.
  • Loading branch information
dgaylo committed Apr 20, 2024
1 parent 524b87a commit 9874800
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CITests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
vtk-version: ["9.1.*", "9.2.*"]
vtk-version: ["9.0.*","9.1.*", "9.2.*"]
numpy-version: ["1.*"]

exclude:
- python-version: "3.10"
vtk-version: "9.0.*"
- python-version: "3.10"
vtk-version: "9.1.*"

- python-version: "3.11"
vtk-version: "9.0.*"
- python-version: "3.11"
vtk-version: "9.1.*"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [

dependencies = [
"numpy",
"vtk>=9.1",
"vtk>=9.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vtk>=9.1
vtk>=9.0
numpy
pytest
pdoc
Expand Down

0 comments on commit 9874800

Please sign in to comment.