joblib==1.3.2
tqdm==4.66.4
catboost==1.2.7

[:python_version == "3.7"]
pip==24.0
numpy==1.21.4
pandas==1.1.5
scikit-learn==0.23.2
scipy==1.4.1
imbalanced-learn==0.7.0
scikit-optimize==0.8.1
xgboost==1.6.2

[:python_version >= "3.11"]
pip==24.2
setuptools==75.1.0
wheel==0.44.0
numpy==1.26
pandas==2.2.2
scikit-learn==1.5.1
scipy==1.14.0
imbalanced-learn==0.12.4
scikit-optimize==0.10.2
xgboost==2.1.2

[:python_version >= "3.8" and python_version < "3.11"]
pip==24.2
setuptools==75.1.0
wheel==0.44.0
numpy<1.26,>=1.19.5
pandas<2.2.2,>=1.3.5
scikit-learn<1.3,>=1.0.2
scipy<1.11,>=1.6.3
scikit-optimize==0.10.2
imbalanced-learn==0.12.4
xgboost==2.1.2
