From 34efaf71f2737bdbff4ab9e27083df6dfd4e3952 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 8 May 2024 04:11:14 -0700 Subject: [PATCH] CHORE: allow latest PyEDB version (#4651) Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Co-authored-by: SMoraisDev <133271844+SMoraisDev@users.noreply.github.com> --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cf3c19a449..85f1a7bedbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "fpdf2", "jsonschema", "psutil", - "pyedb>=0.4.0,<0.11", + "pyedb>=0.4.0", "pytomlpp; python_version < '3.12'", "rpyc>=6.0.0,<6.1", ] @@ -48,7 +48,6 @@ tests = [ "pytest>=7.4.0,<8.3", "pytest-cov>=4.0.0,<5.1", "pytest-xdist>=3.5.0,<3.7", - "pyedb>=0.4.0,<0.11", "pyvista>=0.38.0,<0.44", "scikit-learn>=1.0.0,<1.5", "scikit-rf>=0.30.0,<1.1",