Skip to content

Commit d678aed

Browse files
committed
build(deps): loosened requirements for seaborn, removed unneeded requirements
1 parent 2e0f55e commit d678aed

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

requirements.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,27 @@
11
# Main repo requirements
22
psychopy==2022.1.1
3-
psychtoolbox
43
scikit-learn>=0.23.2
54
pandas>=1.1.4
65
numpy>=1.19.4
76
mne>=0.20.8
8-
seaborn==0.9.0
7+
seaborn>=0.11.0
98
pyriemann>=0.2.7
109
jupyter
1110
muselsl>=2.0.2
1211
brainflow>=4.8.2
1312
gdown
1413
matplotlib>=3.3.3
15-
pysocks==1.7.1
16-
pyserial==3.5
14+
pysocks>=1.7.1
15+
pyserial>=3.5
1716
h5py>=3.1.0
1817
pytest-shutil
1918
pyo>=1.0.3; platform_system == "Linux"
2019

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-
2420
# This might try to build from source on linux (since there are no wheels for Linux on PyPI)
2521
# 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.
2622
wxPython>=4.0 ; platform_system == "Linux"
2723
click
2824

29-
# can be removed once minimum version is Python 3.7
30-
dataclasses; python_version == '3.6'
31-
3225
# 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)
3326
# See issue: https://github.com/NeuroTechX/eeg-notebooks/issues/29
3427
pywinhook>=1.6.0 ; platform_system == "Windows" and (python_version == "3.7" or python_version == "3.8")

0 commit comments

Comments
 (0)