
[:python_version < "3.10"]
numpy<2.0,>=1.22
scipy<1.12,>=1.10

[:python_version >= "3.10"]
numpy>=1.26
scipy>=1.13

[dev]
pytest>=7
pytest-cov>=4
