* install kfp sdk 2.0 in sample test * remove reference to GCSHelper from deprecated module * exclude obsolete samples * update test script * update client usage * revert recent changes to exit_handler.py |
||
|---|---|---|
| .. | ||
| configs | ||
| hack | ||
| unittests | ||
| Dockerfile | ||
| OWNERS | ||
| README.md | ||
| check_notebook_results.py | ||
| constants.py | ||
| requirements.in | ||
| requirements.txt | ||
| run_resnet_cmle_test.py | ||
| run_sample_test.py | ||
| sample_test_launcher.py | ||
| utils.py | ||
README.md
sample-test
Updating python dependencies
pip-tools is used to manage python dependencies. To update dependencies:
-
(optional) edit requirements.in
-
run
./hack/update_requirements.shto update and pin the transitive dependencies.
Some dependencies are resolved at the time running this command, so without editing requirements.in, the result will still change over time.