Skip to content

Commit 63c4da3

Browse files
committed
add dependencies
1 parent d533a5f commit 63c4da3

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ stages:
113113
- bash: |
114114
set -e
115115
python -m pip install --progress-bar off --upgrade pip
116-
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1" pandas neo pymatreader antio defusedxml
116+
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1" pandas neo pymatreader antio defusedxml curryreader
117117
python -m pip uninstall -yq mne
118118
python -m pip install --progress-bar off --upgrade -e .[test]
119119
displayName: 'Install dependencies with pip'

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
dependencies:
66
- python >=3.10
77
- antio >=0.5.0
8+
- curryreader >=0.0.1
89
- darkdetect
910
- decorator
1011
- defusedxml

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ full = ["mne[full-no-qt]", "PyQt6 != 6.6.0", "PyQt6-Qt6 != 6.6.0, != 6.7.0"]
8888
# and mne[full-pyside6], which will install PySide6 instead of PyQt6.
8989
full-no-qt = [
9090
"antio >= 0.5.0",
91+
"curryreader >= 0.0.1",
9192
"darkdetect",
9293
"defusedxml",
9394
"dipy",

tools/install_pre_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ echo "pyvistaqt"
6060
pip install $STD_ARGS git+https://github.com/pyvista/pyvistaqt
6161

6262
echo "imageio-ffmpeg, xlrd, mffpy"
63-
pip install $STD_ARGS imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml antio
63+
pip install $STD_ARGS imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml antio curryreader
6464

6565
echo "mne-qt-browser"
6666
pip install $STD_ARGS git+https://github.com/mne-tools/mne-qt-browser

0 commit comments

Comments
 (0)