Skip to content

Commit

Permalink
bugfix: compatibility with pymechanical (#3727)
Browse files Browse the repository at this point in the history
Use ansys-pythonnet (ansys fork) rc 2 to provide consistant libraries
as a bundle.

Closes ansys/pyansys#384

Co-authored-by: Maxime Rey <[email protected]>
  • Loading branch information
SMoraisAnsys and MaxJPRey authored Oct 13, 2023
1 parent 8c91c4c commit 72fcb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"cffi == 1.15.1;platform_system=='Linux' and python_version == '3.7'",
"cffi == 1.16.0;platform_system=='Linux' and python_version > '3.7'",
"pywin32 >= 303;platform_system=='Windows'",
"pythonnet == 3.0.2",
"ansys-pythonnet>=3.1.0rc2",
"rpyc==5.3.1",
"psutil",
"dotnetcore2 ==3.1.23;platform_system=='Linux'",
Expand Down

0 comments on commit 72fcb51

Please sign in to comment.