File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 "Home-page" : "https://github.com/freesurfer/surfa" ,
6464 "Summary" : "Utilities for medical image and surface processing." ,
6565 },
66- # This package does not provide wheels, so don't force CircleCI to build it.
67- # If it eventually provides binary wheels we could add it to
68- # `tools/circleci_dependencies.sh` and remove from here.
69- # https://github.com/Eelbrain/Eelbrain/issues/130
70- "eelbrain" : {
71- "Home-page" : "https://eelbrain.readthedocs.io/en/stable/" ,
72- "Summary" : "Open-source Python toolkit for MEG and EEG data analysis." ,
73- },
74- # TODO: these do not set a valid homepage or documentation page on PyPI
75- "mffpy" : {
76- "Home-page" : "https://github.com/BEL-Public/mffpy" ,
77- "Summary" : "Reader and Writer for Philips' MFF file format." ,
78- },
7966 # not on PyPI
8067 "conpy" : {
8168 "Home-page" : "https://github.com/aaltoimaginglanguage/conpy" ,
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ bycycle
66curryreader
77dcm2niix
88eeg_positions
9+ eelbrain
910emd
1011fooof
1112hedtools
1213meegkit
1314meggie
15+ mffpy
1416mne-ari
1517mne-bids-pipeline
1618mne-denoise
Original file line number Diff line number Diff line change 33set -x
44python -m pip install --upgrade " pip>=25.1" build
55# rpy2 3.6.7 (or its deps) cause problems with our installed R version, so pin them
6+ # also install colormath because it doesn't have a binary wheel
67python -m pip install --upgrade --only-binary=numpy,scipy \
7- " rpy2==3.6.6" " rpy2-rinterface==3.6.5" " rpy2-robjects==3.6.4" mne-ari
8+ " rpy2==3.6.6" " rpy2-rinterface==3.6.5" " rpy2-robjects==3.6.4" mne-ari colormath
89python -m pip install --upgrade --only-binary=:all: \
910 -ve .[full-pyside6] \
1011 --group=test \
You can’t perform that action at this time.
0 commit comments