USEPA / WNTR

An EPANET compatible python package to simulate and analyze water distribution networks under disaster scenarios.
Other
312 stars 183 forks source link

add max version for fiona #444

Closed kbonney closed 1 week ago

kbonney commented 1 week ago

Summary

geopandas uses apparently deprecated fiona call which causes breakage, requiring fiona below 1.10 prevents this.

Provide a summary of the proposed changes, describe tests and documentation, and review the acknowledgement below.

Tests and documentation

n/a

Acknowledgement

By contributing to this software project, I acknowledge that I have reviewed the software quality assurance guidelines and that my contributions are submitted under the Revised BSD License.

kbonney commented 1 week ago

Resolves #442