Skip to content

Commit 3c92744

Browse files
Merge pull request #9 from festim-dev/RemDelaporteMathurin-patch-1
requirement on pyvista
2 parents daa4528 + a8355ce commit 3c92744

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)