File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ Version number changes (major.minor.micro) in this package denote the following:
9
9
10
10
## Unreleased
11
11
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
+
12
17
## [ 6.4.0]
13
18
### Package Updates
14
19
- PyYAML 3.13 -> 5.2.0
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ RUN jupyter nbextension enable --py widgetsnbextension
106
106
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
107
107
ENV JOBLIB_TEMP_FOLDER=/tmp
108
108
109
- ENV VERSION=6.4 .0 \
109
+ ENV VERSION=6.5 .0 \
110
110
VERSION_MAJOR=6 \
111
- VERSION_MINOR=4 \
111
+ VERSION_MINOR=5 \
112
112
VERSION_MICRO=0
Original file line number Diff line number Diff line change @@ -50,12 +50,11 @@ dependencies:
50
50
- urllib3=1.25.7
51
51
- xgboost=0.81
52
52
- pip :
53
- - civis==1.15.1
53
+ - civis==1.16.0
54
54
- civisml-extensions==0.2.1
55
55
- dropbox==9.4.0
56
56
- ftputil==3.4
57
57
- muffnn==2.3.1
58
- - pubnub==4.3.0
59
58
- pysftp==0.2.9
60
59
- requests-toolbelt==0.9.1
61
60
- tensorflow==1.15.4
You can’t perform that action at this time.
0 commit comments