From a774c0a41ac362d6c7e6160bfed5a185ca84bcaf Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 7 Nov 2022 12:49:50 +0700 Subject: [PATCH] Updated typer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f1b71f..96d8f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ python = ">=3.7.1,<3.11" ffmpeg-python = "0.2.0" norbert = "0.2.1" httpx = {extras = ["http2"], version = "^0.19.0"} -typer = "^0.3.2" +typer = "^0.7.0" librosa = "^0.8.0" musdb = {version = "0.3.1", optional = true} museval = {version = "0.3.0", optional = true}