You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements.txt
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,27 @@
1
1
# Main repo requirements
2
2
psychopy==2022.1.1
3
-
psychtoolbox
4
3
scikit-learn>=0.23.2
5
4
pandas>=1.1.4
6
5
numpy>=1.19.4
7
6
mne>=0.20.8
8
-
seaborn==0.9.0
7
+
seaborn>=0.11.0
9
8
pyriemann>=0.2.7
10
9
jupyter
11
10
muselsl>=2.0.2
12
11
brainflow>=4.8.2
13
12
gdown
14
13
matplotlib>=3.3.3
15
-
pysocks==1.7.1
16
-
pyserial==3.5
14
+
pysocks>=1.7.1
15
+
pyserial>=3.5
17
16
h5py>=3.1.0
18
17
pytest-shutil
19
18
pyo>=1.0.3; platform_system=="Linux"
20
19
21
-
# This was needed due to https://discourse.psychopy.org/t/missing-sound-libraries-for-psychopy3-standalone-release-3-2-3-for-win32/9162
22
-
pygame
23
-
24
20
# This might try to build from source on linux (since there are no wheels for Linux on PyPI)
25
21
# You can pass `--find-links=https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/` your `pip install` to use the prebuilt wheels at the link.
26
22
wxPython>=4.0 ; platform_system=="Linux"
27
23
click
28
24
29
-
# can be removed once minimum version is Python 3.7
30
-
dataclasses; python_version=='3.6'
31
-
32
25
# pywinhook needs some special treatment since there are only wheels on PyPI for Python 3.7-3.8, and building requires special tools (swig, VS C++ tools)
33
26
# See issue: https://github.com/NeuroTechX/eeg-notebooks/issues/29
34
27
pywinhook>=1.6.0 ; platform_system=="Windows" and (python_version == "3.7" or python_version == "3.8")
0 commit comments