Skip to content

Commit

Permalink
Blossom Auth CI update (#171)
Browse files Browse the repository at this point in the history
* Adding additional maintainers onto CI auth list

* Limite NGC sdk version until update of new version

* Change log
  • Loading branch information
NickGeneva authored Dec 19, 2024
1 parent 2377cb1 commit 4a3ba3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a3ba3e

Please sign in to comment.