ansys / pyworkbench

PyWorkbench
http://workbench.docs.pyansys.com/
MIT License
2 stars 1 forks source link

fix: make `WMI` windows only dependency #105

Closed chrisg564 closed 1 month ago

chrisg564 commented 2 months ago

For Ansys Notebook this package doesn't resolve because it can't find pywin32 that satisfies a linux env. This stems from WMI being a dependency that requires pywin32 on all platforms. This PR makes WMI a windows only requirement.

Fixes issue #100

Revathyvenugopal162 commented 2 months ago

There is a small ci cd fails, because we are following convention commits for the PR heading. i can fix it quickly. Thank you for the PR @chrisg564 . Pinging @jorgepiloto and @franknli for visibility