Skip to content

Commit

Permalink
Remove h5py installation step (kubeflow#1955)
Browse files Browse the repository at this point in the history
h5py 2.9 is not compatible with the tensorflow version required by alibiexplainer. Should just use the version pulled in by alibiexplainer

kserve/kserve#1951 (comment)
Signed-off-by: Mark Edward Winter <wintermarkedward@gmail.com>
  • Loading branch information
markwinter authored Dec 20, 2021
1 parent b486b40 commit 5fb72e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
pip install -e ./paddleserver[test]
pytest ./paddleserver
pip install -e ./alibiexplainer
pip install h5py==2.9.0
pytest ./alibiexplainer

0 comments on commit 5fb72e7

Please sign in to comment.