Skip to content

Commit 7945974

Browse files
chore(deps): update dependency pandas to v3.0.2 (#3089)
* chore(deps): update dependency pandas to v3.0.2 * Apply suggestion from @ethanglaser --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com>
1 parent 22aaa49 commit 7945974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ numpy>=2.0.0 ; python_version >= '3.12'
99
scikit-learn==1.7.2 ; python_version <= '3.10'
1010
scikit-learn==1.8.0 ; python_version >= '3.11'
1111
pandas==2.1.3 ; python_version <= '3.10'
12-
pandas==3.0.1 ; python_version >= '3.11'
12+
pandas==3.0.2 ; python_version >= '3.11'
1313
xgboost==3.2.0
1414
lightgbm==4.6.0
1515
catboost==1.2.10

0 commit comments

Comments
 (0)