Skip to content

Commit 87d1a3b

Browse files
author
Jeff Whitaker
committed
include fix to pyproject.toml for 3.12
1 parent b34b395 commit 87d1a3b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ dependencies = [
3939
]
4040
dynamic = ["version"]
4141

42+
[project.optional-dependencies]
43+
tests = [
44+
"Cython",
45+
"packaging",
46+
"pytest",
47+
]
48+
49+
4250
[project.readme]
4351
text = """\
4452
netCDF version 4 has many features not found in earlier versions of the library,

0 commit comments

Comments
 (0)