Require Pandas 1.2+ (#10476)

This commit is contained in:
Philip Hyunsu Cho
2024-06-22 14:15:22 -07:00
committed by GitHub
parent c519f5690e
commit 9a8bb7d186

View File

@@ -39,7 +39,7 @@ documentation = "https://xgboost.readthedocs.io/en/stable/"
repository = "https://github.com/dmlc/xgboost"
[project.optional-dependencies]
pandas = ["pandas"]
pandas = ["pandas>=1.2"]
scikit-learn = ["scikit-learn"]
dask = ["dask", "pandas", "distributed"]
datatable = ["datatable"]