Skip to content

Commit

Permalink
update interpret to 0.5.0, ml-wrappers to 0.5.4 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Jan 8, 2024
1 parent 8a5631b commit 7f2a12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devops/PR-Gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
parameters:
platforms: { MacOS: macos-latest }
testRunTypes: ['Notebooks']
pyVersions: [3.7]
pyVersions: [3.8]
installationType: PipLocal
envArtifactStem: $(EnvArtifactStem)
envFileStem: $(EnvFileStem)
5 changes: 3 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
'numpy',
'pandas<2.0.0',
'scipy',
'ml-wrappers~=0.5.2',
'ml-wrappers~=0.5.4',
'scikit-learn',
'packaging',
'interpret-core[required]>=0.1.20, <=0.4.4',
'interpret-core>=0.1.20, <0.5.0; python_version <= "3.7"',
'interpret-core>=0.1.20, <=0.5.0; python_version >= "3.8"',
'shap>=0.20.0, <=0.44.0',
'raiutils~=0.4.0'
]
Expand Down

0 comments on commit 7f2a12e

Please sign in to comment.