Skip to content

Commit a8355ce

Browse files
requirement on pyvista
1 parent daa4528 commit a8355ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Convert OpenMC .vtk files to dolfinx functions"
1313
readme = "README/md"
1414
requires-python = ">=3.9"
1515
license = { file = "LICENSE" }
16-
dependencies = ["fenics-dolfinx>=0.9.0", "pyvista"]
16+
dependencies = ["fenics-dolfinx>=0.9.0", "pyvista<0.46"]
1717
classifiers = [
1818
"Natural Language :: English",
1919
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)