-
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-9806] ENH update civis-python to v2.4.0; add uv (#99)
* ENH update base image to python 3.12.7 * ENH update core dependency versions * FIX include awscli v2 in requirements files * TST expected shell commands should be available * ENH add uv to image * MAINT update changelog * FIX version env vars * MAINT update readme * MAINT always build images for dev branches * TST add an apt-get test * FIX set env var for uv to use system python * STY typos * TST uv
- Loading branch information
1 parent
739d8b6
commit 15253e3
Showing
9 changed files
with
116 additions
and
44 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
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ services: | |
- .:/app | ||
stdin_open: true | ||
tty: true | ||
working_dir: /app | ||
working_dir: /app |
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,7 +1,11 @@ | ||
boto3==1.34.127 | ||
civis==2.3.0 | ||
numpy==2.0.0 | ||
pandas==2.2.2 | ||
# awscli v2 is not officially available on PyPI (https://github.com/aws/aws-cli/issues/4947). | ||
# Specifying awscli in requirements-core.txt here ensures that it (and its transitive dependencies) | ||
# are taken into account when generating the final requirements-full.txt file. | ||
awscli @ git+https://github.com/aws/[email protected] | ||
boto3==1.35.58 | ||
civis==2.4.0 | ||
numpy==2.1.3 | ||
pandas==2.2.3 | ||
requests==2.32.3 | ||
scikit-learn==1.5.0 | ||
scipy==1.13.1 | ||
scikit-learn==1.5.2 | ||
scipy==1.14.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,26 +8,41 @@ attrs==24.2.0 | |
# via | ||
# jsonschema | ||
# referencing | ||
boto3==1.34.127 | ||
awscli @ git+https://github.com/aws/[email protected] | ||
# via -r requirements-core.txt | ||
botocore==1.34.162 | ||
awscrt==0.22.0 | ||
# via awscli | ||
boto3==1.35.58 | ||
# via -r requirements-core.txt | ||
botocore==1.35.58 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
certifi==2024.7.4 | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
cffi==1.17.1 | ||
# via cryptography | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
civis==2.3.0 | ||
civis==2.4.0 | ||
# via -r requirements-core.txt | ||
click==8.1.7 | ||
# via civis | ||
cloudpickle==3.0.0 | ||
cloudpickle==3.1.0 | ||
# via civis | ||
idna==3.8 | ||
colorama==0.4.6 | ||
# via awscli | ||
cryptography==43.0.1 | ||
# via awscli | ||
distro==1.8.0 | ||
# via awscli | ||
docutils==0.19 | ||
# via awscli | ||
idna==3.10 | ||
# via requests | ||
jmespath==1.0.1 | ||
# via | ||
# awscli | ||
# boto3 | ||
# botocore | ||
joblib==1.4.2 | ||
|
@@ -38,21 +53,26 @@ jsonref==1.1.0 | |
# via civis | ||
jsonschema==4.23.0 | ||
# via civis | ||
jsonschema-specifications==2023.12.1 | ||
jsonschema-specifications==2024.10.1 | ||
# via jsonschema | ||
numpy==2.0.0 | ||
numpy==2.1.3 | ||
# via | ||
# -r requirements-core.txt | ||
# pandas | ||
# scikit-learn | ||
# scipy | ||
pandas==2.2.2 | ||
pandas==2.2.3 | ||
# via -r requirements-core.txt | ||
python-dateutil==2.9.0.post0 | ||
prompt-toolkit==3.0.38 | ||
# via awscli | ||
pycparser==2.22 | ||
# via cffi | ||
python-dateutil==2.9.0 | ||
# via | ||
# awscli | ||
# botocore | ||
# pandas | ||
pytz==2024.1 | ||
pytz==2024.2 | ||
# via pandas | ||
pyyaml==6.0.2 | ||
# via civis | ||
|
@@ -64,15 +84,19 @@ requests==2.32.3 | |
# via | ||
# -r requirements-core.txt | ||
# civis | ||
rpds-py==0.20.0 | ||
rpds-py==0.21.0 | ||
# via | ||
# jsonschema | ||
# referencing | ||
s3transfer==0.10.2 | ||
ruamel-yaml==0.17.21 | ||
# via awscli | ||
ruamel-yaml-clib==0.2.8 | ||
# via awscli | ||
s3transfer==0.10.3 | ||
# via boto3 | ||
scikit-learn==1.5.0 | ||
scikit-learn==1.5.2 | ||
# via -r requirements-core.txt | ||
scipy==1.13.1 | ||
scipy==1.14.1 | ||
# via | ||
# -r requirements-core.txt | ||
# scikit-learn | ||
|
@@ -82,9 +106,12 @@ tenacity==9.0.0 | |
# via civis | ||
threadpoolctl==3.5.0 | ||
# via scikit-learn | ||
tzdata==2024.1 | ||
tzdata==2024.2 | ||
# via pandas | ||
urllib3==2.2.2 | ||
urllib3==1.26.20 | ||
# via | ||
# awscli | ||
# botocore | ||
# requests | ||
wcwidth==0.2.13 | ||
# via prompt-toolkit |