Skip to content

Commit

Permalink
build: update ansys-api-mapdl to 0.5.2 (#3255)
Browse files Browse the repository at this point in the history
* build: update ansys-api-mapdl to 0.5.2

* chore: adding changelog file 3255.dependencies.md

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jul 9, 2024
1 parent 3bc6c7d commit 0bcf344
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3255.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: update ansys-api-mapdl to 0.5.2
2 changes: 1 addition & 1 deletion doc/source/examples/extended_examples/hpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansys-api-mapdl==0.5.1
ansys-api-mapdl==0.5.2
ansys-api-platform-instancemanagement==1.0.0
ansys-mapdl-core==0.68.1
ansys-mapdl-reader==0.53.0
Expand Down
2 changes: 1 addition & 1 deletion minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansys-api-mapdl==0.5.1
ansys-api-mapdl==0.5.2
importlib-metadata==8.0.0
numpy==1.26.4
platformdirs==4.2.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = {file = "LICENSE"}
authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
maintainers = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
dependencies = [
"ansys-api-mapdl==0.5.1", # supports at least 2020R2 - 2022R1
"ansys-api-mapdl==0.5.2", # supports at least 2020R2 - 2022R1
"ansys-mapdl-reader>=0.51.7",
"ansys-math-core>=0.1.2",
"ansys-platform-instancemanagement~=1.0",
Expand Down

0 comments on commit 0bcf344

Please sign in to comment.