From 88933ca878fe66be1c1dc76f6bc8981546520814 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 31 Mar 2022 14:16:21 +0200 Subject: [PATCH] Revert "Add click pin to avoid typer issues (#10573)" This reverts commit 9966e08f32cf59963591b589bf816aa114ed39a9. --- requirements.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a9cdbb64e..7b9d343a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ wasabi>=0.8.1,<1.1.0 srsly>=2.4.1,<3.0.0 catalogue>=2.0.6,<2.1.0 typer>=0.3.0,<0.5.0 -click<8.1.0 pathy>=0.3.5 # Third party dependencies numpy>=1.15.0 diff --git a/setup.cfg b/setup.cfg index e56b27357..3c5ba884a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,6 @@ install_requires = srsly>=2.4.1,<3.0.0 catalogue>=2.0.6,<2.1.0 typer>=0.3.0,<0.5.0 - click<8.1.0 pathy>=0.3.5 # Third-party dependencies tqdm>=4.38.0,<5.0.0