-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
Description
Problem
The way that the psutil dependency is defined in
jupyter-resource-usage/pyproject.toml
Line 41 in 97f8708
| "psutil~=5.6", |
jupyter-resource-usage to be installed alongside psutil 6.* or 7.*.
Proposed Solution
Replace the compatible release clause with inclusive ordered comparison clause, i.e.
"psutil>=5.6"
Additional context
repo2docker support to Python 3.13 is block by this issue, see jupyterhub/repo2docker#1447.