PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.17k stars 568 forks source link

Update stable dependency files #5887

Closed github-actions[bot] closed 3 days ago

github-actions[bot] commented 1 week ago

Automatic update of stable requirement files to snapshot valid python environments.

Because bots are not able to trigger CI on their own, please do so by pushing an empty commit to this branch using the following command:

git commit --allow-empty -m 'trigger ci'

Alternatively, wait for this branch to be out-of-date with master, then just use the "Update branch" button!

Note that it is expected that the PennyLane-Lightning repo is a version ahead of the release, because the version number is taken from the dev branch. Trying to pip install from the files will fail until that major version of Lightning is released.

If pip install fails with a not found error when installing because of this, it can be fixed by manually downgrading the PennyLane-Lightning version number in the file by 1 version and trying again.

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.66%. Comparing base (442cbab) to head (5aff870).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5887 +/- ## ========================================== - Coverage 99.67% 99.66% -0.01% ========================================== Files 425 425 Lines 40753 40457 -296 ========================================== - Hits 40621 40323 -298 - Misses 132 134 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.