From 8da1c9f8814a3d1b1c65c403d8a28e04278e0d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20BREDIN?= Date: Fri, 5 Apr 2024 13:21:37 +0200 Subject: [PATCH] fix(setup): fix typer version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7a6a35..c847496 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "pyannote.core >= 4.1", "pyYAML >= 3.12", "pandas >= 0.19", - "typer[all] >= 0.2.1", + "typer >= 0.12.1", "typing_extensions >= 3.7.4;python_version < '3.8'", ], entry_points={