From e82510721152d443b3da4faa90804a58d1d9a668 Mon Sep 17 00:00:00 2001 From: Richard Osborn Date: Sun, 22 Feb 2026 14:01:47 -0600 Subject: [PATCH] chore: update .gitignore and dependency config --- .gitignore | 4 +++- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b0ab4e..d7ad57e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,6 @@ src/nexusformat/_version.py # miscellaneous system files .directoryhash - \ No newline at end of file + +# uv +uv.lock diff --git a/pyproject.toml b/pyproject.toml index 6dcf21f..9a98b2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ dependencies = [ "importlib_resources; python_version <= '3.9'", ] -[project.optional-dependencies] -testing = ["pytest"] +[dependency-groups] +dev = ["pytest"] [project.urls] Homepage = "https://nexpy.github.io/nexpy"