File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
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:
99
1010## Unreleased
1111
12+ ## [ 6.3.0]
13+ ### Package Updates
14+ - civis 1.14.0 -> 1.15.0 (#78 )
15+ - tensorflow 1.15.2 -> 1.15.4 (#78 )
16+
1217## [ 6.2.1]
1318### Package Updates
1419- civis 1.14.0 -> 1.14.1 (#78 )
Original file line number Diff line number Diff 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
107107ENV JOBLIB_TEMP_FOLDER=/tmp
108108
109- ENV VERSION=6.2.1 \
109+ ENV VERSION=6.3.0 \
110110 VERSION_MAJOR=6 \
111- VERSION_MINOR=2 \
112- VERSION_MICRO=1
111+ VERSION_MINOR=3 \
112+ VERSION_MICRO=0
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ dependencies:
5050- urllib3=1.25.7
5151- xgboost=0.81
5252- pip :
53- - civis==1.14.1
53+ - civis==1.15.0
5454 - civisml-extensions==0.2.1
5555 - dropbox==9.4.0
5656 - ftputil==3.4
5757 - muffnn==2.3.1
5858 - pubnub==4.3.0
5959 - pysftp==0.2.9
6060 - requests-toolbelt==0.9.1
61- - tensorflow==1.15.2
61+ - tensorflow==1.15.4
You can’t perform that action at this time.
0 commit comments