Skip to content

Commit

Permalink
FIX: Dont run 5.12 (mne-tools#5915)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Feb 10, 2019
1 parent 3e29d77 commit 11e73a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
name: Patch Qt
command: |
conda remove --yes qt pyqt matplotlib sip libxcb icu
pip install PyQt5 PyQt5-sip sip matplotlib
pip install "PyQt5<5.12" PyQt5-sip sip matplotlib
echo "export LD_PRELOAD=~/miniconda/envs/mne/lib/libgobject-2.0.so.0" >> $BASH_ENV
pip install --upgrade "https://api.github.com/repos/nipy/PySurfer/zipball/master"
- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy
scipy
matplotlib
mayavi
pyqt5
pyqt5<5.12
pyqt5-sip
sip
scikit-learn
Expand Down

0 comments on commit 11e73a4

Please sign in to comment.