Skip to content

Commit 4a9a4a5

Browse files
committed
packaging was test only
1 parent 05c1bd9 commit 4a9a4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
dependencies = [
3838
"cftime",
3939
"certifi",
40+
"packaging",
4041
"numpy>=2.3.0; platform_system == 'Windows' and platform_machine == 'ARM64'",
4142
"numpy>=1.21.2; platform_system != 'Windows' or platform_machine != 'ARM64'",
4243
]
@@ -45,7 +46,6 @@ dynamic = ["version"]
4546
[project.optional-dependencies]
4647
tests = [
4748
"Cython",
48-
"packaging",
4949
"pytest",
5050
"typing-extensions>=4.15.0",
5151
]

0 commit comments

Comments
 (0)