We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3a5055 + 04f5c90 commit 9f8bf83Copy full SHA for 9f8bf83
pyproject.toml
@@ -25,7 +25,10 @@ classifiers = [
25
"Programming Language :: Python :: 3.12",
26
]
27
28
-dependencies = ["ansys-dpf-core>=0.7.2", "ansys-api-dyna==0.3.6"]
+dependencies = ["ansys-dpf-core>=0.7.2",
29
+ "ansys-api-dyna==0.3.6",
30
+ "ansys-platform-instancemanagement~=1.0",
31
+]
32
33
[project.optional-dependencies]
34
tests = [
0 commit comments