We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sqlalchemy
geomet
Both sqlalchemy and geomet were removed from requirements in #579, sqlalchemy by accident and geomet on purpose.
pyproject.toml
ci/*
The text was updated successfully, but these errors were encountered:
@martinfleis I think this whole block below can go, no? shapley is now a hard dependency and geomet is gone.
shapley
libpysal/libpysal/io/iohandlers/db.py
Lines 5 to 13 in 0ea928a
Sorry, something went wrong.
Yes, we should use shapely by default.
The Test_sqlite_reader test is causing trouble due to this helper fucntion. Going to refactor the test to ensure passing.
Test_sqlite_reader
jGaboardi
Successfully merging a pull request may close this issue.
Both
sqlalchemy
andgeomet
were removed from requirements in #579,sqlalchemy
by accident andgeomet
on purpose.sqlalchemy
we simply need to add that back intopyproject.toml
and in the appropriateci/*
environment.geomet
it's a bit more complicated since we need to address some functionality and testing:The text was updated successfully, but these errors were encountered: