Skip to content

Commit 6ed0ae9

Browse files
fix:(deps): update psutil requirement
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.9.1...release-7.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32e2059 commit 6ed0ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"scikit-learn>=1.1.2,<1.7.0",
2929
"srsly>=2.4.4, <2.6.0",
3030
"wandb>=0.17.4,<0.19.7",
31-
"psutil>=5.9.1, <7.0.0",
31+
"psutil>=5.9.1, <8.0.0",
3232
"dill>=0.3.5,<0.3.10",
3333
"SQLAlchemy>=1.4.40,<2.0.39",
3434
"pyodbc>=4.0.34, <=5.2.0",

0 commit comments

Comments
 (0)