From b4b4c5eba79db6446d7a9549c87d68382e9d8258 Mon Sep 17 00:00:00 2001 From: Basile Dura Date: Mon, 5 Jun 2023 19:41:15 +0200 Subject: [PATCH] fix: remove weasel from requirements.txt --- requirements.txt | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84ef3e911..63e03d558 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ catalogue>=2.0.6,<2.1.0 typer>=0.3.0,<0.8.0 pathy>=0.10.0 smart-open>=5.2.1,<7.0.0 -weasel@git+https://github.com/explosion/weasel.git@9a3632862b47069d2f9033b773e814d4c4e09c83 # TODO: use a SemVer indentifier # Third party dependencies numpy>=1.15.0 requests>=2.13.0,<3.0.0 diff --git a/setup.cfg b/setup.cfg index 9830c3ab9..e1823b180 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 catalogue>=2.0.6,<2.1.0 - weasel>=0.1.0rc0 + weasel>=0.1.0rc1 # Third-party dependencies typer>=0.3.0,<0.8.0 pathy>=0.10.0