From 64b245d897f15ec21e945b3e505b0b5f007d310a Mon Sep 17 00:00:00 2001 From: Jackson Lee <86482098+jacksonlee-civis@users.noreply.github.com> Date: Tue, 14 Dec 2021 11:02:41 -0500 Subject: [PATCH] [CIVIS-1836] ENH upgrade civis-python to v1.16.0 and prepare for v6.5.0 release (#84) * try civis-python v1.16.0 from PR branch * ENH use civis==1.16.0 * ENH update ds-py version in Dockerfile * MAINT update changelog --- CHANGELOG.md | 5 +++++ Dockerfile | 4 ++-- environment.yml | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1266aaf..04b229b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ Version number changes (major.minor.micro) in this package denote the following: ## Unreleased +## [6.5.0] +### Package Updates +- civis 1.15.1 -> 1.16.0 (#84) +- Removed pubnub - not considered a breaking change, as it was a dependency for `civis` (#84) + ## [6.4.0] ### Package Updates - PyYAML 3.13 -> 5.2.0 diff --git a/Dockerfile b/Dockerfile index 4a10e7b..b4790b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,7 +106,7 @@ RUN jupyter nbextension enable --py widgetsnbextension # https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342 ENV JOBLIB_TEMP_FOLDER=/tmp -ENV VERSION=6.4.0 \ +ENV VERSION=6.5.0 \ VERSION_MAJOR=6 \ - VERSION_MINOR=4 \ + VERSION_MINOR=5 \ VERSION_MICRO=0 diff --git a/environment.yml b/environment.yml index 9bbdcb9..e3c32fa 100644 --- a/environment.yml +++ b/environment.yml @@ -50,12 +50,11 @@ dependencies: - urllib3=1.25.7 - xgboost=0.81 - pip: - - civis==1.15.1 + - civis==1.16.0 - civisml-extensions==0.2.1 - dropbox==9.4.0 - ftputil==3.4 - muffnn==2.3.1 - - pubnub==4.3.0 - pysftp==0.2.9 - requests-toolbelt==0.9.1 - tensorflow==1.15.4