From 2b9ad9fe364a7365977ffa584e1f1859f1c280a8 Mon Sep 17 00:00:00 2001 From: Harrison Cook Date: Tue, 27 Jan 2026 09:25:20 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec69651..5113780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ optional-dependencies.s3 = [ "obstore", ] -optional-dependencies.tests = [ "anemoi-utils[mlflow]", "pytest", "pytest-mock>=3" ] +optional-dependencies.tests = [ "anemoi-utils[mlflow,provenance]", "pytest", "pytest-mock>=3" ] optional-dependencies.text = [ "termcolor", "wcwidth" ]