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

Outdated packages #43

Closed
15 of 16 tasks
operte opened this issue Jan 27, 2025 · 2 comments
Closed
15 of 16 tasks

Outdated packages #43

operte opened this issue Jan 27, 2025 · 2 comments

Comments

@operte
Copy link
Collaborator

operte commented Jan 27, 2025

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 #48
    • we are at 1.2.3, latest is 2.0.1
    • Migration guide suggests upgrading to 1.9.4 first to get deprecation warnings
    • We can't directly upgrade to 1.9.4: osmnx (1.9.4) depends on shapely (>=2.0,<2.1)
    • Update shapely to 2.0.6
    • Update geopandas to 1.0.1
    • Update osmnx to 1.9.4
    • Check if we have any osmnx deprecation warnings
    • Update osmnx to 2.0.1
  • shapely Update shapely to 2.0.6 #46
    • we are at 1.8.5.post1, latest is 2.0.6
    • Migration guide says that versions 1.8.* already have deprecation warnings.
    • check if we have any shapely deprecation warnings
    • check if we can update shapely version
    • I could not see any shapely warnings or errors before or after updating the version to 2.0.6
  • geopandas

Other tasks:

@dcossao
Copy link
Collaborator

dcossao commented Jan 28, 2025

Geopandas also needs updating

@operte
Copy link
Collaborator Author

operte commented Jan 30, 2025

Thanks! I've added it to the list to keep track of it :)

This was referenced Jan 30, 2025
@operte operte closed this as completed Feb 5, 2025
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

No branches or pull requests

2 participants