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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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