Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-yaqi committed Feb 15, 2022
1 parent bba7a99 commit c1e8080
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Remove sdk/python/kfp/v2/google directory for v2, including google client and custom job [\#6886](https://github.com/kubeflow/pipelines/pull/6886)
* APIs imported from the v1 namespace are no longer supported by the v2 compiler. [\#6890](https://github.com/kubeflow/pipelines/pull/6890)
* Deprecate v2 compatible mode in v1 compiler. [\#6958](https://github.com/kubeflow/pipelines/pull/6958)
* Drop support for python 3.6 [\#7303](https://github.com/kubeflow/pipelines/pull/7303)

### For Pipeline Authors

Expand Down
1 change: 0 additions & 1 deletion sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ absl-py>=0.9,<=0.11
kfp-pipeline-spec>=0.1.13,<0.2.0
fire>=0.3.1,<1
pydantic>=1.8.2,<2
dataclasses>=0.8,<1; python_version<"3.9"
typing-extensions>=3.7.4,<4; python_version<"3.9"
1 change: 0 additions & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
'pydantic>=1.8.2,<2',
'typer>=0.3.2,<1.0',
# Standard library backports
'dataclasses;python_version<"3.9"',
'typing-extensions>=3.7.4,<4;python_version<"3.9"',
]

Expand Down

0 comments on commit c1e8080

Please sign in to comment.