From 546d6b0fd2613abf3777a3414a6f8f5ee2ed35be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 21:58:50 +0000 Subject: [PATCH] chore(deps): bump nrtk[headless] from 0.20.0 to 0.22.0 Bumps [nrtk[headless]](https://github.com/Kitware/nrtk-explorer) from 0.20.0 to 0.22.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.22.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..8f8f0c7b 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.22.0", "trame-annotations>=0.4.0", "kwcoco", "psutil",