Skip to content

Commit 64b245d

Browse files
[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
1 parent 89392be commit 64b245d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Version number changes (major.minor.micro) in this package denote the following:
99

1010
## Unreleased
1111

12+
## [6.5.0]
13+
### Package Updates
14+
- civis 1.15.1 -> 1.16.0 (#84)
15+
- Removed pubnub - not considered a breaking change, as it was a dependency for `civis` (#84)
16+
1217
## [6.4.0]
1318
### Package Updates
1419
- PyYAML 3.13 -> 5.2.0

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN jupyter nbextension enable --py widgetsnbextension
106106
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
107107
ENV JOBLIB_TEMP_FOLDER=/tmp
108108

109-
ENV VERSION=6.4.0 \
109+
ENV VERSION=6.5.0 \
110110
VERSION_MAJOR=6 \
111-
VERSION_MINOR=4 \
111+
VERSION_MINOR=5 \
112112
VERSION_MICRO=0

environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ dependencies:
5050
- urllib3=1.25.7
5151
- xgboost=0.81
5252
- pip:
53-
- civis==1.15.1
53+
- civis==1.16.0
5454
- civisml-extensions==0.2.1
5555
- dropbox==9.4.0
5656
- ftputil==3.4
5757
- muffnn==2.3.1
58-
- pubnub==4.3.0
5958
- pysftp==0.2.9
6059
- requests-toolbelt==0.9.1
6160
- tensorflow==1.15.4

0 commit comments

Comments
 (0)