Skip to content

Commit f7acd4e

Browse files
dependabot[bot]lexierule
authored andcommitted
Update psutil requirement from <=5.9.1 to <5.9.3 in /requirements (#14665)
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-0.1.0...release-5.9.2) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75f930a commit f7acd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mypy==0.971
1111
cloudpickle>=1.3, <=2.1.0
1212
scikit-learn>0.22.1, <1.1.3
1313
onnxruntime<1.13.0
14-
psutil<=5.9.1 # for `DeviceStatsMonitor`
14+
psutil<5.9.3 # for `DeviceStatsMonitor`
1515
pandas>1.0, <=1.4.3 # needed in benchmarks
1616
fastapi<0.83.0
1717
uvicorn<=0.18.2

0 commit comments

Comments
 (0)