From b0f46593c0bd1f048ef3fa2c4aa73c8254e10d9f Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Tue, 10 Dec 2024 20:43:32 +0100 Subject: [PATCH] Exclude PyVista 0.44.2 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a5707f63..7745cbdb2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5216,4 +5216,4 @@ plotting = ["pyvista"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "48b868afbb70687623509f185deaf36f2d0032b064e5baf9c4912dccec30769c" +content-hash = "b9b0128d7f909a558848a3ac6e5f89b426042cc49c87c3cd823123af18e88fab" diff --git a/pyproject.toml b/pyproject.toml index 7f67df0cf..8b4ec6452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ networkx = ">=3.0.0" # Optional dependencies which are included in the 'extras' section. # TODO: Once ansys-mapdl-core and ansys-mechanical-core support Python 3.13, # remove the 'python' limit below and update the main Python version in CI. -pyvista = { version = ">=0.42.0", optional = true, extras = ["jupyter", "trame"] } +pyvista = { version = ">=0.42.0,!=0.42.2", optional = true, extras = ["jupyter", "trame"] } ansys-mapdl-core = { version = ">=0.68.3", optional = true, python=">=3.10,<3.13" } ansys-dpf-composites = { version = ">=0.6", optional = true } ansys-dpf-core = { version = ">=0.13", optional = true}