Skip to content

Commit

Permalink
Update responsibleai to scikit-learn 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Jul 5, 2024
1 parent 42a6d27 commit 2c5b572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erroranalysis/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pytest-mock==3.6.1

requirements-parser==0.2.0
rai-test-utils[object_detection]>=0.4.2
scikit-learn<=1.3.2
scikit-learn<=1.5.1
interpret-core[required]<=0.3.2
2 changes: 1 addition & 1 deletion responsibleai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ numpy>=1.17.2,<=1.26.2
numba<=0.58.1
pandas>=0.25.1,<2.0.0
# See PR 1429 about upper bound
scikit-learn>=0.22.1,!=1.1,<1.4.1.post1
scikit-learn>=0.22.1,!=1.1,<=1.5.1
scipy>=1.4.1
semver~=2.13.0
ml-wrappers
Expand Down

0 comments on commit 2c5b572

Please sign in to comment.