Skip to content

Commit

Permalink
chore(sdk): update requirements.txt (kubeflow#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Dec 22, 2020
1 parent aaa0779 commit cd6580c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jsonschema>=3.0.1
kubernetes>=8.0.0, <12.0.0

# kfp.Client
kfp-server-api>=0.2.5, <2.0.0
kfp-server-api>=1.1.2, <2.0.0

# kfp.Client GCP auth
google-cloud-storage>=1.13.0
Expand Down
4 changes: 1 addition & 3 deletions sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ google-cloud-storage==1.26.0 # via -r requirements.in
google-resumable-media==0.5.0 # via google-cloud-storage
googleapis-common-protos==1.51.0 # via google-api-core
idna==2.9 # via requests
importlib-metadata==1.5.0 # via jsonschema
jsonschema==3.2.0 # via -r requirements.in
kfp-server-api==1.0.0 # via -r requirements.in
kfp-server-api==1.2.0 # via -r requirements.in
kubernetes==11.0.0 # via -r requirements.in
oauthlib==3.1.0 # via requests-oauthlib
protobuf==3.11.3 # via google-api-core, googleapis-common-protos
Expand All @@ -43,7 +42,6 @@ urllib3==1.25.8 # via kfp-server-api, kubernetes, requests
websocket-client==0.57.0 # via kubernetes
wheel==0.34.2 # via strip-hints
wrapt==1.12.1 # via deprecated
zipp==1.2.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit cd6580c

Please sign in to comment.