Skip to content

Commit

Permalink
Require async_modbus 0.2.2 (#194)
Browse files Browse the repository at this point in the history
This modbus release contain fixes for numpy incompatibilities.

tiagocoutinho/async_modbus@v0.2.0...v0.2.2
  • Loading branch information
yozik04 authored Dec 12, 2024
2 parents 8b95ef9 + 0b92959 commit a758889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
async_modbus >= 0.2.0
async_modbus >= 0.2.2
async_timeout >= 4.0.0
black>=22.0.0
construct >= 2.10.0, < 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = find:
python_requires = >=3.9
install_requires =
construct >= 2.10.0, < 3.0.0
async_modbus >= 0.2.0
async_modbus >= 0.2.2
async_timeout >= 4.0.0
tenacity >= 8.0.0
exceptiongroup >= 1.0.0
Expand Down

0 comments on commit a758889

Please sign in to comment.