From e193340cab6e6546fb047d25ec9ea0cc840f35fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= Date: Thu, 3 Sep 2026 13:45:57 +0200 Subject: [PATCH] chore: remove pyseascape (deprecation) --- src/ansys/tools/installer/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index 971ca313..ec2b54b2 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -139,7 +139,6 @@ "PyRocky": "https://rocky.docs.pyansys.com", "PySAM SysML2": "https://sysml2.docs.pyansys.com", "PyScadeOne": "https://scadeone.docs.pyansys.com", - "PySeascape": "https://seascape.docs.pyansys.com", "PySherlock": "https://sherlock.docs.pyansys.com", "PySimAI": "https://simai.docs.pyansys.com", "PySpeos": "https://speos.docs.pyansys.com", @@ -195,7 +194,6 @@ "PyRocky": "ansys-rocky-core", "PySAM SysML2": "ansys-sam-sysml2", "PyScadeOne": "ansys-scadeone-core", - "PySeascape": "ansys-seascape", "PySherlock": "ansys-sherlock-core", "PySimAI": "ansys-simai-core", "PySpeos": "ansys-speos-core",