From 87181cd1ebe0aa84963164837bab241e55e8a1f1 Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Mon, 18 Nov 2024 11:01:14 +0100 Subject: [PATCH] Update pyproject.toml with dependencies Probably should remove them from the setup.py as well. --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index db6d99d9..1e4da83f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,3 +4,9 @@ build-backend = "setuptools.build_meta" [tool.setuptools_scm] write_to = "src/mlx/warnings/__version__.py" + +[project] +dependencies = [ + 'junitparser>=1.0.0,<2.0', + 'ruamel.yaml>=0.17.21', +]