Skip to content

Commit

Permalink
Pin packaging>=22.0
Browse files Browse the repository at this point in the history
Fix `TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'` when running `pip install --no-deps -e .`, xref pypa/setuptools#4501
  • Loading branch information
weiji14 committed Nov 21, 2024
1 parent 1263075 commit d1fa38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"pandas>=2.0",
"xarray>=2023.04",
"netCDF4>=1.7",
"packaging",
"packaging>=22.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit d1fa38d

Please sign in to comment.