geocompx / geocompy

Geocomputation with Python: an open source book and online resource for getting started in this space
https://py.geocompx.org/
Other
259 stars 47 forks source link

Rendering fails #241

Closed michaeldorman closed 1 month ago

michaeldorman commented 1 month ago

Book rendering fails:

Screenshot from 2024-08-06 16-45-48

Also, links to sections are not being rendered:

image

Robinlovelace commented 1 month ago

Will take a look...

michaeldorman commented 1 month ago

Will take a look...

Thanks @Robinlovelace 🙏

Robinlovelace commented 1 month ago

It's due to osmnx vs geopandas incompatibility:

The conflict is caused by:
    The user requested geopandas>=1.0.0-alpha1
    osmnx 1.9.4 depends on geopandas<0.15 and >=0.12

Source: https://github.com/geocompx/geocompy/actions/runs/10267705788/job/28408888233#step:4:129

Robinlovelace commented 1 month ago

On the case, with upgrade osmnx version:

Robinlovelace commented 1 month ago

https://github.com/geocompx/geocompy/blob/3b0f9ae9969757c1f9329c8340f4676e05ff70c5/environment.yml#L29

Oh, it's not pinned...

michaeldorman commented 1 month ago

Thanks! 🙏