Skip to content

Commit d1fa38d

Browse files
committed
Pin packaging>=22.0
Fix `TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'` when running `pip install --no-deps -e .`, xref pypa/setuptools#4501
1 parent 1263075 commit d1fa38d

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"pandas>=2.0",
3535
"xarray>=2023.04",
3636
"netCDF4>=1.7",
37-
"packaging",
37+
"packaging>=22.0",
3838
]
3939
dynamic = ["version"]
4040

0 commit comments

Comments
 (0)