Skip to content

Commit 662dbf0

Browse files
dependabot[bot]mne-botlarsoner
authored
[dependabot]: Bump the actions group with 2 updates (#13728)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mne[bot] <50266005+mne-bot@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 14d0916 commit 662dbf0

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install build twine
2929
- run: python -m build --sdist --wheel
3030
- run: twine check --strict dist/*
31-
- uses: actions/upload-artifact@v6
31+
- uses: actions/upload-artifact@v7
3232
with:
3333
name: dist
3434
path: dist
@@ -43,7 +43,7 @@ jobs:
4343
name: pypi
4444
url: https://pypi.org/p/mne
4545
steps:
46-
- uses: actions/download-artifact@v7
46+
- uses: actions/download-artifact@v8
4747
with:
4848
name: dist
4949
path: dist

tools/install_pre_requirements.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ echo "::endgroup::"
2424
echo "::group::Scientific Python Nightly Wheels"
2525
python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
2626
--index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \
27-
"numpy>=2.1.0.dev0" \
28-
"scipy>=1.15.0.dev0" \
29-
"scikit-learn>=1.6.dev0" \
30-
"pandas>=3.0.0.dev0" \
31-
"statsmodels>=0.15.0.dev697" \
27+
"numpy>=2.5.0.dev0" \
28+
"scipy>=1.18.0.dev0" \
29+
"scikit-learn>=1.9.dev0" \
30+
"pandas>=3.1.0.dev0" \
3231
"dipy>=1.12.0.dev0" \
3332
"tables>=3.10.3.dev0" \
3433
"pyarrow>=22.0.0.dev0" \
3534
"matplotlib>=3.11.0.dev0" \
3635
"h5py>=3.13.0"
36+
# "statsmodels>=0.15.0.dev697"
3737
echo "::endgroup::"
38+
# No statsmodels because of https://github.com/MacPython/statsmodels-wheels/issues/202
3839
# No Numba because it forces an old NumPy version
3940

4041
echo "::group::VTK"

0 commit comments

Comments
 (0)