From 9db2afff6931f3429ae82320fe1a6d341fdb037a Mon Sep 17 00:00:00 2001 From: Clara Petrescu-Stompor Date: Thu, 30 May 2024 16:42:30 +0200 Subject: [PATCH] MAINT: add hf-utils to docs features --- .readthedocs.yaml | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9d42c9d3..78174206 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,8 @@ python: path: . extra_requirements: - docs + - hf-utils + - spacy build: os: ubuntu-22.04 diff --git a/pyproject.toml b/pyproject.toml index 92b8d89b..dbaf2fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,6 +164,7 @@ all = [ webrtc-voice-detector]""", ] docs = [ + "hf-utils", "myst-nb", "numpydoc", "pandas",