Skip to content

Commit

Permalink
SDK - Setup - Added cloudpickle to requirements (#2437)
Browse files Browse the repository at this point in the history
* SDK - Setup - Added cloudpickle to requirements

* Specifying the exact cloudpickle version
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Oct 21, 2019
1 parent 735e627 commit 5043ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PyJWT>=1.6.4
cryptography>=2.4.2
google-auth>=1.6.1
requests_toolbelt>=0.8.0
cloudpickle==1.1.1
kfp-server-api >= 0.1.18, < 0.1.19
argo-models == 2.2.1a
jsonschema >= 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'cryptography>=2.4.2',
'google-auth>=1.6.1',
'requests_toolbelt>=0.8.0',
'cloudpickle',
'cloudpickle==1.1.1',
'kfp-server-api >= 0.1.18, <= 0.1.25', #Update the upper version whenever a new version of the kfp-server-api package is released. Update the lower version when there is a breaking change in kfp-server-api.
'argo-models == 2.2.1a', #2.2.1a is equivalent to argo 2.2.1
'jsonschema >= 3.0.1',
Expand Down

0 comments on commit 5043ec7

Please sign in to comment.