We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1bd9 commit 4a9a4a5Copy full SHA for 4a9a4a5
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
dependencies = [
38
"cftime",
39
"certifi",
40
+ "packaging",
41
"numpy>=2.3.0; platform_system == 'Windows' and platform_machine == 'ARM64'",
42
"numpy>=1.21.2; platform_system != 'Windows' or platform_machine != 'ARM64'",
43
]
@@ -45,7 +46,6 @@ dynamic = ["version"]
45
46
[project.optional-dependencies]
47
tests = [
48
"Cython",
- "packaging",
49
"pytest",
50
"typing-extensions>=4.15.0",
51
0 commit comments