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.
WMI
2 parents f138e8b + 9c93f7e commit 3b5c1deCopy full SHA for 3b5c1de
doc/changelog.d/105.fixed.md
@@ -0,0 +1 @@
1
+fix: make `WMI` windows only dependency
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
"ansys-pythonnet>=3.1.0rc1",
32
"ansys-tools-path>=0.3.1",
33
"tqdm>=4.65.0",
34
- "WMI>=1.4.9",
+ "WMI>=1.4.9; platform_system=='Windows'",
35
]
36
[project.optional-dependencies]
37
doc = [
0 commit comments