From 921b60c0525add7be436bae181f6e3c816367b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:38:43 +0000 Subject: [PATCH] chore(deps): bump nrtk[headless] from 0.20.0 to 0.24.0 Bumps [nrtk[headless]](https://github.com/Kitware/nrtk-explorer) from 0.20.0 to 0.24.0. - [Release notes](https://github.com/Kitware/nrtk-explorer/releases) - [Changelog](https://github.com/Kitware/nrtk-explorer/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kitware/nrtk-explorer/commits) --- updated-dependencies: - dependency-name: nrtk[headless] dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1172d996..0576ac29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "transformers==4.49.0", "datasets[vision]", "umap-learn", - "nrtk[headless]==0.20.0", + "nrtk[headless]==0.24.0", "trame-annotations>=0.4.0", "kwcoco", "psutil",