Closed program-- closed 3 months ago
Is there a corresponding fix for t-route itself?
I.e. is the right thing to do to add it to t-route's requirements.txt
instead?
Is there a corresponding fix for t-route itself?
Yeah, my brain is frazzled. I did this, but then just reached out to Sean a few minutes ago and realized the actual fix is just to add fiona
to the pyproject.toml
in troute.network
:facepalm:
At the very least, the CI runs here show me that's all the issue is haha
geopandas<1.0.0
includedfiona
as a required dependency. However, since v1.0.0, they switched to usingpyogrio
as the default engine for I/O -- as a result,fiona
is currently an unspecified dependency in t-route.Changes
fiona
in pip install call in CIChecklist