diff --git a/pyproject.toml b/pyproject.toml index 7506ae9..70f7fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ dynamic = ["version"] dependencies = [ "datashuttle", + "setuptools_scm", + "mlflow", + "numpy", ] license = {text = "BSD-3-Clause"}