Skip to content

Commit

Permalink
fix: add setuptools as dependency for python >3.12, as it is not incl…
Browse files Browse the repository at this point in the history
…uded in the standard library any more
  • Loading branch information
dlohmeier committed Aug 20, 2024
1 parent 6860ab2 commit cc031b5
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 @@ -35,7 +35,7 @@ dependencies = [
'pandapower ~= 2.14.6',
'matplotlib',
'shapely',
'setuptools; python_version == "3.12"',
'setuptools; python_version >= "3.12"',
]
keywords = [
"network", "analysis", "optimization", "automation", "grid", "energy", "engineering", "simulation", "pipeflow", "pandapipes", "gas"
Expand Down

0 comments on commit cc031b5

Please sign in to comment.