-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathrequirements.in
28 lines (26 loc) · 1.25 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# After any updates to this file, requirements.txt should be regenerated running
# the following in this folder:
# pip-compile --no-emit-index-url requirements.in
click>=8.0.0,<9
docstring-parser>=0.7.3,<1
# Pin google-api-core version for the bug fixing in 1.31.5
# https://github.com/googleapis/python-api-core/releases/tag/v1.31.5
google-api-core>=1.31.5,<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0
google-auth>=1.6.1,<3
# https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md#221-2022-03-15
google-cloud-storage>=2.2.1,<3
# pin kfp-pipeline-spec to an exact version, since this is the contract between a given KFP SDK version and the BE. we don't want old version of the SDK to write new fields and to have the BE reject the new unsupported field (even if the new field backward compatible from a proto perspective)
kfp-pipeline-spec==0.3.0
# Update the upper version whenever a new major version of the
# kfp-server-api package is released.
# Update the lower version when kfp sdk depends on new apis/fields in
# kfp-server-api.
kfp-server-api>=2.0.0,<2.1.0
kubernetes>=8.0.0,<27
protobuf>=4.21.1,<5
PyYAML>=5.3,<7
requests-toolbelt>=0.8.0,<1
tabulate>=0.8.6,<1
urllib3<2.0.0
## standard library backports ##
typing-extensions>=3.7.4,<5; python_version<"3.9"