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
In both requirements.txt and requirements-dev.txt:
tinydb==3.4.1 numpy== 1.12.1
are no longer valid versions you can pull down and install. Removing those versions everything installs okay locally.
You may want them locked to the newest or remove the version lock and get the latest.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In both requirements.txt and requirements-dev.txt:
tinydb==3.4.1
numpy== 1.12.1
are no longer valid versions you can pull down and install. Removing those versions everything installs okay locally.
You may want them locked to the newest or remove the version lock and get the latest.
The text was updated successfully, but these errors were encountered: