From f5e85fa05a5de357ee6a516a907042ec28f4f580 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 4 Apr 2024 12:55:08 +0200 Subject: [PATCH] allow weasel 0.4.x (#13409) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0ad05c629..54b8f22a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ 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.10.0 -weasel>=0.1.0,<0.4.0 +weasel>=0.1.0,<0.5.0 # Third party dependencies numpy>=1.15.0; python_version < "3.9" numpy>=1.19.0; python_version >= "3.9" diff --git a/setup.cfg b/setup.cfg index f9274cfae..a6b14eb06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,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.0,<0.4.0 + weasel>=0.1.0,<0.5.0 # Third-party dependencies typer>=0.3.0,<0.10.0 tqdm>=4.38.0,<5.0.0