Skip to content

Commit ffb5837

Browse files
authored
Remove dev dependency for pyRiemann on Pypi (#94)
1 parent 79863f2 commit ffb5837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
platforms='any',
3535
python_requires=">=3.6",
36-
install_requires=['cython', 'pyriemann @ git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann',
36+
install_requires=['cython', 'pyriemann==0.3',
3737
'qiskit_machine_learning @ git+https://github.com/Qiskit/qiskit-machine-learning#egg=qiskit_machine_learning',
3838
'qiskit-ibmq-provider==0.19.2',
3939
'qiskit-optimization==0.4.0',

0 commit comments

Comments
 (0)