We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5b0bf commit ae51af8Copy full SHA for ae51af8
doc/changelog.d/6437.dependencies.md
@@ -0,0 +1 @@
1
+Update scikit-rf requirement from <1.8,>=0.30.0 to >=0.30.0,<1.9
pyproject.toml
@@ -65,7 +65,7 @@ tests = [
65
"pytest-timeout>=2.3.0,<2.5",
66
"pytest-xdist>=3.5.0,<3.9",
67
"pyvista[io]>=0.38.0,<0.46",
68
- "scikit-rf>=0.30.0,<1.8",
+ "scikit-rf>=0.30.0,<1.9",
69
"tables",
70
]
71
dotnet = [
@@ -106,7 +106,7 @@ all = [
106
"fast-simplification>=0.1.7",
107
"ansys-tools-visualization-interface",
108
"tables; python_version >= '3.10'",
109
110
"pyaedt[jupyter]",
111
"requests",
112
@@ -120,7 +120,7 @@ examples = [
120
121
"joblib>=1.4.0,<1.6",
122
"plotly>=6.0,<6.3",
123
124
125
126
[tool.setuptools.dynamic]
0 commit comments