We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyproject.toml currently specifies psutil~=5.6:
psutil~=5.6
jupyter-resource-usage/pyproject.toml
Line 41 in 97f8708
This is preventing users from picking up newer versions of psutil. Lots of bugfixes have been released since the 5.6 series.
See https://iscinumpy.dev/post/bound-version-constraints/ for why it is not good practice to propagate this upper bound to your users.
The text was updated successfully, but these errors were encountered:
standby
Successfully merging a pull request may close this issue.
pyproject.toml currently specifies
psutil~=5.6
:jupyter-resource-usage/pyproject.toml
Line 41 in 97f8708
This is preventing users from picking up newer versions of psutil. Lots of bugfixes have been released since the 5.6 series.
See https://iscinumpy.dev/post/bound-version-constraints/ for why it is not good practice to propagate this upper bound to your users.
The text was updated successfully, but these errors were encountered: