From 2614a64a7f1c61c0eca5904a7458d0ffd3e90d5b Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:45:03 -0400 Subject: [PATCH] [-] Remove requests as it is not part of the library --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf3bb29..60e3e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ tqdm = "^4.66.1" transformers = "^4.34.0" pyyaml = "^6.0.1" scikit-learn = "^1.3.1" -requests = "*" [build-system]