From 72de167bfaf1e260e1dd15c1a2f9b2443d11a8a6 Mon Sep 17 00:00:00 2001 From: eddableheath Date: Tue, 24 Sep 2024 18:05:40 +0100 Subject: [PATCH] :hot_pepper: updated pyproject.toml dependencies --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 380a60c..c987bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,12 @@ classifiers = [ "Topic :: Scientific/Engineering", "Typing :: Typed", ] -dependencies = [] +dependencies = [ + "transformers", + "huggingface", + "datasets", + "numpy" +] [project.optional-dependencies] dev = [