Skip to content

Commit

Permalink
Version Bump (#567)
Browse files Browse the repository at this point in the history
* pre release version bump

* trigger CI

* drop qiskit-terra dependency

* update dependencies

* upgrade certifi

* bump required pennylane version

* retrigger CI

* trigger CI

* update autoray dependency

* update required pl version

* pin sympy version

---------

Co-authored-by: astralcai <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
  • Loading branch information
3 people authored Jul 9, 2024
1 parent f50b76d commit d5e32b9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 23 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Release 0.37.0-dev

### New features since last release
# Release 0.37.0

### Improvements 🛠

Expand All @@ -10,14 +8,6 @@
* Improvements have been made to load circuits with `SwitchCaseOp` gates with default case.
[(#514)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/514)

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.37.0-dev"
__version__ = "0.37.0"
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class QiskitDevice(QubitDevice, abc.ABC):
"""

name = "Qiskit PennyLane plugin"
pennylane_requires = ">=0.30.0"
pennylane_requires = ">=0.37.0"
version = __version__
plugin_version = __version__
author = "Xanadu"
Expand Down
4 changes: 2 additions & 2 deletions requirements-ci-legacy.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pennylane>=0.32
pennylane>=0.37
qiskit<0.46
qiskit-ibm-runtime<0.21
numpy
sympy
sympy==1.12
4 changes: 2 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pennylane>=0.32
pennylane>=0.37
qiskit
numpy
sympy
sympy==1.12
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
appdirs==1.4.4
autograd==1.6.2
autoray==0.6.8
autoray==0.6.11
cachetools==5.3.3
certifi==2024.2.2
certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
Expand All @@ -17,8 +17,8 @@ ntlm-auth==1.5.0
numpy==1.26.4
orjson==3.9.15
pbr==6.0.0
pennylane==0.34
PennyLane-Lightning==0.34
pennylane==0.37
PennyLane-Lightning==0.37
ply==3.11
psutil==5.9.8
pycparser==2.21
Expand All @@ -29,7 +29,7 @@ qiskit-aer==0.13.3
qiskit-ibm-runtime==0.20.0
qiskit-ibm-provider==0.10.0
qiskit-ignis==0.7.1
qiskit-terra==0.46.0
qiskit-terra==0.45.3
requests==2.31.0
requests-ntlm==1.2.0
retworkx==0.14.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"qiskit-aer",
"qiskit-ibm-provider",
"qiskit-ibm-runtime",
"pennylane>=0.30",
"pennylane>=0.37",
"numpy",
"networkx>=2.2",
]
Expand Down

0 comments on commit d5e32b9

Please sign in to comment.