-
Notifications
You must be signed in to change notification settings - Fork 6
missing dependencies #28
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
Comments
So far These show up with the above imports |
It is a known issue, and it will be resolved while we are upgrading dependencies. The current dependencies settings are outdated. |
We've re-done the depenencies. I do see direct imports of rtree. Could that have slipped through the cracks, perhaps because it is included with other packages indirectly (I think we shouldn't rely on that for our own direct imports). I'd like to close out the issue unless there is a complication. Any issue with just adding rtree to setup.py? |
@water-e I need to look into it. We are moving a similar RTree that Shapely v2 uses, so it is removed from the dependency list. |
one more missing dependency while we are at it. |
Description
Dependencies not specified fully in setup.py
What I Did
pip install schimpy
then
The text was updated successfully, but these errors were encountered: