Skip to content

Commit

Permalink
Upgrade scikit-learn for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Sep 19, 2023
1 parent 6000c17 commit 167cb6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion h2o-py/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ pandas==1.3.5; python_version > '3.6'
statsmodels==0.9.0; python_version == '3.6'
statsmodels==0.13.5; python_version > '3.6'
patsy==0.5.0
scikit-learn==0.24.2
scikit-learn==0.24.2; python_version <= '3.9'
scikit-learn==1.2.2; python_version > '3.9'
six==1.11.0
seaborn==0.8.1
matplotlib==3.1.1
Expand Down

0 comments on commit 167cb6f

Please sign in to comment.