File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ deploymentSpec:
29
29
- -c
30
30
- " \n if ! [ -x \" $(command -v pip)\" ]; then\n python3 -m ensurepip ||\
31
31
\ python3 -m ensurepip --user || apt-get install python3-pip\n fi\n\n PIP_DISABLE_PIP_VERSION_CHECK=1\
32
- \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.1 '\
32
+ \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.11.0 '\
33
33
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\" 3.9\" ' && \" \
34
34
$0\" \" $@\"\n "
35
35
- sh
77
77
Output :
78
78
parameterType : STRING
79
79
schemaVersion : 2.1.0
80
- sdkVersion : kfp-2.10.1
80
+ sdkVersion : kfp-2.11.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ deploymentSpec:
24
24
- " \n if ! [ -x \" $(command -v pip)\" ]; then\n python3 -m ensurepip ||\
25
25
\ python3 -m ensurepip --user || apt-get install python3-pip\n fi\n\n PIP_DISABLE_PIP_VERSION_CHECK=1\
26
26
\ python3 -m pip install --quiet --no-warn-script-location --index-url https://nginx-service.test-pypiserver.svc.cluster.local/simple/\
27
- \ 'kfp==2.10.1 ' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\" \
27
+ \ 'kfp==2.11.0 ' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\" \
28
28
3.9\" ' && python3 -m pip install --quiet --no-warn-script-location --index-url\
29
29
\ https://nginx-service.test-pypiserver.svc.cluster.local/simple/ 'numpy'\
30
30
\ && \" $0\" \" $@\"\n "
66
66
Output :
67
67
parameterType : STRING
68
68
schemaVersion : 2.1.0
69
- sdkVersion : kfp-2.10.1
69
+ sdkVersion : kfp-2.11.0
You can’t perform that action at this time.
0 commit comments