Skip to content

Commit

Permalink
Adding psutil version to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Jan 8, 2025
1 parent 78fe34a commit f44d525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ dev = [
"pika",
"pytest",
"ruff",
"pyyaml"
"pyyaml",
"psutil>=6.1.1"
]
# Torch and some other ml-specific libs, only used for dev purposes, require the following specific versions.
ml_dev = [
Expand Down

0 comments on commit f44d525

Please sign in to comment.