Skip to content

Commit

Permalink
MAINT: Bump pyvista from 0.42.2 to 0.43.3 (#4326)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samuelopez-ansys <samuel.lopez@ansys.com>
  • Loading branch information
dependabot[bot] and Samuelopez-ansys authored Mar 7, 2024
1 parent 462d347 commit 8832950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyaedt/modules/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ def polar_plot_3d_pyvista(
pointa=(0.55, 0.1),
pointb=(0.74, 0.1),
style="modern",
event_type="always",
interaction_event="always",
title_height=0.02,
color=axes_color,
)
Expand All @@ -1995,7 +1995,7 @@ def polar_plot_3d_pyvista(
pointa=(0.77, 0.1),
pointb=(0.98, 0.1),
style="modern",
event_type="always",
interaction_event="always",
title_height=0.02,
color=axes_color,
)
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tests = [
"pytest-xdist==3.3.1",
"vtk==9.2.6",
"pyvista==0.38.0; python_version <= '3.7'",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"scikit-learn==1.3.0; python_version == '3.7'",
"scikit-learn==1.3.1; python_version > '3.7'",
"SRTM.py",
Expand All @@ -87,7 +87,7 @@ doc = [
"pypandoc==1.13",
"pytest-sphinx==0.5.0",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"recommonmark==0.7.1",
"scikit-learn==1.3.0; python_version == '3.7'",
Expand Down Expand Up @@ -120,7 +120,7 @@ full = [
"pandas==2.1.1; python_version > '3.9'",
"osmnx",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"SRTM.py",
"utm",
Expand All @@ -140,7 +140,7 @@ all = [
"pandas==2.1.1; python_version > '3.9'",
"osmnx",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"SRTM.py",
"utm",
Expand Down

0 comments on commit 8832950

Please sign in to comment.