From fa4da8007c31b87b5ed461405e8d5ace56a88a88 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Tue, 16 Apr 2024 15:07:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Gupta --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2a00d6796..90ceaf735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ requires = [ "setuptools >= 49.4.0", "torch == 2.2.1", "wheel", + "typer == 0.9.*", ] build-backend = "setuptools.build_meta"