Revision ec980913488d0a938ffd79f2cc3a2c480a2d4248 authored by pre-commit-ci[bot] on 29 November 2022, 01:08:46 UTC, committed by GitHub on 29 November 2022, 01:08:46 UTC
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
1 parent 429a41e
Raw File
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