forked from pupil-labs/pupil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
36 lines (31 loc) · 989 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###
### 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/[email protected] ; 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/[email protected] ; 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"