File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ parso==0.8.4
146146pathspec==0.12.1
147147pbr==6.1.1
148148PennyLane-qiskit @ git+https://github.com/PennyLaneAI/pennylane-qiskit.git@2da462b48a09b4796f5724edf2da8d3c6c0c55cd
149- pennylane_catalyst==0.12.0.dev71
150- PennyLane_Lightning==0.42.0.dev16
151- PennyLane_Lightning_Kokkos==0.42.0.dev16
149+ pennylane_catalyst==0.12.0
150+ PennyLane_Lightning==0.42.0
151+ PennyLane_Lightning_Kokkos==0.42.0
152152pexpect==4.9.0
153153pillow==11.3.0
154154platformdirs==4.3.8
Original file line number Diff line number Diff line change 2323
2424from packaging .version import Version
2525
26- PL_CATALYST_MIN_VERSION = Version ("0.11 .0" )
26+ PL_CATALYST_MIN_VERSION = Version ("0.12 .0" )
2727
2828
2929class CompileError (Exception ):
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
1717 " appdirs" ,
1818 " autoray>=0.6.11" ,
1919 " cachetools" ,
20- " pennylane-lightning>=0.41 " ,
20+ " pennylane-lightning>=0.42 " ,
2121 " requests" ,
2222 " tomlkit" ,
2323 " typing_extensions" ,
You can’t perform that action at this time.
0 commit comments