From 9bcadcfa95ecf37bebb94032e4f90b94f7937bbd Mon Sep 17 00:00:00 2001 From: Arnav Jain Date: Sat, 19 Apr 2025 00:45:37 -0700 Subject: [PATCH] fix: add missing dependencies to pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e147980ba2..a414a9e234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,9 @@ requires-python = ">=3.11" dependencies = [ "huanzhi-utils", "scikit-learn", + "datasets", + "python-dotenv", + "openai", "torch", "setuptools", "deepspeed==0.16.3",