Skip to content

Commit 2926189

Browse files
authored
feat: update PyAnsys libs available (#122)
1 parent d736f63 commit 2926189

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/ansys/tools/installer/constants.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
PYANSYS_DOCS_SITES = {
6464
"PyAnsys": "https://docs.pyansys.com",
6565
"PyAnsys Developer docs": "https://dev.docs.pyansys.com",
66-
"PyAnsys-Math": "https://math.docs.pyansys.com",
6766
"PyAEDT": "https://aedt.docs.pyansys.com",
67+
"PyAnsys-Math": "https://math.docs.pyansys.com",
6868
"PyDPF-Core": "https://dpf.docs.pyansys.com",
6969
"PyDPF-Post": "https://post.docs.pyansys.com",
7070
"PyDPF Composites": "https://composites.dpf.docs.pyansys.com",
@@ -75,18 +75,21 @@
7575
"PyMAPDL Reader": "https://reader.docs.pyansys.com/",
7676
"PyMechanical": "https://mechanical.docs.pyansys.com/",
7777
"PyMotorCAD": "https://motorcad.docs.pyansys.com/",
78+
"PyOptislang": "https://optislang.docs.pyansys.com/",
7879
"PyPIM": "https://pypim.docs.pyansys.com/",
7980
"PyPrimeMesh": "https://prime.docs.pyansys.com/",
8081
"PySeascape": "https://seascape.docs.pyansys.com/",
81-
"PySystem Coupling": "https://systemcoupling.docs.pyansys.com/",
82+
"PySherlock": "https://sherlock.docs.pyansys.com//",
83+
"PySystemCoupling": "https://systemcoupling.docs.pyansys.com/",
8284
"PyTwin": "https://twin.docs.pyansys.com/",
8385
"Granta MI BoM Analytics": "https://bomanalytics.grantami.docs.pyansys.com/",
86+
"Granta MI RecordLists": "https://recordlists.grantami.docs.pyansys.com/",
8487
}
8588

8689
PYANSYS_LIBS = {
8790
"PyAnsys-Metapackage": "pyansys",
88-
"PyAnsys-Math": "ansys-math-core",
8991
"PyAEDT": "pyaedt",
92+
"PyAnsys-Math": "ansys-math-core",
9093
"PyDPF-Core": "ansys-dpf-core",
9194
"PyDPF-Post": "ansys-dpf-post",
9295
"PyDPF Composites": "ansys-dpf-composites",
@@ -97,11 +100,14 @@
97100
"PyMAPDL Reader": "ansys-mapdl-reader",
98101
"PyMechanical": "ansys-mechanical-core",
99102
"PyMotorCAD": "ansys-motorcad-core",
103+
"PyOptislang": "ansys-optislang-core",
100104
"PyPIM": "ansys-platform-instancemanagement",
101105
"PyPrimeMesh": "ansys-meshing-prime",
102106
"PySeascape": "ansys-seascape",
103-
"PySystem Coupling": "ansys-systemcoupling-core",
107+
"PySherlock": "ansys-sherlock-core",
108+
"PySystemCoupling": "ansys-systemcoupling-core",
104109
"PyTwin": "pytwin",
105110
"Granta MI BoM Analytics": "ansys-grantami-bomanalytics",
111+
"Granta MI RecordLists": "ansys-grantami-recordlists",
106112
"Shared Components": "ansys-openapi-common",
107113
}

0 commit comments

Comments
 (0)