Skip to content

Commit

Permalink
add setuptools as dependencies as this mitigates the missing distutil…
Browse files Browse the repository at this point in the history
…s package in python 3.12
  • Loading branch information
derNarr committed Apr 8, 2024
1 parent 2eb7640 commit ef3d73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ xarray = ">=2022.6.0"
netCDF4 = ">=1.6.0"
Cython = ">=3.0.0"
toml = ">=0.10.2"
setuptools = ">=69.2.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.0"
Expand Down

0 comments on commit ef3d73e

Please sign in to comment.