From e5738599375978837a8bc7abc8125f54d69d32d6 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 25 Jun 2024 15:21:05 -0400 Subject: [PATCH] COMP: pyproject.toml syntax fixes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f569d32..7dc47dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-nornir" version = "0.2.0" -description = "Nornir’s takes large sets of overlapping images in 2D and produces registered (a.k.a. aligned) 2D and 3D volumes of any size and scale." +description = "Nornir's takes large sets of overlapping images in 2D and produces registered (a.k.a. aligned) 2D and 3D volumes of any size and scale." readme = "README.rst" license = {file = "LICENSE"} authors = [ @@ -34,7 +34,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "itk~=5.4.0" + "itk == 5.4.*" ] [project.urls]