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

fix pyproj version #29

Closed
wants to merge 1 commit into from
Closed

fix pyproj version #29

wants to merge 1 commit into from

Conversation

OscarOnTrack
Copy link
Collaborator

pyproj < 3 did not work for Apple devices (with M1 chip), and the package works on Windows without this requirement. Furthermore, the <3 version requirement in setup.py is inconsistent with the 3.3.* requirements in requirements.txt, so it makes sense to remove the <3 requirement in setup.py

@JoostProRail
Copy link
Collaborator

The code quality checks have failed; one test failed. I checked locally and it does still seem to work on my local Windows setup (which is setup using the 'old' README).

Copy link
Collaborator

@JoostProRail JoostProRail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned, the tests in the release pipeline fail now.

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.

pyproj package >= 3 does not work, will be a problem in the long run (e.g. M1 chip macbook)
2 participants