Skip to content

Commit c8f26d3

Browse files
Bump pyriemann from 0.6 to 0.7
Bumps [pyriemann](https://github.com/pyRiemann/pyRiemann) from 0.6 to 0.7. - [Release notes](https://github.com/pyRiemann/pyRiemann/releases) - [Changelog](https://github.com/pyRiemann/pyRiemann/blob/master/doc/whatsnew.rst) - [Commits](pyRiemann/pyRiemann@v0.6...v0.7) --- updated-dependencies: - dependency-name: pyriemann dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5d1260 commit c8f26d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ qiskit-optimization==0.6.1
2020
qiskit-aer==0.15.1
2121
scipy==1.13.1
2222
moabb==1.1.1
23-
pyriemann==0.6
23+
pyriemann==0.7
2424
docplex>=2.21.207
2525
firebase_admin==6.6.0
2626
qiskit-symb==0.2.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
install_requires=[
3636
'numpy<2.2',
3737
'cython',
38-
'pyriemann==0.6',
38+
'pyriemann==0.7',
3939
'qiskit==1.*',
4040
'qiskit_algorithms==0.3.1',
4141
'qiskit_machine_learning==0.7.2',

0 commit comments

Comments
 (0)