Skip to content

Commit

Permalink
Bump scikit-learn from 1.5.1 to 1.5.2 (#315)
Browse files Browse the repository at this point in the history
* Bump scikit-learn from 1.5.1 to 1.5.2

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.5.1...1.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update light_benchmark.yml

* Update deploy_ghpages.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gcattan <gcattan@hotmail.fr>
  • Loading branch information
dependabot[bot] and gcattan authored Oct 1, 2024
1 parent 94ed524 commit 6050e7f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
with:
path: ~/.cache/pip
key: deploy_ghpages.yml
- name: Copy feature maps
run: |
cp -a ./symb_statevectors/. ./examples/ERP/symb_statevectors
cp -a ./symb_statevectors/. ./examples/MI/symb_statevectors
cp -a ./symb_statevectors/. ./examples/other_datasets/symb_statevectors
cp -a ./symb_statevectors/. ./examples/toys_dataset/symb_statevectors
- name: Generate HTML docs
env:
FIREBASE_CERTIFICATE: ${{ secrets.FIREBASE_CERTIFICATE }}
Expand All @@ -39,6 +33,10 @@ jobs:
python -m pip install --upgrade pip
apt-get -y install --fix-missing git-core
apt-get -y install build-essential
cp -a ./symb_statevectors/. ./examples/ERP/symb_statevectors
cp -a ./symb_statevectors/. ./examples/MI/symb_statevectors
cp -a ./symb_statevectors/. ./examples/other_datasets/symb_statevectors
cp -a ./symb_statevectors/. ./examples/toys_dataset/symb_statevectors
- name: Upload generated HTML as artifact
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/light_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run benchmark script (main)
id: run-benchmark-main
run: |
python benchmarks/light_benchmark.py ${{steps.run-benchmark-pr.outputs.RG_QSVM}} ${{steps.run-benchmark-pr.outputs.RG_VQC}} ${{steps.run-benchmark-pr.outputs.QMDM_mean}} ${{steps.run-benchmark-pr.outputs.QMDM_dist}} ${{steps.run-benchmark-pr.outputs.RG_LDA}} ${{steps.run-benchmark-pr.outputs.NCH_MIN_HULL}}
python benchmarks/light_benchmark.py ${{steps.run-benchmark-pr.outputs.RG_QSVM}} ${{steps.run-benchmark-pr.outputs.RG_VQC}} ${{steps.run-benchmark-pr.outputs.QMDM_mean}} ${{steps.run-benchmark-pr.outputs.QMDM_dist}} ${{steps.run-benchmark-pr.outputs.RG_LDA}} ${{steps.run-benchmark-pr.outputs.NCH_MIN_HULL}} ${{steps.run-benchmark-pr.outputs.NCH_MIN_HULL_QAOACV}}
- name: Compare performance
run: |
echo ${{steps.run-benchmark-main.outputs.success}}
Expand Down
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.8.0
mne-bids==0.14
mne[data]>=0.24
seaborn>=0.12.1
scikit-learn==1.5.1
scikit-learn==1.5.2
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.5.1
scikit-learn==1.5.2
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.28.240',
'firebase_admin==6.5.0',
'scikit-learn==1.5.1',
'scikit-learn==1.5.2',
'tqdm',
'pandas',
],
Expand Down

0 comments on commit 6050e7f

Please sign in to comment.