Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon committed Mar 1, 2024
1 parent 5f8acde commit 5f2dc3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

if installation_required:
print("Modbus library not found - installing...")
TBUtility.install_package("pymodbus", ">=3.0.0")
TBUtility.install_package("pymodbus", "3.0.0")
TBUtility.install_package('pyserial')
TBUtility.install_package('pyserial-asyncio')

Expand Down

0 comments on commit 5f2dc3b

Please sign in to comment.