Skip to content

Commit ae51af8

Browse files
BUILD(pip): update scikit-rf requirement from <1.8,>=0.30.0 to >=0.30.0,<1.9 (#6437)
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]>
1 parent 0e5b0bf commit ae51af8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update scikit-rf requirement from <1.8,>=0.30.0 to >=0.30.0,<1.9

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests = [
6565
"pytest-timeout>=2.3.0,<2.5",
6666
"pytest-xdist>=3.5.0,<3.9",
6767
"pyvista[io]>=0.38.0,<0.46",
68-
"scikit-rf>=0.30.0,<1.8",
68+
"scikit-rf>=0.30.0,<1.9",
6969
"tables",
7070
]
7171
dotnet = [
@@ -106,7 +106,7 @@ all = [
106106
"fast-simplification>=0.1.7",
107107
"ansys-tools-visualization-interface",
108108
"tables; python_version >= '3.10'",
109-
"scikit-rf>=0.30.0,<1.8",
109+
"scikit-rf>=0.30.0,<1.9",
110110
"pyaedt[jupyter]",
111111
"requests",
112112
]
@@ -120,7 +120,7 @@ examples = [
120120
"fast-simplification>=0.1.7",
121121
"joblib>=1.4.0,<1.6",
122122
"plotly>=6.0,<6.3",
123-
"scikit-rf>=0.30.0,<1.8",
123+
"scikit-rf>=0.30.0,<1.9",
124124
]
125125

126126
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)