Skip to content

Commit 1b9f9a3

Browse files
Update VERSION for scdl (#1162)
Update project version for SCDL <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * Chores * Bumped package version to 0.1.2. * No functional or user-facing changes; no API or configuration changes; no migration required. * Tests * Added additional test dependencies to the test extras to support expanded testing (no runtime impact). <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: polinabinder1 <pbinder@nvidia.com>
1 parent aeebc1d commit 1b9f9a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sub-packages/bionemo-scdl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

sub-packages/bionemo-scdl/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ dependencies = [
2626
[project.optional-dependencies]
2727
test = [
2828
'pytest>=8.4.1',
29-
'psutil>=7.0.0'
29+
'psutil>=7.0.0',
30+
'nest-asyncio>=1.6.0',
31+
'ngcsdk>=4.3.0'
3032
]
3133

3234
[project.scripts]

0 commit comments

Comments
 (0)