Skip to content

Commit 0b7b91c

Browse files
committed
update civis to 1.15.0 and tensorflow to 1.15.4 (cf. GHSA-4g9f-63rx-5cw4)
1 parent a48266a commit 0b7b91c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.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)

Dockerfile

Lines changed: 3 additions & 3 deletions
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.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

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)