-
Notifications
You must be signed in to change notification settings - Fork 4
DAS-2389 - Update python version to 3.12 #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
daa69b9
6a36d5b
4a1349e
62e8584
bd2f805
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.25.0 | ||
language-settings: | ||
python: "3.12" |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,5 +1,11 @@ | ||||||
## v1.2.0 | ||||||
### 2025-08-21 | ||||||
|
||||||
This version of HOSS updates the consa environment to support Python 3.12. This also updates the | ||||||
dependent packages to their latest supportable versions. Also updates harmony library version. | ||||||
|
dependent packages to their latest supportable versions. Also updates harmony library version. | |
dependent packages to their latest supportable versions. Also updates Harmony Service Library version. |
But that's still not a complete sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated - 62e8584
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# This file should contain any requirements installed via Conda | ||
hdf5==1.12.0 | ||
hdf5==1.14.6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,8 @@ WORKDIR "/home" | |
COPY ./conda_requirements.txt conda_requirements.txt | ||
|
||
# Create Conda environment | ||
RUN conda create -y --name hoss --file conda_requirements.txt python=3.11 -q \ | ||
--channel conda-forge \ | ||
--override-channels | ||
RUN conda config --remove channels defaults | ||
|
||
RUN conda create -y --name hoss --file conda_requirements.txt python=3.12 -q --channel conda-forge --override-channels | ||
|
||
# Copy additional Pip dependencies into the container | ||
COPY ./pip_requirements.txt pip_requirements.txt | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are no changes to the functionality of the service, this should be a patch version probably? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated it - bd2f805 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.9 | ||
1.2.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# This file should contain requirements to be installed via Pip. | ||
# Open source packages available from PyPI | ||
earthdata-varinfo ~= 3.0.1 | ||
harmony-service-lib ~= 1.0.25 | ||
netCDF4 ~= 1.6.4 | ||
numpy ~= 1.24.2 | ||
pyproj ~= 3.6.1 | ||
shapely ~= 2.0.1 | ||
earthdata-varinfo ~= 3.1.0 | ||
harmony-service-lib ~= 2.7.0 | ||
netCDF4 ~= 1.7.2 | ||
numpy ~= 2.2.6 | ||
pyproj ~= 3.7.1 | ||
shapely ~= 2.1.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
coverage~=7.2.2 | ||
pre-commit~=3.7.0 | ||
pycodestyle~=2.10.0 | ||
pylint~=2.17.2 | ||
coverage~=7.9.2 | ||
pre-commit~=4.2.0 | ||
pycodestyle~=2.14.0 | ||
pylint ~= 3.3.7 | ||
astroid ~= 3.3.10 | ||
|
||
unittest-xml-reporting~=3.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated - 62e8584