Skip to content

Commit

Permalink
ndsi_backend: Require ndsi >= 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Feb 27, 2018
1 parent 5c8ca99 commit 1fd3151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/shared_modules/video_capture/ndsi_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

try:
from ndsi import __version__
assert __version__ >= '0.3.5'
assert __version__ >= '0.4'
from ndsi import __protocol_version__
except (ImportError, AssertionError):
raise Exception("pyndsi version is to old. Please upgrade")
Expand Down

0 comments on commit 1fd3151

Please sign in to comment.