https://github.com/pupil-labs/pupil
Raw File
Tip revision: b51bbbcfd947b7971e94350958cc0de3547e0a0d authored by Pablo Prietz on 29 July 2022, 08:54:54 UTC
Explicitly pass container format to av.open
Tip revision: b51bbbc
requirements.txt
###
### Third-party
###
msgpack>=1.0.0
numexpr
packaging>=20.0
psutil
pyaudio
pyopengl
pyzmq
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"

win_inet_pton ; platform_system == "Windows"
opencv-python==3.* ; platform_system == "Windows"

###
### Pupil-Labs
###
pupil-apriltags==1.0.4
pupil-detectors==2.0.*
pye3d==0.3.0
pyglui>=1.31.0

# 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 0.14
uvc @ https://github.com/pupil-labs/pyuvc/releases/download/v0.14/uvc-0.14-cp36-cp36m-win_amd64.whl ; platform_system == "Windows"
uvc @ git+https://github.com/pupil-labs/pyuvc@no-kernel-detach-older-macos ; platform_system == "Darwin"
uvc @ git+https://github.com/pupil-labs/pyuvc@v0.14.1 ; platform_system == "Linux"
back to top