-
Notifications
You must be signed in to change notification settings - Fork 68
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
Increment version 0.16.0 #140
Conversation
Codecov Report
@@ Coverage Diff @@
## master #140 +/- ##
=======================================
Coverage 99.30% 99.30%
=======================================
Files 7 7
Lines 287 287
=======================================
Hits 285 285
Misses 2 2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @albi3ro, thanks! 🙂 I think we'll have to increase the pennylane_requires
attribute and pin the pennylane versions in the requirements.txt
and setup.py
files to v0.16.0 due to the projector addition. With previous PL versions that would be failing, as qml.Projector
was added in v0.16.0.
Checks ran well in the last commit that used the latest version of PennyLane: 814ea3b As this plugin will depend on v0.16.0 of PennyLane, checks are failing now. |
pennylane_requires
attribute