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" ]