Skip to content

Commit

Permalink
Merge branch 'main' into chore/supporting_python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Dec 12, 2024
2 parents b8a5044 + 0ef6161 commit e13de70
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3601.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump grpcio from 1.68.0 to 1.68.1 in the grpc-deps group
1 change: 1 addition & 0 deletions doc/changelog.d/3603.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump pytest from 8.3.3 to 8.3.4 in the testing group
1 change: 1 addition & 0 deletions doc/changelog.d/3604.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump pyfakefs from 5.7.1 to 5.7.2
1 change: 1 addition & 0 deletions doc/changelog.d/3612.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the core group across 1 directory with 3 updates
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,34 @@ jupyter = [

tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.5.0",
"ansys-tools-visualization-interface==0.6.0",
"autopep8==2.3.1",
"matplotlib==3.9.2",
"matplotlib==3.9.3",
"pandas==2.2.3",
"pyansys-tools-report==0.8.1",
"pyfakefs==5.7.1",
"pyfakefs==5.7.2",
"pyiges[full]==0.3.1",
"pytest-cov==6.0.0",
"pytest-memprof<0.3.0",
"pytest-pyvista==0.1.9",
"pytest-random-order==1.1.1",
"pytest-rerunfailures==15.0",
"pytest==8.3.3",
"pytest==8.3.4",
"scipy==1.14.1",
"vtk==9.4.0",
]
doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.54.2",
"ansys-sphinx-theme==1.2.2",
"ansys-tools-visualization-interface==0.5.0",
"grpcio==1.68.0",
"ansys-sphinx-theme==1.2.3",
"ansys-tools-visualization-interface==0.6.0",
"grpcio==1.68.1",
"imageio-ffmpeg==0.5.1",
"imageio==2.36.1",
"jupyter_sphinx==0.5.3",
"jupyter==1.1.1",
"jupyterlab>=3.2.8",
"matplotlib==3.9.2",
"matplotlib==3.9.3",
"nbformat==5.10.4",
"numpydoc==1.8.0",
"pandas==2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def debug_orders(pl, point):
def test_plotter_input(mapdl, make_block):
import pyvista as pv

pl = MapdlPlotter(off_screen=False)
pl = MapdlPlotter()
pl2 = mapdl.eplot(return_plotter=True, plotter=pl)
assert pl is pl2
pl2.show() # plotting for catching
Expand Down

0 comments on commit e13de70

Please sign in to comment.