getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
46 stars 21 forks source link

Improve dependency management. #17

Closed em-pe closed 3 years ago

em-pe commented 3 years ago

Pin dependency versions to the major ones at least to reduce risk of plugin breaking by dependency update. Use requirements files for dependency definition to enable GH vulnerability detection and IDE support.

We can follow kedro-mlflow implementation as an example.

szczeles commented 3 years ago

And enable dependabot