Skip to content

Commit b17e507

Browse files
committed
FIX: Circle [circle full]
1 parent 2bd8ba2 commit b17e507

3 files changed

Lines changed: 17 additions & 18 deletions

File tree

doc/sphinxext/related_software.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
alphaCSC
44
autoreject
55
bycycle
6-
conpy
76
curryreader
87
dcm2niix
98
eeg_positions
109
emd
1110
fooof
11+
hedtools
1212
meegkit
1313
meggie
1414
mne-ari
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# deps with onerous requirements (tensorflow, wxPython, mayavi, opencv)
2-
cross-domain-saliency-maps
3-
fsleyes
4-
mne-kit-gui
5-
mne-videobrowser
6-
hedtools # because it limits our Pandas version currently
1+
# deps with onerous requirements
2+
conpy # requires future and subprocess32, which don't have wheels
3+
cross-domain-saliency-maps # tensorflow
4+
fsleyes # wxPython
5+
mne-kit-gui # mayavi
6+
mne-videobrowser # opencv
77
zuna # requires pytorch

tools/circleci_dependencies.sh

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
#!/bin/bash -ef
22

3-
ONLY_BINARY="--only-binary=:all:"
3+
ONLY_BINARY="--only-binary=:all: --no-binary=mne-ari,rpy2-interface"
44

55
set -x
6-
python -m pip install --upgrade $ONLY_BINARY "pip>=25.1" build
6+
python -m pip install --upgrade "pip>=25.1" build
77
# rpy2 3.6.7 (or its deps) cause problems with our installed R version, so pin them
8-
# and the interface doesn't have wheels so allow it to build
9-
python -m pip install --upgrade \
10-
"rpy2==3.6.6" "rpy2-rinterface==3.6.5" "rpy2-robjects==3.6.4"
11-
python -m pip install --upgrade $ONLY_BINARY \
8+
python -m pip install --upgrade --progress-bar off $ONLY_BINARY \
129
-ve .[full-pyside6] \
1310
--group=test \
1411
--group=doc-full \
12+
"rpy2==3.6.6" "rpy2-rinterface==3.6.5" "rpy2-robjects==3.6.4" \
1513
-r doc/sphinxext/related_software.txt \
16-
"git+https://github.com/mne-tools/mne-bids.git" \
17-
"git+https://github.com/mne-tools/mne-qt-browser.git" \
18-
"git+https://github.com/pyvista/pyvista.git" \
19-
"git+https://github.com/sphinx-gallery/sphinx-gallery.git"
20-
python -m pip install --upgrade --no-deps $ONLY_BINARY \
14+
"mne-bids @ https://github.com/mne-tools/mne-bids/archive/refs/heads/main.zip" \
15+
"mne-qt-browser @ https://github.com/mne-tools/mne-qt-browser/archive/refs/heads/main.zip" \
16+
"pyvista @ https://github.com/pyvista/pyvista/archive/refs/heads/main.zip" \
17+
"pyvistaqt @ https://github.com/pyvista/pyvistaqt/archive/refs/heads/main.zip" \
18+
"sphinx-gallery @ https://github.com/sphinx-gallery/sphinx-gallery/archive/refs/heads/master.zip"
19+
python -m pip install --upgrade --progress-bar off --no-deps $ONLY_BINARY \
2120
-r doc/sphinxext/related_software_nodeps.txt

0 commit comments

Comments
 (0)