From f87b1decc33cc0221d14c08ce3c4b7e0dee8c6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:45:28 -0500 Subject: [PATCH] Update pyvista dependency in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d5b023..3752af5 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<=0.46"] +dependencies = ["fenics-dolfinx>=0.9.0", "pyvista"] classifiers = [ "Natural Language :: English", "Topic :: Scientific/Engineering",