Skip to content

Commit

Permalink
fix: pyvista dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jul 30, 2024
1 parent 64c3c40 commit 743b7eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dependencies = ["ansys-dpf-core>=0.7.2",
"ansys-api-dyna==0.3.6",
"ansys-platform-instancemanagement~=1.0",
"pyvista==0.44.1",
"pyvista>=0.43.4",
]

[project.optional-dependencies]
Expand All @@ -43,6 +43,7 @@ tests = [
"scikit-learn==1.5.1",
"pytest-xdist==3.6.1",
"ipython==8.26.0",
"pyvista==0.44.1",
]
doc = [
"recommonmark==0.7.1",
Expand All @@ -68,6 +69,7 @@ doc = [
"jupyterlab==4.2.4",
"sphinx-jinja==2.0.2",
"sphinx-autoapi==3.2.1",
"pyvista==0.44.1",
]

[tool.flit.module]
Expand Down

0 comments on commit 743b7eb

Please sign in to comment.