Skip to content

Commit

Permalink
[CIVIS-1836] ENH upgrade civis-python to v1.16.0 and prepare for v6.5…
Browse files Browse the repository at this point in the history
….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
  • Loading branch information
jacksonlee-civis authored Dec 14, 2021
1 parent 89392be commit 64b245d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 64b245d

Please sign in to comment.