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
e.g.
[packages] numpy = "*" pandas = "2.0.3" pytest = "*" georinex = "1.16.1" gnss-lib-py = "0.1.8"
in Pipfile
Pipfile
and running pipenv install
pipenv install
leads to
"gnss-lib-py": { "hashes": [ "sha256:5fcd7681e44a2ea15a9697e7cc31c377f03b266186a499e8774311e394d377cd", "sha256:ad665fb083cefc777c94c354dcb5b254c68d2940b718fe556ab60ba8f9293e9a" ], "index": "pypi", "version": "==0.1.11"
in Pipfile.lock
Pipfile.lock
The text was updated successfully, but these errors were encountered:
Related: pypa/pipenv#4637
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
e.g.
in
Pipfile
and running
pipenv install
leads to
in
Pipfile.lock
The text was updated successfully, but these errors were encountered: