Skip to content

Commit

Permalink
Merge branch 'main' into maint/clean-mapdl-inprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
koubaa authored Sep 13, 2024
2 parents f136412 + dfe692c commit 4758e5a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3399.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the minimal group with 2 updates
1 change: 1 addition & 0 deletions doc/changelog.d/3400.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump ansys-tools-visualization-interface from 0.4.0 to 0.4.4 in the core group
1 change: 1 addition & 0 deletions doc/changelog.d/3401.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump plotly from 5.24.0 to 5.24.1 in the documentation group
1 change: 1 addition & 0 deletions doc/changelog.d/3402.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump pytest from 8.3.2 to 8.3.3 in the testing group
4 changes: 2 additions & 2 deletions minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansys-api-mapdl==0.5.2
importlib-metadata==8.4.0
importlib-metadata==8.5.0
numpy==1.26.4
platformdirs==4.2.2
platformdirs==4.3.2
psutil==6.0.0
pyansys-tools-versioning==0.6.0
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jupyter = [

tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.4.0",
"ansys-tools-visualization-interface==0.4.4",
"autopep8==2.3.1",
"matplotlib==3.9.2",
"pandas==2.2.2",
Expand All @@ -68,14 +68,14 @@ tests = [
"pytest-memprof<0.3.0",
"pytest-pyvista==0.1.9",
"pytest-rerunfailures==14.0",
"pytest==8.3.2",
"pytest==8.3.3",
"scipy==1.14.1",
"vtk==9.3.1",
]
doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.54.1",
"ansys-tools-visualization-interface==0.4.0",
"ansys-tools-visualization-interface==0.4.4",
"ansys-sphinx-theme==1.0.8",
"grpcio==1.66.1",
"imageio-ffmpeg==0.5.1",
Expand All @@ -85,7 +85,7 @@ doc = [
"matplotlib==3.9.2",
"numpydoc==1.8.0",
"pandas==2.2.2",
"plotly==5.24.0",
"plotly==5.24.1",
"pyiges[full]==0.3.1",
"pypandoc==1.13",
"pytest-sphinx==0.6.3",
Expand Down

0 comments on commit 4758e5a

Please sign in to comment.