Skip to content

Commit

Permalink
FIX: Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 18, 2024
1 parent 9da274b commit 77baa73
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ jobs:
- run: pip install --upgrade --pre -e ./mne-python git+https://github.com/nilearn/nilearn
if: matrix.mne == 'dev'
name: Install MNE and nilearn dev
# - run: pip install --upgrade --pre --force --only-binary=":all:" --index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" "numpy>=2.0.0rc1" scipy h5py matplotlib pandas scikit-learn statsmodels "tables>=3.9.3.dev0"
# if: matrix.mne == 'dev' && startsWith(matrix.os, 'ubuntu')
# name: Install numpy, scipy, nilearn pre
# Tables on PyPI is not NumPy 2.0 compatible
- run: pip install --only-binary=":all:" --index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" "tables>=3.9.3.dev0"
- run: pip install --upgrade --pre --force --only-binary=":all:" --index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" "numpy>=2.0.0rc1" scipy h5py matplotlib pandas scikit-learn statsmodels "tables>=3.9.3.dev0"
if: matrix.mne == 'dev' && startsWith(matrix.os, 'ubuntu')
name: Install numpy, scipy, nilearn pre
- run: pip install -ve .
- run: mne sys_info
- run: ./tools/get_testing_version.sh
Expand Down

0 comments on commit 77baa73

Please sign in to comment.