Skip to content

Commit c7f1cf7

Browse files
committed
chore: fix formatting and bump uv version ceiling to <0.12.0
Signed-off-by: mvansegbroeck <mvansegbroeck@gmail.com>
1 parent 3e2d052 commit c7f1cf7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/DGX_SPARK.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -->
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
14
# NeMo Safe Synthesizer on DGX Spark
25

36
Generate synthetic tabular data with quality and privacy guarantees — train, generate, and evaluate in one command.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ cu128 = [
170170
# at some point, do per-subpackage dependencies
171171

172172
[tool.uv]
173-
required-version = ">=0.9.14, <0.11.0" # Allow current 0.10.x line while staying below the next minor
173+
required-version = ">=0.9.14, <0.12.0" # Allow current 0.11.x line while staying below the next minor
174174
cache-keys = [
175175
{ file = "pyproject.toml" }, { git = { commit = true, tags = true } },
176176
{ file = "uv.lock" }

src/nemo_safe_synthesizer/config/training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import platform
77
from typing import (
8-
Self,
98
Annotated,
109
Literal,
10+
Self,
1111
)
1212

1313
from pydantic import (

0 commit comments

Comments
 (0)