Skip to content

Commit

Permalink
Update dependency pandas to v2.2.3 (#1850)
Browse files Browse the repository at this point in the history
* Update dependency pandas to v2.2.3

* Pin compatible pandas version for py<3.11

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Andreev <alexander.andreev@intel.com>
  • Loading branch information
renovate[bot] and Alexsandruss authored Oct 25, 2024
1 parent 0aaff10 commit ac33cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy>=1.23.5 ; python_version == '3.11'
numpy>=2.0.0 ; python_version >= '3.12'
scikit-learn==1.5.2
pandas==2.1.3 ; python_version < '3.11'
pandas==2.2.2 ; python_version >= '3.11'
pandas==2.2.3 ; python_version >= '3.11'
xgboost==2.1.2
lightgbm==4.5.0
catboost==1.2.7 ; python_version < '3.11' # TODO: Remove 3.11 condition when catboost supports numpy 2.0
Expand Down

0 comments on commit ac33cc8

Please sign in to comment.