Skip to content

Support to psutil version 6.* and 7.* #251

@rgaiacs

Description

@rgaiacs

Problem

The way that the psutil dependency is defined in

is blocking 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions