Skip to content

Commit

Permalink
Specify minimum pyserial requirement (see instrumentkit#58).
Browse files Browse the repository at this point in the history
  • Loading branch information
bilderbuchi committed Mar 17, 2018
1 parent e131659 commit 7ed76b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]
INSTALL_REQUIRES = [
"numpy",
"pyserial",
"pyserial>=3.3",
"quantities",
"enum34",
"future",
Expand Down

0 comments on commit 7ed76b0

Please sign in to comment.