Skip to content

Commit 1441e02

Browse files
Bump pyriemann from 0.6 to 0.8
Bumps [pyriemann](https://github.com/pyRiemann/pyRiemann) from 0.6 to 0.8. - [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.8) --- updated-dependencies: - dependency-name: pyriemann dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96bb2c5 commit 1441e02

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.8
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.8',
3939
'qiskit==1.*',
4040
'qiskit_algorithms==0.3.1',
4141
'qiskit_machine_learning==0.7.2',

0 commit comments

Comments
 (0)