From 0e20229351047673c428df274aed4fe7543e7513 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:37:39 +0200 Subject: [PATCH 1/2] chore: remove pyvista dependency constraint from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a6e1d40092..c5bc4269cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ dependencies = [ "psutil>=5.9.4", "pyansys-tools-versioning>=0.3.3", "pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl' - "pyvista<=0.45.3", "scipy>=1.3.0", # for sparse (consider optional?) "tabulate>=0.8.0", # for cli plotting "tqdm>=4.45.0", From 7d1c4ac2f4c2fa82fd80d2ec8f58928ae040798b Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:39:59 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4200.maintenance.md [dependabot-skip] --- doc/changelog.d/4200.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4200.maintenance.md diff --git a/doc/changelog.d/4200.maintenance.md b/doc/changelog.d/4200.maintenance.md new file mode 100644 index 00000000000..7415d4f0d30 --- /dev/null +++ b/doc/changelog.d/4200.maintenance.md @@ -0,0 +1 @@ +Remove pyvista dependency constraint from pyproject.toml