Skip to content

Commit

Permalink
Bump scikit-learn from 1.4.2 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.4.2...1.5.1)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent f91b229 commit a4cc25e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mne==1.7.0
mne-bids==0.14
mne[data]>=0.24
seaborn>=0.12.1
scikit-learn==1.4.2
scikit-learn==1.5.1
imbalanced-learn==0.12.3
joblib
pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy<1.27
cython
scikit-learn==1.4.2
scikit-learn==1.5.1
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
qiskit==1.*
qiskit_algorithms==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'scipy==1.13.1',
'docplex==2.25.236',
'firebase_admin==6.5.0',
'scikit-learn==1.4.2',
'scikit-learn==1.5.1',
'tqdm',
'pandas'
],
Expand Down

0 comments on commit a4cc25e

Please sign in to comment.