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

Fixes pipfile syntax #28

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Fixes pipfile syntax #28

merged 1 commit into from
Jul 10, 2023

Conversation

jtec
Copy link
Owner

@jtec jtec commented Jul 6, 2023

This PR fixes #27

Turns out georinex = "1.16.1" does not specify the version, but georinex = "==1.16.1".

This PR specifies lower bounds for all package versions, and fixes gnss-lib-py to the version compatible with our code.

I tried raising pandas to "==2.*" but pipenv dependency resolution failed, we'll probably want to fix that at some point.

@jtec jtec requested a review from plutonheaven July 6, 2023 06:47
@plutonheaven
Copy link
Collaborator

I ran pipenv install in my prx folder and pytest worked. I tried this on my Windows computer.
Good to merge!

@jtec jtec merged commit 5d7799a into main Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pipenv does not respect package version
2 participants