devilkiller-ag / Quantum-Circuit-Game-Engine

Quantum Circuit Game Engine for Pygame based Quantum Games
https://pypi.org/project/qcge/
MIT License
6 stars 3 forks source link

Remove qiskit-terra explicit dependency #3

Open 1ucian0 opened 7 months ago

1ucian0 commented 7 months ago

qiskit-terra is part of the qiskit<1 meta-package. Keeping the double-dependency is redundant and forces to keep them in track. Additionally qiskit-terra is on its way to sunset.

Consider removing qiskit-terra dependency:

https://github.com/devilkiller-ag/Quantum-Circuit-Game-Engine/blob/d75e122e1d0ded55b29c6b0843539297fd862eff/setup.py#L26

devilkiller-ag commented 7 months ago

Hi @1ucian0, Would you like to work on this?

1ucian0 commented 7 months ago

Sure!

devilkiller-ag commented 7 months ago

Thanks @1ucian0, feel free to discuss further under this issue if you get stuck somewhere or you can open a draft PR now and discuss your work with me there.