ansys/pyfluent

Reduce thirdparty dependecies

Closed this issue · 0 comments

Some thirdparty dependencies have been identified which can be replaced by native Python code:

  • alive-progress
  • beartype
  • lxml
  • platformdirs
  • psutil
  • requests

pyyaml is a dependency of pyansys-units too, so not planning to remove it now. TOML format is supported since Python 3.11, we can consider switching to that format when Python 3.11 becomes the minimum supported version.