Skip to content

Commit c3ac7ab

Browse files
build(deps): update psutil requirement from <5.9.6 to <7.0.1 in /requirements (#20791)
build(deps): update psutil requirement in /requirements 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-0.1.0...release-7.0.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f67678 commit c3ac7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scikit-learn >0.22.1, <1.7.0
1111
numpy >=1.17.2, <1.27.0
1212
onnx >=1.12.0, <1.17.0
1313
onnxruntime >=1.12.0, <1.21.0
14-
psutil <5.9.6 # for `DeviceStatsMonitor`
14+
psutil <7.0.1 # for `DeviceStatsMonitor`
1515
pandas >1.0, <2.3.0 # needed in benchmarks
1616
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
1717
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App

0 commit comments

Comments
 (0)