Skip to content

Commit

Permalink
[cocopp] Declare pkg_resources dependency
Browse files Browse the repository at this point in the history
Since Python 3.12, pkg_resources is not installed by default. We need to
explicitly pull in setuptools. This is a short term fix for #2229.
  • Loading branch information
olafmersmann committed Nov 9, 2023
1 parent 79dbb1a commit ae3a860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code-postprocessing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ classifiers = [
dependencies = [
"matplotlib >=3.5.0",
"numpy >=1.21.0",
"setuptools >=61.0", # For pkg_resources
]
dynamic = ["version"]

Expand Down

0 comments on commit ae3a860

Please sign in to comment.