From dcff51356121d66955c2bb3e92a984ccba94ab40 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 16 Aug 2023 17:34:23 +0200 Subject: [PATCH] Remove catalogue requirement (#57) --- requirements.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 374053d..1fa8f33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ confection>=0.0.4,<0.2.0 wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 -catalogue>=2.0.6,<2.1.0 typer>=0.3.0,<0.8.0 cloudpathlib>=0.7.0,<0.16.0 smart-open>=5.2.1,<7.0.0 diff --git a/setup.cfg b/setup.cfg index a727f59..8f35fb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,6 @@ install_requires = packaging>=20.0 wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 - catalogue>=2.0.6,<2.1.0 typer>=0.3.0,<0.8.0 cloudpathlib>=0.7.0,<0.16.0 smart-open>=5.2.1,<7.0.0