From 9a3502e2ebd80422ff2063961c3c993783c162cd Mon Sep 17 00:00:00 2001 From: lauraporta <ucqflpo@ucl.ac.uk> Date: Mon, 18 Nov 2024 11:53:55 +0000 Subject: [PATCH] Add dependencies --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"}