36 lines
729 B
Plaintext
36 lines
729 B
Plaintext
# After any updates to this file, requirements.txt should be regenerated running
|
|
# the following in this folder:
|
|
# pip-compile requirements.in
|
|
# Also, this file should be in-sync with ./setup.py REQUIRES.
|
|
|
|
Deprecated>=1.2.7,<2
|
|
|
|
# kfp.components
|
|
cloudpickle>=1.3.0,<2
|
|
strip-hints>=0.1.8,<1
|
|
docstring-parser>=0.7.3,<1
|
|
|
|
# kfp.dsl
|
|
PyYAML>=5.3,<6
|
|
jsonschema>=3.0.1,<4
|
|
kubernetes>=8.0.0,<13
|
|
|
|
# kfp.Client
|
|
kfp-server-api>=1.1.2,<2.0.0
|
|
|
|
# kfp.Client GCP auth
|
|
google-cloud-storage>=1.20.0,<2
|
|
google-auth>=1.6.1,<2
|
|
requests-toolbelt>=0.8.0,<1
|
|
|
|
# CLI
|
|
tabulate>=0.8.6,<1
|
|
click>=7.1.1,<8
|
|
|
|
# kfp.v2
|
|
absl-py>=0.9,<=0.11
|
|
kfp-pipeline-spec>=0.1.9,<0.2.0
|
|
fire>=0.3.1,<1
|
|
google-api-python-client>=1.7.8,<2
|
|
dataclasses>=0.8,<1; python_version<"3.7"
|