Skip to content

Commit

Permalink
[MNT] fixing the sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
bruAristimunha authored Dec 15, 2024
1 parent e52b71d commit b95e9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ scipy = "^1.9.3"
mne = "^1.7.0"
pandas = ">=1.5.2"
h5py = "^3.10.0"
scikit-learn = ">=1.4.2"
# TODO: remove this once skorch release
scikit-learn = "<1.6"
matplotlib = "^3.6.2"
seaborn = "^0.12.1"
pyriemann = "^0.7"
Expand Down

0 comments on commit b95e9b2

Please sign in to comment.