Skip to content

Commit

Permalink
FIX: Pin
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 23, 2024
1 parent 7cd6818 commit cdee1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- os: macos-latest
mne: dev
kind: conda
python: "3.11"
python: "3.12"
- os: windows-latest
mne: dev
kind: conda
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: mne-nirs
channels:
- conda-forge
dependencies:
- python>=3.8
- python>=3.9
- pip
- mne
- nilearn
- statsmodels
- pytables
- pytables>=3.8

0 comments on commit cdee1fd

Please sign in to comment.