Skip to content

Commit

Permalink
Remove dev dependency for pyRiemann on Pypi (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan authored Jan 23, 2023
1 parent 79863f2 commit ffb5837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
platforms='any',
python_requires=">=3.6",
install_requires=['cython', 'pyriemann @ git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann',
install_requires=['cython', 'pyriemann==0.3',
'qiskit_machine_learning @ git+https://github.com/Qiskit/qiskit-machine-learning#egg=qiskit_machine_learning',
'qiskit-ibmq-provider==0.19.2',
'qiskit-optimization==0.4.0',
Expand Down

0 comments on commit ffb5837

Please sign in to comment.