Skip to content

Commit e25ca9a

Browse files
committed
Exclude PyVista 0.44.2
1 parent 3964994 commit e25ca9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)