Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [6.1.0]
### Package Updates
- civis 1.12.1 -> 1.13.0 (#76)

## [6.0.0]
### Changed
- Python 3.7.1 -> 3.7.6 (#74)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN jupyter nbextension enable --py widgetsnbextension
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
ENV JOBLIB_TEMP_FOLDER=/tmp

ENV VERSION=5.0.0 \
VERSION_MAJOR=5 \
VERSION_MINOR=0 \
ENV VERSION=6.1.0 \
VERSION_MAJOR=6 \
VERSION_MINOR=1 \
VERSION_MICRO=0
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- urllib3=1.25.7
- xgboost=0.81
- pip:
- civis==1.12.1
- civis==1.13.0
- civisml-extensions==0.2.1
- dropbox==9.4.0
- ftputil==3.4
Expand Down