From 6d16b6e5a97cb7cd28998d70e437759d5706915a Mon Sep 17 00:00:00 2001 From: FZill <florian.zill@ufz.de> Date: Mon, 5 Feb 2024 16:18:14 +0100 Subject: [PATCH] increase minimum pyvista version Dynamic Scraper used in the docs is not available in earlier version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7d831d43..940c1ba39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "meshio==5.3.4", "matplotlib>=3.7.1", "nbconvert>=7.9.2", - "pyvista[all,trame]>=0.39.1", + "pyvista[all,trame]>=0.40.1", "rich>=13.4.2", "scipy>=1.10.1", "Pint>=0.22", -- GitLab