scikit-learn

[:platform_machine != "x86_64" or (platform_system != "Windows" and platform_system != "Linux")]
xgboost>=3.0.0

[:platform_machine == "x86_64" and (platform_system == "Windows" or platform_system == "Linux")]
xgboost-cpu>=3.0.0

[gpu]
xgboost>=3.0.0

[testing]
setuptools
pandas
pytest
pytest-cov
