Skip to content

Commit

Permalink
Update pybennu setup.py
Browse files Browse the repository at this point in the history
PYPOWER 5.1.15 has error with depreciated asscalar package. Use 5.1.16 or higher as it has been fixed.
  • Loading branch information
mgaliar committed May 7, 2024
1 parent 0d13eaf commit a1e9c48
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.0.1', # ==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 a1e9c48

Please sign in to comment.