hydroframe / subsettools

Subsetting tools and utilities for ParFlow hydrological modeling
https://hydroframesubsettools.readthedocs.io/en/latest/
MIT License
2 stars 2 forks source link

Remove upper bounds for most packages and cap pytz version #99

Closed gartavanis closed 1 month ago

gartavanis commented 2 months ago

Cap pytz version to 2024.1. The pytz version 2024.2 is broken (utc-to-est conversion is wrong). We need to find a more reliable tool for handling timezones.

Also fix the domain bounds that were affected by truncating with the hf.to_ij() function.