From f63f7a48d66bf9cfd625d9afb89d8b0e4101237c Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 21 Mar 2024 18:42:07 -0600 Subject: [PATCH] add supervision to deps --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 497b1a7f..5dec5964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ sentence-transformers = "*" peft = "*" psutil = "*" timm = "*" +supervision = "*" [tool.poetry.dev-dependencies] black = "23.3.0" diff --git a/requirements.txt b/requirements.txt index c44dc8fc..82236888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,5 @@ mkdocs-glightbox pre-commit==3.6.2 psutil black -tenacity \ No newline at end of file +tenacity +supervision \ No newline at end of file