
[:python_version < "3.9"]
numpy<1.25

[:python_version >= "3.9"]
numpy>=1.25

[test]
pytest
ddt
