Skip to content

Commit

Permalink
mne-stable errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 5, 2023
1 parent b8e2c81 commit 2632c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
include:
- os: macos-latest
python-version: "3.10"
mne-version: mne-stable
mne-version: mne-main # pin to main for import functions until 1.6 release
qt: PyQt6
# Old (and PyQt5)
- os: ubuntu-latest
python-version: "3.9"
mne-version: mne-stable
mne-version: mne-main # pin to main for import functions until 1.6 release
qt: PyQt5
# PySide2
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies = [
"dipy>=1.4",
"traitlets",
"setuptools >=65",
"imageio-ffmpeg>=0.4.1",
]
dynamic = ["version"]

Expand All @@ -33,6 +32,7 @@ tests = [
"pytest-cov",
"black", # function signature formatting
"sphinx-gallery",
"imageio-ffmpeg>=0.4.1",
]

[project.urls]
Expand Down

0 comments on commit 2632c63

Please sign in to comment.