Skip to content

Commit

Permalink
FIX: Better
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 24, 2024
1 parent e2d78db commit d9c3f3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ cd mne-python
pip install -e .
cd ..
echo "Installing dependencies"
python -m pip install --upgrade --progress-bar off -r requirements.txt -r requirements_testing.txt -r requirements_doc.txt "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git@main"
python -m pip install -e .
python -m pip install --upgrade --progress-bar off \
-r requirements.txt -r requirements_testing.txt -r requirements_doc.txt \
"mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git@main" \
--only-binary="numpy,scipy,scikit-learn,matplotlib,pandas,ndindex,tables" \
-e .

0 comments on commit d9c3f3e

Please sign in to comment.