Skip to content

Commit

Permalink
Require Pandas 1.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 21, 2024
1 parent 124bc57 commit 4718427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 4718427

Please sign in to comment.