Skip to content

Commit 31d4cb7

Browse files
dependabot[bot]pyansys-ci-botRobPasMue
authored
build: bump pyvista[jupyter] from 0.45.3 to 0.46.0 (#2171)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent e53d05b commit 31d4cb7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pyvista[jupyter] from 0.45.3 to 0.46.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tests = [
7272
"pytest==8.4.1",
7373
"pytest-cov==6.2.1",
7474
"pytest-pyvista==0.2.0",
75-
"pyvista[jupyter]==0.45.3",
75+
"pyvista[jupyter]==0.46.0",
7676
"pyyaml==6.0.2",
7777
"requests==2.32.4",
7878
"scipy==1.15.3",
@@ -110,7 +110,7 @@ doc = [
110110
"Pint==0.24.4",
111111
"protobuf==5.29.3",
112112
"pygltflib==1.16.5",
113-
"pyvista[jupyter]==0.45.3",
113+
"pyvista[jupyter]==0.46.0",
114114
"quarto-cli==1.7.33",
115115
"requests==2.32.4",
116116
"scipy==1.15.3",

src/ansys/geometry/core/sketch/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def visualization_polydata(self) -> "pv.PolyData":
121121
"""
122122
import pyvista as pv
123123

124-
circle = pv.Circle(self.radius.m_as(DEFAULT_UNITS.LENGTH))
124+
circle = pv.Circle(radius=self.radius.m_as(DEFAULT_UNITS.LENGTH))
125125
return circle.translate(
126126
[
127127
self.center.x.m_as(DEFAULT_UNITS.LENGTH),

0 commit comments

Comments
 (0)