Skip to content

Commit

Permalink
Update psutil requirement from <6,>=5.8.0 to >=5.8.0,<7 (#3424)
Browse files Browse the repository at this point in the history
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.8.0...release-6.0.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mihir Patel <[email protected]>
  • Loading branch information
dependabot[bot] and mvpatel2000 authored Jun 24, 2024
1 parent 54fc07d commit 6d7b90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def package_files(prefix: str, directory: str, extension: str):
'torch>=2.1.2,<2.3.2',
'requests>=2.26.0,<3',
'numpy>=1.21.5,<2.1.0',
'psutil>=5.8.0,<6',
'psutil>=5.8.0,<7',
'coolname>=1.1.0,<3',
'tabulate==0.9.0', # for auto-generating tables
'py-cpuinfo>=8.0.0,<10',
Expand Down

0 comments on commit 6d7b90d

Please sign in to comment.