File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/ansys/geometry/core/sketch Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Bump pyvista[ jupyter] from 0.45.3 to 0.46.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ tests = [
72
72
" pytest==8.4.1" ,
73
73
" pytest-cov==6.2.1" ,
74
74
" pytest-pyvista==0.2.0" ,
75
- " pyvista[jupyter]==0.45.3 " ,
75
+ " pyvista[jupyter]==0.46.0 " ,
76
76
" pyyaml==6.0.2" ,
77
77
" requests==2.32.4" ,
78
78
" scipy==1.15.3" ,
@@ -110,7 +110,7 @@ doc = [
110
110
" Pint==0.24.4" ,
111
111
" protobuf==5.29.3" ,
112
112
" pygltflib==1.16.5" ,
113
- " pyvista[jupyter]==0.45.3 " ,
113
+ " pyvista[jupyter]==0.46.0 " ,
114
114
" quarto-cli==1.7.33" ,
115
115
" requests==2.32.4" ,
116
116
" scipy==1.15.3" ,
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def visualization_polydata(self) -> "pv.PolyData":
121
121
"""
122
122
import pyvista as pv
123
123
124
- circle = pv .Circle (self .radius .m_as (DEFAULT_UNITS .LENGTH ))
124
+ circle = pv .Circle (radius = self .radius .m_as (DEFAULT_UNITS .LENGTH ))
125
125
return circle .translate (
126
126
[
127
127
self .center .x .m_as (DEFAULT_UNITS .LENGTH ),
You can’t perform that action at this time.
0 commit comments