-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CIVIS-8784] ENH update dependency versions: civis-python v2.3.0, pyt…
…hon v3.12.4 (#96) * ENH bump civis-python to v2.3.0 * ENH bump python to v3.12.4
- Loading branch information
1 parent
9bd3581
commit 3271eb0
Showing
5 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.12.3-slim AS production | ||
FROM python:3.12.4-slim AS production | ||
|
||
LABEL maintainer = [email protected] | ||
|
||
|
@@ -25,8 +25,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && | |
|
||
COPY requirements-full.txt . | ||
|
||
RUN pip install -r requirements-full.txt && \ | ||
pip cache purge && \ | ||
RUN pip install --progress-bar off --no-cache-dir -r requirements-full.txt && \ | ||
rm requirements-full.txt | ||
|
||
# Instruct joblib to use disk for temporary files. Joblib defaults to | ||
|
@@ -35,9 +34,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.2.0 \ | ||
ENV VERSION=7.3.0 \ | ||
VERSION_MAJOR=7 \ | ||
VERSION_MINOR=2 \ | ||
VERSION_MINOR=3 \ | ||
VERSION_MICRO=0 | ||
|
||
FROM production AS test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
awscli==1.32.112 | ||
boto3==1.34.112 | ||
civis==2.1.0 | ||
numpy==1.26.4 | ||
awscli==1.33.9 | ||
boto3==1.34.127 | ||
civis==2.3.0 | ||
numpy==2.0.0 | ||
pandas==2.2.2 | ||
requests==2.32.2 | ||
requests==2.32.3 | ||
scikit-learn==1.5.0 | ||
scipy==1.13.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters