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.
1 parent 38776de commit d65a1eeCopy full SHA for d65a1ee
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"importlib-metadata>=4.0",
26
"Pyro5>=5.13",
27
"numpy>=1.19, <3.0",
28
- "ansys-tools-path",
+ "ansys-tools-common",
29
"click==8.1.8", # clink 8.2.0 is failing the license check.
30
]
31
src/ansys/rocky/core/launcher.py
@@ -28,7 +28,7 @@
from typing import Literal
from Pyro5.errors import CommunicationError
-from ansys.tools.path import get_available_ansys_installations
+from ansys.tools.common.path import get_available_ansys_installations
32
33
from ansys.rocky.core.client import _PYROCKY_DEFAULT_PORT, RockyClient, connect
34
from ansys.rocky.core.exceptions import FreeflowLaunchError, RockyLaunchError
0 commit comments