Skip to content

Commit

Permalink
CI: pin vtk<9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Dec 11, 2024
1 parent 1e859c3 commit 2a27465
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ classifiers = [
]

dependencies = [
"numpy >=1.15",
"numpy>=1.15",
"scipy>=1.0",
"vtk>=9.1.0",
"vtk>=9.1.0, <9.4.0",
"pillow>=5.4.1",
"packaging >=17.0",
"pygltflib>=1.15.3",
Expand All @@ -69,17 +69,17 @@ dev = [
"twine",
]
doc = [
"matplotlib >= 1.5.3",
"matplotlib>=1.5.3",
"numpydoc",
"sphinx >=6.1.2",
"sphinx>=6.1.2",
"texext",
"tomli; python_version < \"3.11\"",
]
style = ["ruff", "pre-commit"]
typing = ["mypy", "types-Pillow", "data-science-types"]
test = [
"coverage",
"pytest !=5.3.4",
"pytest!=5.3.4",
"pytest-cov",
"pytest-doctestplus",
]
Expand Down

0 comments on commit 2a27465

Please sign in to comment.