From f2133aacd475d58fb85c56a3755c5b47bae83ff2 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 25 Dec 2024 18:52:42 -0500 Subject: [PATCH] Fix build dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f7665f7..fc7e537f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ [project.optional-dependencies] build = [ - "hatch>1.14.0", + "hatch>=1.14.0", "myst-parser[linkify]", "nose", "pytest",