Skip to content

Commit 7a159e2

Browse files
Update dependency pandas to v2.3.3 (#2701)
* Update dependency pandas to v2.3.3 * Apply suggestion from @david-cortes-intel --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: david-cortes-intel <david.cortes@intel.com>
1 parent 2874cb1 commit 7a159e2

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.5.2 ; python_version <= '3.9'
1010
scikit-learn==1.7.2 ; python_version >= '3.10'
1111
pandas==2.1.3 ; python_version < '3.11'
12-
pandas==2.3.2 ; python_version >= '3.11'
12+
pandas==2.3.3 ; python_version >= '3.11'
1313
xgboost==2.1.4 ; python_version < '3.10'
1414
xgboost==3.0.5 ; python_version >= '3.10'
1515
lightgbm==4.6.0

0 commit comments

Comments
 (0)