Skip to content

Commit

Permalink
Fix extra_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdelman committed Dec 8, 2024
1 parent c46caaa commit 878bbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/jupyter/templates/jupyter-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ data:
pip uninstall -y mlrun
fi
if [ \${WITH_KFP} -eq 1 ]; then
pip install mlrun[complete,kfp]==\${SERVER_MLRUN_VERSION}
pip install mlrun[complete,kfp18]==\${SERVER_MLRUN_VERSION}
else
pip install mlrun[complete]==\${SERVER_MLRUN_VERSION}
fi
Expand Down

0 comments on commit 878bbb9

Please sign in to comment.