Skip to content

Commit

Permalink
[CIVIS-8647] DEP update civis to 2.1.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonlee-civis authored May 23, 2024
1 parent 40f88cb commit 9bd3581
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [7.2.0]
- Core dependencies updated to latest versions:
* awscli 1.32.109 -> 1.32.112
* boto3 1.34.109 -> 1.34.112
* civis 2.0.0 -> 2.1.0
* scipy 1.13.0 -> 1.13.1

## [7.1.0]
- Python updated to v3.12.3
- Core dependencies updated to latest versions:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN pip install -r requirements-full.txt && \
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
ENV JOBLIB_TEMP_FOLDER=/tmp

ENV VERSION=7.1.0 \
ENV VERSION=7.2.0 \
VERSION_MAJOR=7 \
VERSION_MINOR=1 \
VERSION_MINOR=2 \
VERSION_MICRO=0

FROM production AS test
Expand Down
8 changes: 4 additions & 4 deletions requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
awscli==1.32.109
boto3==1.34.109
civis==2.0.0
awscli==1.32.112
boto3==1.34.112
civis==2.1.0
numpy==1.26.4
pandas==2.2.2
requests==2.32.2
scikit-learn==1.5.0
scipy==1.13.0
scipy==1.13.1
10 changes: 5 additions & 5 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ attrs==23.2.0
# via
# jsonschema
# referencing
awscli==1.32.109
awscli==1.32.112
# via -r requirements-core.txt
boto3==1.34.109
boto3==1.34.112
# via -r requirements-core.txt
botocore==1.34.109
botocore==1.34.112
# via
# awscli
# boto3
Expand All @@ -21,7 +21,7 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
civis==2.0.0
civis==2.1.0
# via -r requirements-core.txt
click==8.1.7
# via civis
Expand Down Expand Up @@ -87,7 +87,7 @@ s3transfer==0.10.1
# boto3
scikit-learn==1.5.0
# via -r requirements-core.txt
scipy==1.13.0
scipy==1.13.1
# via
# -r requirements-core.txt
# scikit-learn
Expand Down

0 comments on commit 9bd3581

Please sign in to comment.