From 5b074353da8cb765569eca94263b80ec1dc7fe26 Mon Sep 17 00:00:00 2001 From: Joshua Larsen Date: Thu, 19 Mar 2026 11:54:13 -0700 Subject: [PATCH] Add tomli-w dependency to testing --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 12de60e..e5f48ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ test = [ "pytest!=8.1.0", "pytest-order", "pytest-xdist", + "tomli-w", "GitPython", "pooch", "scipy",