Closed teocns closed 2 weeks ago
This update modifies the dependency management in the pyproject.toml
file by unpinning the psutil
package version. Previously, psutil
was fixed at version 5.9.8, but now it is set to allow any version from 5.9.8 onwards. This change addresses issue #481 and provides more flexibility in dependency management, potentially allowing for compatibility with newer versions of psutil
without manual updates.
File(s) | Summary |
---|---|
pyproject.toml |
Changed the psutil dependency from a fixed version 5.9.8 to a minimum version >=5.9.8 , allowing for greater flexibility in package updates. |
Fixes #481