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
urlib3 is limited to v1 (urllib3>=1.21.1,<1.27.0).
urlib3
urllib3>=1.21.1,<1.27.0
Hopefully, this can be modified to something like urllib3>=1.21.1,<2.0.7.
urllib3>=1.21.1,<2.0.7
Pytorch lightning's standard for this is urllib3<4.0.
urllib3<4.0
See PR: #172
The text was updated successfully, but these errors were encountered:
Please can you release the urllib3 requirement or increase the upper version limit if necessary. This is such a strange restriction
urllib3
Sorry, something went wrong.
Hi @benglewis, there's an open PR for this, and we basically just want to make sure this will not break anything.
No branches or pull requests
urlib3
is limited to v1 (urllib3>=1.21.1,<1.27.0
).Hopefully, this can be modified to something like
urllib3>=1.21.1,<2.0.7
.Pytorch lightning's standard for this is
urllib3<4.0
.See PR: #172
The text was updated successfully, but these errors were encountered: