From 726d464d565089e1f3a0e6a4fe95fdb02bdd5020 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:44:07 +0200 Subject: [PATCH] Revert "build: update ansys-api-mapdl to 0.5.2 (#3255)" This reverts commit 0bcf3447450aadca203228265b22df2504b4d18e. --- doc/changelog.d/3255.dependencies.md | 1 - doc/source/examples/extended_examples/hpc/requirements.txt | 2 +- minimum_requirements.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 doc/changelog.d/3255.dependencies.md diff --git a/doc/changelog.d/3255.dependencies.md b/doc/changelog.d/3255.dependencies.md deleted file mode 100644 index 42e7031e52..0000000000 --- a/doc/changelog.d/3255.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: update ansys-api-mapdl to 0.5.2 \ No newline at end of file diff --git a/doc/source/examples/extended_examples/hpc/requirements.txt b/doc/source/examples/extended_examples/hpc/requirements.txt index 92bd8b4f11..94557c43de 100644 --- a/doc/source/examples/extended_examples/hpc/requirements.txt +++ b/doc/source/examples/extended_examples/hpc/requirements.txt @@ -1,4 +1,4 @@ -ansys-api-mapdl==0.5.2 +ansys-api-mapdl==0.5.1 ansys-api-platform-instancemanagement==1.0.0 ansys-mapdl-core==0.68.1 ansys-mapdl-reader==0.53.0 diff --git a/minimum_requirements.txt b/minimum_requirements.txt index fc7874820d..c31335b6eb 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,4 +1,4 @@ -ansys-api-mapdl==0.5.2 +ansys-api-mapdl==0.5.1 importlib-metadata==8.0.0 numpy==1.26.4 platformdirs==4.2.2 diff --git a/pyproject.toml b/pyproject.toml index b9d10cdce1..cba335ddc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = {file = "LICENSE"} authors = [{ name = "ANSYS, Inc.", email = "pyansys.core@ansys.com" }] maintainers = [{ name = "ANSYS, Inc.", email = "pyansys.core@ansys.com" }] dependencies = [ - "ansys-api-mapdl==0.5.2", # supports at least 2020R2 - 2022R1 + "ansys-api-mapdl==0.5.1", # supports at least 2020R2 - 2022R1 "ansys-mapdl-reader>=0.51.7", "ansys-math-core>=0.1.2", "ansys-platform-instancemanagement~=1.0",