fix sklearn build error due to old dependency version installed with newer scipy #568
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Recently started seeing gated build failures with the error:
link to build:
https://pipelines.actions.githubusercontent.com/serviceHosts/c1806717-186f-43d1-b5bb-864035754060/_apis/pipelines/1/runs/1609/signedlogcontent/2?urlExpires=2023-07-10T15%3A33%3A11.6111338Z&urlSigningMethod=HMACV1&urlSignature=5aCYsNh0b1aoNRoesrWhta7mxH8IrH5Crdw%2BgiVPGtI%3D
This issue seems to be due to newer scikit learn initially being installed with latest scipy and then due to the restrictions in responsibleai pypu package an older version of scikit-learn being subsequently installed.
This PR temporarily fixes the issue by re-installing latest version of scikit-learn until the bound is removed.