
[:platform_system == "Windows"]
packaging

[:python_version < "3.8"]

[:python_version < "3.9"]
backports.zoneinfo

[all]
ipython
numpy
pandas>=1.3.5
pytest

[numpy]

[pandas]
numpy
pandas>=1.3.5

[test]
ipython
numpy
pandas>=1.3.5
pytest

[test_minimal]
coverage
pytest
pytest-cov

[types]
mypy
types-tzlocal
