Skip to content

Commit

Permalink
Exclude PyVista 0.44.2
Browse files Browse the repository at this point in the history
greschd committed Jan 7, 2025
1 parent cc03a45 commit b0f4659
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit b0f4659

Please sign in to comment.