
[:platform_system == "Windows"]
packaging

[:python_version < "3.8"]

[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-pytz
types-tzlocal
