Skip to content

Commit c4fd823

Browse files
committed
clean warning of drawing model
2 parents 2c651d3 + d27d8a0 commit c4fd823

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ classifiers = [
2828
dependencies = ["ansys-dpf-core>=0.7.2",
2929
"ansys-api-dyna==0.3.6",
3030
"ansys-platform-instancemanagement~=1.0",
31-
"pyvista==0.43.4",
31+
"pyvista==0.43.4",
3232
]
3333

3434
[project.optional-dependencies]
3535
tests = [
36-
"pyvista==0.43.4",
3736
"matplotlib==3.8.3",
3837
"numpy==1.26.4",
3938
"pytest==8.1.1",
@@ -50,7 +49,6 @@ doc = [
5049
"matplotlib==3.8.3",
5150
"imageio==2.34.0",
5251
"imageio-ffmpeg==0.4.9",
53-
"pyvista==0.43.4",
5452
"numpydoc==1.6.0",
5553
"Sphinx==7.2.6",
5654
"sphinx-autobuild==2024.2.4",

0 commit comments

Comments
 (0)