Hi! I’m hitting a dependency mismatch with the conda-forge build of exchange_calendars.
In a minimal conda-build test env, pip check fails with:
exchange-calendars 4.8 requires tzdata, which is not installed.
This comes from building a downstream package (openseries) in conda-forge. The PyPI metadata for exchange_calendars includes tzdata in requires_dist, but the conda package doesn’t seem to pull it in, so pip check fails in isolated test environments.
Could you add tzdata to the conda-forge feedstock requirements: run for exchange_calendars?
Thanks!