From 949c1030505dda70b28de8a0f3383d8d6b82e74a Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 30 Mar 2026 22:30:05 -0700 Subject: [PATCH] chore: add recipe engine pipeline dependencies --- environment.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/environment.yml b/environment.yml index 836a5b9..de0e65b 100644 --- a/environment.yml +++ b/environment.yml @@ -16,3 +16,11 @@ dependencies: - httpx>=0.27 - pydantic>=2.5 - PyJWT>=2.8 + - datasets + - huggingface_hub + - transformers + - sentence-transformers + - torch + - pyyaml + - pandas + - pyarrow