# Oldest dependency set supported on each CPython version.
# Keep these pins synchronized with pyproject.toml and the minimum-dependencies CI job.
numpy==2.0.0; python_version < "3.13"
scipy==1.13.0; python_version < "3.13"
scikit-learn==1.5.0; python_version < "3.13"

numpy==2.1.0; python_version >= "3.13" and python_version < "3.14"
scipy==1.14.1; python_version >= "3.13" and python_version < "3.14"
scikit-learn==1.6.0; python_version >= "3.13" and python_version < "3.14"

numpy==2.3.4; python_version >= "3.14"
scipy==1.16.1; python_version >= "3.14"
scikit-learn==1.8.0; python_version >= "3.14"
