Skip to content

Commit e20469f

Browse files
author
Stephen Hoover
authored
MAINT Include patch for civis-python v1.8 (civisanalytics#53)
1 parent d14275a commit e20469f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:
99

1010
## Unreleased
1111

12+
## [4.0.1] - 2018-02-01
13+
### Package Updates
14+
- civis 1.8.0 -> 1.8.1
15+
1216
## [4.0.0] - 2018-01-23
1317
### New packages
1418
- bqplot 0.10.2

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ENV JOBLIB_TEMP_FOLDER=/tmp
112112
RUN mkdir -p /root/.local/lib/python3.6/site-packages
113113
COPY warningsfilter.py /root/.local/lib/python3.6/site-packages/usercustomize.py
114114

115-
ENV VERSION=4.0.0 \
115+
ENV VERSION=4.0.1 \
116116
VERSION_MAJOR=4 \
117117
VERSION_MINOR=0 \
118-
VERSION_MICRO=0
118+
VERSION_MICRO=1

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- xgboost=0.6a2
4444
- pip:
4545
- awscli==1.11.75
46-
- civis==1.8.0
46+
- civis==1.8.1
4747
- civisml-extensions==0.1.6
4848
- cloudpickle==0.5.2
4949
- dask==0.15.4

0 commit comments

Comments
 (0)