diff --git a/doc/changelog.d/1700.dependencies.md b/doc/changelog.d/1700.dependencies.md new file mode 100644 index 0000000000..7a12f1fc2d --- /dev/null +++ b/doc/changelog.d/1700.dependencies.md @@ -0,0 +1 @@ +Update ansys-edb-core requirement from <0.2.3,>=0.2.0 to >=0.2.0,<0.2.4 diff --git a/pyproject.toml b/pyproject.toml index 516587aaa2..98c3895760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "toml == 0.10.2", "shapely", "scikit-rf", - "ansys-edb-core>=0.2.0,<0.2.3", + "ansys-edb-core>=0.2.0,<0.2.4", "psutil", "defusedxml>=0.7,<8.0", "matplotlib>=3.5.0,<3.11",