From 2ec9c8c72c0a422e3830032e4ac6f7b5fe251643 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:35:04 -0400 Subject: [PATCH] Bump pyvista --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa3fbd6..8479bb2 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>=0.46"] classifiers = [ "Natural Language :: English", "Topic :: Scientific/Engineering",