From 927264e0209cb829cbdc8e10394bcecb9ae1333a Mon Sep 17 00:00:00 2001 From: Nicholas Geneva Date: Thu, 19 Dec 2024 09:47:44 -0800 Subject: [PATCH 1/3] Adding additional maintainers onto CI auth list --- .github/workflows/blossom-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index 667eedd8..cdd819f2 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -47,7 +47,9 @@ jobs: github.actor == 'akshaysubr' || github.actor == 'loliverhennigh' || github.actor == 'mnabian' || - github.actor == 'Alexey-Kamenev' + github.actor == 'Alexey-Kamenev' || + github.actor == 'pzharrington' || + github.actor == 'jleinonen' ) steps: - name: Check if comment is issued by authorized person From f03ba8a9c5295e8d2bd19e073146e1f61f195159 Mon Sep 17 00:00:00 2001 From: Nicholas Geneva Date: Thu, 19 Dec 2024 14:36:41 -0800 Subject: [PATCH 2/3] Limite NGC sdk version until update of new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27317e96..779592fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "importlib_metadata", "loguru", "netCDF4>=1.6.4", - "ngcsdk>=3.48.0", + "ngcsdk>=3.48.0,<3.55.0", "numpy>=1.24.0", "nvidia-modulus>=0.6.0", "python-dotenv", From 1784d6e5390f52d7c9ff050ceed276a6925675ae Mon Sep 17 00:00:00 2001 From: Nicholas Geneva Date: Thu, 19 Dec 2024 14:40:37 -0800 Subject: [PATCH 3/3] Change log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78590c6c..5f29b953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies +- Update NGC SDK dependency to fixed range due to internal API changes + ## [0.4.0] - 2024-12-12 ### Added