Skip to content

Commit

Permalink
fix(api): bump pyserial dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jan 25, 2021
1 parent a50f900 commit e6cfd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version():
"writing automated biology lab protocols easy.")
PACKAGES = find_packages(where='src')
INSTALL_REQUIRES = [
'pyserial==3.4',
'pyserial==3.5',
'numpy>=1.15.1',
'jsonschema>=3.0.2,<4',
'aionotify==0.2.0',
Expand Down

0 comments on commit e6cfd3d

Please sign in to comment.