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