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

Add pyproj to external dependencies allow list #151

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

hamdanal
Copy link
Contributor

This is an important dependency of geopandas which I am adding to typeshed in python/typeshed#12990. It is in the top 1000 PyPI packages https://hugovk.github.io/top-pypi-packages/

This is an important dependency of geopandas which I am adding to typeshed in python/typeshed#12990.
It is in the top 1000 PyPI packages https://hugovk.github.io/top-pypi-packages/
@@ -231,6 +231,7 @@ def verify_typeshed_req(req: Requirement) -> None:
"torch",
"tree-sitter",
"urllib3",
"pyproj",
Copy link
Contributor

Choose a reason for hiding this comment

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

Please note that the list is sorted alphabetically (except that capitalized names are first).

@srittau srittau merged commit 43a89bb into typeshed-internal:main Nov 11, 2024
3 checks passed
@hamdanal hamdanal deleted the patch-1 branch November 11, 2024 12:19
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.

2 participants