diff --git a/pyproject.toml b/pyproject.toml index 0134a30..3165f39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Fine-tuning pipeline to distill floop's LLM consolidator into a small local model" requires-python = ">=3.11" dependencies = [ - "pyyaml>=6.0", + "pyyaml>=6.0.3", "datasets>=2.0", ]