File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- # Release 0.42.0-dev
1+ # Release 0.42.0
22
33 ### New features since last release
44
55 ### Improvements 🛠
66
77 ### Breaking changes 💔
8+
9+ * Upgrade minimum supported version of PennyLane to 0.42.0.
10+ [ (#92 )] ( https://github.com/PennyLaneAI/pennylane-aqt/pull/92 )
811
912 ### Deprecations 👋
1013
Original file line number Diff line number Diff line change 1616Version number (major.minor.patch[-label])
1717"""
1818
19- __version__ = "0.42.0-dev "
19+ __version__ = "0.42.0"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class AQTDevice(QubitDevice):
5151
5252 # pylint: disable=too-many-instance-attributes
5353 name = "Alpine Quantum Technologies PennyLane plugin"
54- pennylane_requires = ">=0.38 .0"
54+ pennylane_requires = ">=0.42 .0"
5555 version = __version__
5656 author = "Xanadu Inc."
5757 _capabilities = {
Original file line number Diff line number Diff line change 2424# Requirements should be as minimal as possible.
2525# Avoid pinning, and use minimum version numbers
2626# only where required.
27- requirements = ["pennylane>=0.38 " , "requests" ]
27+ requirements = ["pennylane>=0.42 " , "requests" ]
2828
2929info = {
3030 # 'name' is the name that will be used by pip for installation
You can’t perform that action at this time.
0 commit comments