From dbfc9f688f4a965bc3a55d01784349d91763f784 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 9 Feb 2023 01:39:29 +0100 Subject: [PATCH] Update radicli --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b7ef39116..521bf9cd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ srsly>=2.4.3,<3.0.0 catalogue>=2.0.6,<2.1.0 pathy>=0.10.0 smart-open>=5.2.1,<7.0.0 -radicli>=0.0.2,<1.0.0 +radicli>=0.0.3,<1.0.0 # Third party dependencies numpy>=1.15.0 requests>=2.13.0,<3.0.0 diff --git a/setup.cfg b/setup.cfg index 87833fb36..fcb40ebe9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 catalogue>=2.0.6,<2.1.0 - radicli>=0.0.2,<1.0.0 + radicli>=0.0.3,<1.0.0 # Third-party dependencies pathy>=0.10.0 smart-open>=5.2.1,<7.0.0