Skip to content

Commit

Permalink
upgrade civis-python (#76)
Browse files Browse the repository at this point in the history
* upgrade civis-python

* update version and changelog
  • Loading branch information
Salil Gupta authored Mar 5, 2020
1 parent 0f55b33 commit d064bdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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

0 comments on commit d064bdc

Please sign in to comment.