Skip to content

Commit b0f4659

Browse files
committed
Exclude PyVista 0.44.2
1 parent cc03a45 commit b0f4659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ networkx = ">=3.0.0"
4848
# Optional dependencies which are included in the 'extras' section.
4949
# TODO: Once ansys-mapdl-core and ansys-mechanical-core support Python 3.13,
5050
# remove the 'python' limit below and update the main Python version in CI.
51-
pyvista = { version = ">=0.42.0", optional = true, extras = ["jupyter", "trame"] }
51+
pyvista = { version = ">=0.42.0,!=0.42.2", optional = true, extras = ["jupyter", "trame"] }
5252
ansys-mapdl-core = { version = ">=0.68.3", optional = true, python=">=3.10,<3.13" }
5353
ansys-dpf-composites = { version = ">=0.6", optional = true }
5454
ansys-dpf-core = { version = ">=0.13", optional = true}

0 commit comments

Comments
 (0)