Skip to content

Commit

Permalink
speed-up alibi-explainer image build (kubeflow#1395)
Browse files Browse the repository at this point in the history
Signed-off-by: Theofilos Papapanagiotou <theofilos@gmail.com>

Co-authored-by: Dan Sun <dsun20@bloomberg.net>
  • Loading branch information
theofpa and yuzisun authored Mar 11, 2021
1 parent e6c89f8 commit 0ef735f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/alibiexplainer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='alibiexplainer',
version='0.5.0',
version='0.5.1',
author_email='cc@seldon.io',
license='../../LICENSE.txt',
url='https://github.com/kubeflow/kfserving/python/kfserving/alibiexplainer',
Expand All @@ -32,6 +32,7 @@
python_requires='>=3.6',
packages=find_packages("alibiexplainer"),
install_requires=[
"tensorflow==2.3.2",
"kfserving>=0.5.1",
"pandas>=0.24.2",
"nest_asyncio>=1.4.0",
Expand Down

0 comments on commit 0ef735f

Please sign in to comment.