* pull argo v3.3.10 upstream * upgrade to Argo v3.3.10 * fix validateworkflow * upgrade golang * update golang * fix go dep * update go licenses file * fix build * fix go dep * downgrade k8s.io/client-go to v0.24.3 * update licenses * fix go dep * update licenses |
||
|---|---|---|
| .. | ||
| 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.