Skip to content

Commit f87b1de

Browse files
Update pyvista dependency in pyproject.toml
1 parent 5fa07a2 commit f87b1de

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<=0.46"]
16+
dependencies = ["fenics-dolfinx>=0.9.0", "pyvista"]
1717
classifiers = [
1818
"Natural Language :: English",
1919
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)