Skip to content

Commit

Permalink
Add explicit setuptools dependency
Browse files Browse the repository at this point in the history
Without setuptools, conda-lock fails with
`ModuleNotFoundError: No module named 'distutils'`
as reported in #607
  • Loading branch information
maresb committed Feb 11, 2024
1 parent 8284506 commit ba3d009
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 @@ -35,6 +35,7 @@ dependencies = [
"jinja2",
"pydantic >=1.10",
"pyyaml >= 5.1",
"setuptools",
'tomli; python_version<"3.11"',
"typing-extensions",
# conda dependencies
Expand Down

0 comments on commit ba3d009

Please sign in to comment.