From a8355ce1621fb6a5d37aafac39d449f77e27aafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:29:26 -0400 Subject: [PATCH] requirement on pyvista --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3752af5..fa3fbd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "Convert OpenMC .vtk files to dolfinx functions" readme = "README/md" requires-python = ">=3.9" license = { file = "LICENSE" } -dependencies = ["fenics-dolfinx>=0.9.0", "pyvista"] +dependencies = ["fenics-dolfinx>=0.9.0", "pyvista<0.46"] classifiers = [ "Natural Language :: English", "Topic :: Scientific/Engineering",