Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b6e3db1

Browse files
committed
Fixate psutil to 6.0.0
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent dd95392 commit b6e3db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ fi
103103

104104
(
105105
set -x
106-
$PIP_EXECUTABLE install lm-eval=="0.4.2"
106+
$PIP_EXECUTABLE install lm-eval=="0.4.2" psutil=="6.0.0"
107107
)

0 commit comments

Comments
 (0)