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.36k stars 604 forks source link

Update stable dependency files #6138

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 2 months 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 2 months ago

Codecov Report

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

Project coverage is 99.70%. Comparing base (d892b10) to head (b74749a). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6138 +/- ## ======================================= Coverage 99.70% 99.70% ======================================= Files 444 444 Lines 42235 42236 +1 ======================================= + Hits 42112 42113 +1 Misses 123 123 ```

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