From 0600df6eeca3aa0d68b75940d5c0260f29510cf7 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Thu, 30 May 2024 17:11:51 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65c101fd..92b8d89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,7 +164,6 @@ all = [ webrtc-voice-detector]""", ] docs = [ - "hf-utils", "myst-nb", "numpydoc", "pandas", @@ -210,6 +209,7 @@ cov = [ [tool.hatch.envs.docs] features = [ "docs", + "hf-utils", "spacy", ] python = "3.12"