Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the namespace packages depend on the 0.X version of lightning.qubit only #551

Open
mlxd opened this issue Nov 3, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mlxd
Copy link
Member

mlxd commented Nov 3, 2023

requirements += ["pennylane_lightning==" + version]

Currently the design of the namespace packages requires all 0.0.Y releases to match in version to lightning.qubit. In the instance of a bug-fix release of lightning.kokkos or lightning.gpu, this requires lightning.qubit also be incremented.

We can ensure lightning.kokkos and lightning.gpu only depend on the 0.X version of lightning.qubit to allow it to remain stationary, during development and under bug-fix releases.

@mlxd mlxd added enhancement New feature or request good first issue Good for newcomers labels Nov 3, 2023
@AnuravModak
Copy link

Hello, is this issue still open? If yes please let me know and any additional information to solve this one would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants