Skip to content

Commit

Permalink
pybennu: lock pypower version to 5.1.16
Browse files Browse the repository at this point in the history
5.1.17 causes breaking changes
  • Loading branch information
cmulk authored and GhostofGoes committed Feb 28, 2025
1 parent 37ecdc9 commit c6060b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybennu/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run(self):
'numpy>=1.11.2', # >=1.11.2 ~=1.21.2
'opendssdirect.py~=0.6.1',
'py-expression-eval~=0.3.14',
'PYPOWER>=5.1.16', # ==5.1.15
'PYPOWER==5.1.16', # ==5.1.15
'pyserial>=3.4', # >=3.4
'PyYAML>=3.12', # pyyaml>=3.12 ==5.4.1
'requests>=2.20', # ~=2.26.0
Expand Down

0 comments on commit c6060b5

Please sign in to comment.