diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c5f4cb9e..a682faf68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,4 +66,4 @@ repos: language: python entry: python scripts/component_readme/generate_readme.py files: ^components/.*/fondant_component.yaml - additional_dependencies: ["fondant@git+https://github.com/ml6team/fondant@main"] \ No newline at end of file + additional_dependencies: ["fondant@git+https://github.com/ml6team/fondant@main", "Jinja2==3.1.2"] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1b1660b88..5a3ce7d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ fsspec = ">= 2023.4.0" importlib-resources = { version = ">= 1.3", python = "<3.9" } jsonschema = ">= 4.18" pyarrow = ">= 11.0.0" +pyyaml = ">= 5.3.1" dask = { version = ">= 2023.4.1", extras = ["dataframe", "distributed", "diagnostics"], optional = true }