Skip to content

Commit 95a59e2

Browse files
committed
relax psutil version requirement
1 parent 723b930 commit 95a59e2

2 files changed

Lines changed: 26 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"scipy==1.*",
2424
"numpy>2.2",
2525
"plotly==5.*",
26-
"psutil==5.*",
26+
"psutil>=5,<8",
2727
"rich==13.*",
2828
"pandas==2.*",
2929
"scikit_learn==1.*",

uv.lock

Lines changed: 25 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)