From dc47103384374038341d5877b6d2fecdd14716a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Tue, 7 May 2024 16:00:40 +0000 Subject: [PATCH] CHORE: Update pyedb dependency (#4648) --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e04ca76f97a..5cf3c19a449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,7 @@ dependencies = [ "fpdf2", "jsonschema", "psutil", - "pyedb>=0.4.0,<0.10; python_version == '3.7'", - "pyedb>=0.5.0; python_version > '3.7'", + "pyedb>=0.4.0,<0.11", "pytomlpp; python_version < '3.12'", "rpyc>=6.0.0,<6.1", ] @@ -49,8 +48,7 @@ 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.10; python_version == '3.7'", - "pyedb>=0.5.0,<0.11; python_version > '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",