
[:platform_machine != "aarch64" and platform_machine != "arm64" and python_version < "3.10"]
numpy>=1.17.3

[:platform_machine == "aarch64" and python_version < "3.10"]
numpy>=1.19.2

[:platform_machine == "arm64" and python_version < "3.10"]
numpy>=1.20.0

[:python_version >= "3.10"]

[test]
hypothesis>=3.58
pytest-xdist
pytest>=6.0
