Skip to content

Commit 0a0c6c7

Browse files
dependabot[bot]pyansys-ci-botSamuelopez-ansys
authored
BUILD(pip): update scikit-rf requirement from <1.7,>=0.30.0 to >=0.30.0,<1.8 (#6172)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Samuel Lopez <[email protected]>
1 parent 165fc1a commit 0a0c6c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/changelog.d/6172.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update scikit-rf requirement from <1.7,>=0.30.0 to >=0.30.0,<1.8

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tests = [
6767
"pytest-timeout>=2.3.0,<2.5",
6868
"pytest-xdist>=3.5.0,<3.7",
6969
"pyvista[io]>=0.38.0,<0.45",
70-
"scikit-rf>=0.30.0,<1.7",
70+
"scikit-rf>=0.30.0,<1.8",
7171
"tables; python_version >= '3.10'",
7272
]
7373
dotnet = [
@@ -113,7 +113,7 @@ all = [
113113
"fast-simplification>=0.1.7",
114114
"ansys-tools-visualization-interface; python_version >= '3.10'",
115115
"tables; python_version >= '3.10'",
116-
"scikit-rf>=0.30.0,<1.7",
116+
"scikit-rf>=0.30.0,<1.8",
117117
"pyaedt[jupyter]",
118118
"requests",
119119
]
@@ -128,7 +128,7 @@ examples = [
128128
"fast-simplification>=0.1.7",
129129
"joblib>=1.4.0,<1.6",
130130
"plotly>=6.0,<6.1",
131-
"scikit-rf>=0.30.0,<1.7",
131+
"scikit-rf>=0.30.0,<1.8",
132132
]
133133

134134
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)