https://github.com/pupil-labs/pupil
Raw File
Tip revision: 955b4adafee11a7448df97fdec4e2792a9d24e17 authored by Pablo Prietz on 10 March 2021, 10:20:12 UTC
Merge pull request #2113 from pupil-labs/develop
Tip revision: 955b4ad
requirements.txt
###
### Third-party
###
msgpack>=1.0.0
numexpr
packaging>=20.0
psutil
pyaudio
pyopengl
pyzmq
scikit-learn
scipy
glfw>=2.0.0
pyre @ https://github.com/zeromq/pyre/archive/master.zip

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.0.6

# 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 @ git+https://github.com/pupil-labs/pyuvc@v0.14.1 ; platform_system != "Windows" # Minor patch fixes build issues in pyproject.toml
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.29
pyglui @ git+https://github.com/pupil-labs/pyglui@v1.29 ; platform_system != "Windows"
pyglui @ https://github.com/pupil-labs/pyglui/releases/download/v1.29/pyglui-1.29-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"
back to top