Skip to content
New issue

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

Pipenv does not respect package version #27

Closed
jtec opened this issue Jul 5, 2023 · 1 comment · Fixed by #28
Closed

Pipenv does not respect package version #27

jtec opened this issue Jul 5, 2023 · 1 comment · Fixed by #28
Labels
bug Something isn't working

Comments

@jtec
Copy link
Owner

jtec commented Jul 5, 2023

e.g.

[packages]
numpy = "*"
pandas = "2.0.3"
pytest = "*"
georinex = "1.16.1"
gnss-lib-py = "0.1.8"

in Pipfile

and running pipenv install

leads to

 "gnss-lib-py": {
            "hashes": [
                "sha256:5fcd7681e44a2ea15a9697e7cc31c377f03b266186a499e8774311e394d377cd",
                "sha256:ad665fb083cefc777c94c354dcb5b254c68d2940b718fe556ab60ba8f9293e9a"
            ],
            "index": "pypi",
            "version": "==0.1.11"

in Pipfile.lock

@jtec jtec added the bug Something isn't working label Jul 5, 2023
@jtec
Copy link
Owner Author

jtec commented Jul 5, 2023

Related: pypa/pipenv#4637

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant