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
Some of the most important packages are outdated. That's blocking the usage of python versions higher than 3.10 and results in many dependabot alerts.
Outdated packages:
omsnx
1.2.3
2.0.1
1.9.4
osmnx (1.9.4) depends on shapely (>=2.0,<2.1)
shapely
2.0.6
geopandas
1.0.1
osmnx
1.8.5.post1
1.8.*
0.14.4
Other tasks:
pyproject.toml
The text was updated successfully, but these errors were encountered:
Geopandas also needs updating
Sorry, something went wrong.
Thanks! I've added it to the list to keep track of it :)
No branches or pull requests
Some of the most important packages are outdated. That's blocking the usage of python versions higher than 3.10 and results in many dependabot alerts.
Outdated packages:
omsnx
Update osmnx to 2.0.1 #481.2.3
, latest is2.0.1
1.9.4
first to get deprecation warnings1.9.4
:osmnx (1.9.4) depends on shapely (>=2.0,<2.1)
shapely
to2.0.6
geopandas
to1.0.1
osmnx
to1.9.4
osmnx
deprecation warningsosmnx
to2.0.1
shapely
Update shapely to 2.0.6 #461.8.5.post1
, latest is2.0.6
1.8.*
already have deprecation warnings.shapely
deprecation warningsshapely
versionshapely
warnings or errors before or after updating the version to2.0.6
geopandas
0.14.4
, latest is1.0.1
geopandas
deprecation warnings fix geopandas deprecation warnings #50geopandas
to1.0.1
Other tasks:
pyproject.toml
. Not all packages need to be there and have strict version limits. Update Python and geopandas version constraints in pyproject.toml #51The text was updated successfully, but these errors were encountered: