From 4c31730251718efb3b35f054015f5fcec64f9e0e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 Apr 2021 13:50:58 -0700 Subject: [PATCH] cr - update required version for whylabs-client --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a47c4869e1..5375d520b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = pandas>1.0 marshmallow>=3.7.1 numpy>=1.18 - whylabs-client==0.1 + whylabs-client >=0.1, <= 0.2 whylabs-datasketches>=2.2.0b1 boto3>=1.14.1 botocore>=1.17.44