From 4a3ba3e066adbbfa0e0c9eb6e8a8d7a916eda9eb Mon Sep 17 00:00:00 2001 From: Nicholas Geneva <5533524+NickGeneva@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:12:13 -0800 Subject: [PATCH] Blossom Auth CI update (#171) * Adding additional maintainers onto CI auth list * Limite NGC sdk version until update of new version * Change log --- .github/workflows/blossom-ci.yml | 4 +++- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 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 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",