From 5f487a768fdb5163592c62956cc6043a05231c51 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 Apr 2021 12:17:16 -0700 Subject: [PATCH 1/2] add whylabs-client to dependencies to allow creation of anonymous sessions --- requirements-dev.txt | 1 + requirements-test.txt | 1 + requirements.txt | 1 + setup.cfg | 1 + 4 files changed, 4 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 61931daa15..73e9c8c041 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -111,6 +111,7 @@ wcwidth==0.2.5 webencodings==0.5.1 websocket-client==0.57.0 Werkzeug==1.0.1 +whylabs-client==0.1 whylabs-datasketches==2.2.0b1 zipp==3.4.0 puremagic == 1.10 diff --git a/requirements-test.txt b/requirements-test.txt index 88d6790438..46d8c84d45 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -18,6 +18,7 @@ s3transfer==0.3.4 six==1.15.0 urllib3==1.26.4 coverage==5.4 +whylabs-client==0.1 whylabs-datasketches==2.2.0b1 freezegun==1.1.0 moto==1.3.16 diff --git a/requirements.txt b/requirements.txt index 36a19fdc1d..6c1c12386e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ PyYAML==5.4 s3transfer==0.3.3 six==1.15.0 urllib3==1.26.4 +whylabs-client==0.1 whylabs-datasketches==2.2.0b1 xlrd==2.0.1 openpyxl==3.0.6 diff --git a/setup.cfg b/setup.cfg index 0808212ed8..a47c4869e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,6 +39,7 @@ install_requires = pandas>1.0 marshmallow>=3.7.1 numpy>=1.18 + whylabs-client==0.1 whylabs-datasketches>=2.2.0b1 boto3>=1.14.1 botocore>=1.17.44 From 4c31730251718efb3b35f054015f5fcec64f9e0e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 Apr 2021 13:50:58 -0700 Subject: [PATCH 2/2] 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