Skip to content

Commit

Permalink
Merge pull request #2141 from pupil-labs/pye3d_v0.0.7
Browse files Browse the repository at this point in the history
Bump pye3d requirement to v0.0.7
  • Loading branch information
papr authored May 12, 2021
2 parents 9dcd6fc + 3f97de7 commit 87e2c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
logger = logging.getLogger(__name__)

version_installed = getattr(pye3d, "__version__", "0.0.1")
version_supported = "0.0.6"
version_supported = "0.0.7"

if version_installed != version_supported:
logger.info(
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opencv-python==3.* ; platform_system == "Windows"
###
pupil-apriltags==1.0.4
pupil-detectors==2.0.*
pye3d==0.0.6
pye3d==0.0.7

# pupil-labs/PyAV 0.4.6
av @ git+https://github.com/pupil-labs/[email protected] ; platform_system != "Windows"
Expand Down

0 comments on commit 87e2c99

Please sign in to comment.