-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment-psychopy.yml
45 lines (45 loc) · 1.04 KB
/
environment-psychopy.yml
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
37
38
39
40
41
42
43
44
45
name: psypy
channels:
- conda-forge
- defaults
dependencies:
- python==3.7
- pip==19.1.1
- numpy==1.17.0
- matplotlib==3.1.1
- scipy==1.3.0
- pandas==0.24.2
- pillow==6.1.0
- lxml==4.3.4
- openpyxl==2.6.2
- xlrd==1.2.0
- configobj==5.0.6
- pyyaml==5.1.1
- gevent==1.4.0
- msgpack-python==0.5.6
- psutil==5.6.3
- requests[security]==2.22.0
- cffi==1.12.3
- wxpython==4.0.6
- cython==0.29.11
- pyzmq==18.0.2
- pyserial==3.4
- python-bidi==0.4.2
- moviepy==0.2.3.5
- greenlet==0.4.15
- h5py==2.9.0
- pip:
# pyglet 1.4 isn't supported for psychopy yet
# (https://github.com/psychopy/psychopy/issues/2518), and 1.3.2
# is required for python 3.7 support
# (https://bitbucket.org/pyglet/pyglet/issues/168/pyglettextdocument-fails-in-python-37-b1)
- pyglet == 1.3.2
- glfw==1.8.2
- zmq
- json-tricks==3.13.1
- pyparallel==0.2.2
- sounddevice==0.3.13
- pygame==1.9.6
- pysoundcard==0.5.2
- psychopy_ext==0.6.0.4
- psychopy == 3.1.5