
[all]

[all:python_version < "3.7"]
numpy>=1.16.0

[all:python_version == "2.7"]
pytest~=4.6

[all:python_version >= "3"]
pytest>=8.3.5,~=8.0

[all:python_version >= "3.11"]
numpy>=2.2.6

[numpy]

[numpy:python_version < "3.7"]
numpy>=1.16.0

[numpy:python_version >= "3.11"]
numpy>=2.2.6

[tests]

[tests:python_version == "2.7"]
pytest~=4.6

[tests:python_version >= "3"]
pytest>=8.3.5,~=8.0
