Skip to content

Commit d65a1ee

Browse files
committed
Replace deprecated ansys-tools-path dependency with ansys-tools-common
(#203)
1 parent 38776de commit d65a1ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"importlib-metadata>=4.0",
2626
"Pyro5>=5.13",
2727
"numpy>=1.19, <3.0",
28-
"ansys-tools-path",
28+
"ansys-tools-common",
2929
"click==8.1.8", # clink 8.2.0 is failing the license check.
3030
]
3131

src/ansys/rocky/core/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from typing import Literal
2929

3030
from Pyro5.errors import CommunicationError
31-
from ansys.tools.path import get_available_ansys_installations
31+
from ansys.tools.common.path import get_available_ansys_installations
3232

3333
from ansys.rocky.core.client import _PYROCKY_DEFAULT_PORT, RockyClient, connect
3434
from ansys.rocky.core.exceptions import FreeflowLaunchError, RockyLaunchError

0 commit comments

Comments
 (0)