-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
353 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:orphan: | ||
|
||
Oops! | ||
===== | ||
|
||
|
||
This is unexpected. | ||
|
||
|
||
The page you are requesting does not exist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" | |
[project] | ||
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections | ||
name = "ansys-mapdl-core" | ||
version = "0.61.0" | ||
version = "0.61.1" | ||
description = "A Python wrapper for Ansys mapdl core" | ||
readme = "README.rst" | ||
requires-python = ">=3.7" | ||
|
@@ -17,9 +17,9 @@ maintainers = [ | |
{name = "PyAnsys developers", email = "[email protected]"}, | ||
] | ||
dependencies = [ | ||
"ansys-api-mapdl-v0==0.4.1", # supports at least 2020R2 - 2021R2 | ||
"ansys-api-mapdl==0.5.1", # supports at least 2020R2 - 2022R1 | ||
"ansys-corba; python_version < '3.9'", | ||
"ansys-mapdl-reader>=0.50.15", | ||
"ansys-mapdl-reader>=0.51.7", | ||
"appdirs>=1.4.0", | ||
"grpcio>=1.30.0", # tested up to grpcio==1.35 | ||
"importlib-metadata >=4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.