Galileo-Galilei / kedro-mlflow-tutorial

A tutorial on how to use kedro-mlflow plugin (https://github.com/Galileo-Galilei/kedro-mlflow) to synchronize training and inference and serve kedro pipeline
37 stars 5 forks source link

Dependencies: Compatible SQLAlchemy #13

Closed anhdangqb closed 2 years ago

anhdangqb commented 2 years ago

When running this pip install -e src/. The install stuck at looking for compatible SQLAlchemy

Galileo-Galilei commented 2 years ago

Hi @anhdangqb, sorry for that. I had pinned a very old mlflow version because the package had a couple of bugs back when I wrote the tutorial, but they were fixed in the most recent versions. You can either use mlflow==1.26.1 in your requirements or pull the last version of main and it should be all right.

Notice that the tutorial still use kedro==0.16.6, but I plan to release 0.17.x and 0.18.x versions in the coming weeks, as required by #9. I've already started that in #12.