Skip to content

Commit

Permalink
declare test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 23, 2023
1 parent 63eae57 commit 6305503
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ requires = [
"Cython>=0.29",
"oldest-supported-numpy",
"setuptools>=61",
"packaging",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -40,6 +39,13 @@ 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,
Expand Down

0 comments on commit 6305503

Please sign in to comment.