Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requirements.txt file #2029

Merged
merged 9 commits into from
Oct 28, 2020
Prev Previous commit
Next Next commit
Update pupil-labs dependencies to release tags
  • Loading branch information
romanroibu committed Oct 28, 2020
commit 56e70fb435ce93e5c228df4d14e1fa476acbc568
24 changes: 9 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,18 @@ opencv-python==3.* ; platform_system == "Windows"
pupil-apriltags==1.0.3
pupil-detectors==1.1.1

# pupil-labs/PyAV 0.4.5
# TODO: Replace the line below with the following:
# av @ git+https://github.com/pupil-labs/PyAV@v0.4.5 ; platform_system != "Windows"
# when the branch `add-pyproject` is merged and there is a new release
av @ git+https://github.com/pupil-labs/PyAV@add-pyproject ; platform_system != "Windows"
av @ https://github.com/pupil-labs/PyAV/releases/download/v0.4.5/av-0.4.5-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"
# pupil-labs/PyAV 0.4.6
av @ git+https://github.com/pupil-labs/PyAV@v0.4.6 ; platform_system != "Windows"
av @ https://github.com/pupil-labs/PyAV/releases/download/v0.4.6/av-0.4.6-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"

# pupil-labs/pyuvc
# TODO: Replace the line below with the following:
# uvc @ git+https://github.com/pupil-labs/pyuvc@v0.13 ; platform_system != "Windows"
# when there is a new release
uvc @ git+https://github.com/pupil-labs/pyuvc@master ; platform_system != "Windows"
uvc @ https://github.com/pupil-labs/pyuvc/releases/download/v0.13/uvc-0.13-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"
# pupil-labs/pyuvc 0.14
uvc @ git+https://github.com/pupil-labs/pyuvc@v0.14 ; platform_system != "Windows"
uvc @ https://github.com/pupil-labs/pyuvc/releases/download/v0.14/uvc-0.14-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"

# pupil-labs/pyglui 1.28
pyglui @ git+https://github.com/pupil-labs/pyglui@v1.28 ; platform_system != "Windows"
pyglui @ https://github.com/pupil-labs/pyglui/releases/download/v1.28/pyglui-1.28-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"

# pupil-labs/pyndsi 1.3
ndsi @ git+https://github.com/pupil-labs/pyndsi@v1.3 ; platform_system != "Windows"
ndsi @ https://github.com/pupil-labs/pyndsi/releases/download/v1.3/ndsi-1.3-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"
# pupil-labs/pyndsi 1.4
ndsi @ git+https://github.com/pupil-labs/pyndsi@v1.4 ; platform_system != "Windows"
ndsi @ https://github.com/pupil-labs/pyndsi/releases/download/v1.4/ndsi-1.4-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"