NOAA-OWP / t-route

Tree based hydrologic and hydraulic routing
Other
40 stars 45 forks source link

Improve `Cython` dependency version specificity #784

Closed aaraney closed 2 weeks ago

aaraney commented 2 weeks ago

Cython==3.0.4 introduced an issue that caused t-route building to fail (see #675). Newer version of Cython have been released and address the issue present in 3.0.4. This PR makes t-route's Cython version dependency requirement more lenient -- meaning more versions are now accepted to build t-route. Specifically, Cython>3,!=3.0.4.

Several other small backwards compatible packaging improvements were also introduced.

Fixes #675