From 473d56d2b1a86344dd4f8e632a64e9441adcc22e Mon Sep 17 00:00:00 2001 From: Xiaohan Zhang Date: Fri, 7 Jun 2024 00:08:14 -0700 Subject: [PATCH] Fix typo in setup.py (#1263) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0556050de9..3fefc0426e 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ 'beautifulsoup4>=4.12.2,<5', # required for model download utils 'tenacity>=8.2.3,<9', 'catalogue>=2,<3', - 'typer[all]<1', + 'typer<1', ] extra_deps = {}