Skip to content

Commit 1c8eede

Browse files
Merge branch 'main' into fix/add_scalar_param_to_inprocess
2 parents 27a86bd + 36fe272 commit 1c8eede

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/changelog.d/4164.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build: bump matplotlib from 3.10.3 to 3.10.5 in the core group

doc/changelog.d/4166.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build: update pyvista requirement from <=0.45.2 to <=0.45.3

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"psutil>=5.9.4",
3434
"pyansys-tools-versioning>=0.3.3",
3535
"pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
36-
"pyvista<=0.45.2",
36+
"pyvista<=0.45.3",
3737
"scipy>=1.3.0", # for sparse (consider optional?)
3838
"tabulate>=0.8.0", # for cli plotting
3939
"tqdm>=4.45.0",
@@ -66,7 +66,7 @@ tests = [
6666
"ansys-dpf-core[graphics]==0.13.6",
6767
"ansys-tools-visualization-interface==0.11.0",
6868
"autopep8==2.3.2",
69-
"matplotlib==3.10.3",
69+
"matplotlib==3.10.5",
7070
"pandas==2.3.1",
7171
"pyansys-tools-report==0.8.2",
7272
"pyfakefs==5.9.1",
@@ -95,7 +95,7 @@ doc = [
9595
"jupyter_sphinx==0.5.3",
9696
"jupyterlab>=3.2.8",
9797
"linuxdoc==20240924",
98-
"matplotlib==3.10.3",
98+
"matplotlib==3.10.5",
9999
"nbformat==5.10.4",
100100
"numpydoc==1.9.0",
101101
"pandas==2.3.1",

0 commit comments

Comments
 (0)