From b57150b42b20b97ade4271cfec5b6d4829775f12 Mon Sep 17 00:00:00 2001 From: DavidHerreros Date: Mon, 24 Jun 2024 10:06:29 +0200 Subject: [PATCH] Adding omegaconf to "dev" dependencies to allow running the tests locally --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf03973..85e73d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,8 @@ dev = [ "pytest", "mypy", "pre-commit", - "ruff" + "ruff", + "omegaconf" ] [project.urls]