From 87d1a3bdae0b282cbddbdce8b22b905a80832494 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Tue, 24 Oct 2023 12:50:45 -0600 Subject: [PATCH] include fix to pyproject.toml for 3.12 --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 01562cefb..70d00626c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,14 @@ dependencies = [ ] dynamic = ["version"] +[project.optional-dependencies] +tests = [ + "Cython", + "packaging", + "pytest", +] + + [project.readme] text = """\ netCDF version 4 has many features not found in earlier versions of the library,