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
As per https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode.
The text was updated successfully, but these errors were encountered:
Note that those hashes only work for direct dependencies.
For pythia, should be ok, as we only have simple dependencies ... with the exception of setuptools.
A better option is to use pip lock files. These files are generating hashed for the full dependency tree.
As we update the pip tooling, maybe we can try to look into using uv for pythia
uv
Sorry, something went wrong.
dumol
No branches or pull requests
As per https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode.
The text was updated successfully, but these errors were encountered: