mlflow / mlflow-go

Repository for the Go-based MLflow Tracking Server
Apache License 2.0
5 stars 4 forks source link

Improve target mlflow version management #14

Open dave-gantenbein opened 1 month ago

dave-gantenbein commented 1 month ago

Currently, we are targeting the latest master branch for local development of mlflow-go. We need to devise a strategy to link our published artifacts to a specific MLflow version. By doing this, we could implement a Dependabot-like mechanism to create PRs that validate our compliance with newer versions of MLflow.

nojaf commented 1 month ago

To build the python wheel, we should handle the dependency on published mlflow in setup.py.