Skip to content

Commit 0618c20

Browse files
authored
Require Pandas 1.2+ (dmlc#10476) (dmlc#10477)
1 parent 617a463 commit 0618c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ documentation = "https://xgboost.readthedocs.io/en/stable/"
3838
repository = "https://github.com/dmlc/xgboost"
3939

4040
[project.optional-dependencies]
41-
pandas = ["pandas"]
41+
pandas = ["pandas>=1.2"]
4242
scikit-learn = ["scikit-learn"]
4343
dask = ["dask", "pandas", "distributed"]
4444
datatable = ["datatable"]

0 commit comments

Comments
 (0)