Skip to content

Commit

Permalink
Require zeromq-pyre >= 0.3.4
Browse files Browse the repository at this point in the history
Handles #2174 gracefully
  • Loading branch information
papr committed Sep 13, 2021
1 parent 2600096 commit 2f5d6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/shared_modules/time_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
try:
from pyre import __version__

assert __version__ >= "0.3.1"
assert __version__ >= "0.3.4"
except (ImportError, AssertionError):
raise Exception("Pyre version is to old. Please upgrade")

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ scikit-learn
scipy
glfw>=2.0.0
ndsi==1.4.*
zeromq-pyre>=0.3.4 # Gracefully handle https://github.com/pupil-labs/pupil/issues/2174

cysignals ; platform_system != "Windows"

Expand Down

0 comments on commit 2f5d6f9

Please sign in to comment.