File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ packaging==24.1
117117pandocfilters==1.5.1
118118parso==0.8.4
119119pathspec==0.12.1
120- PennyLane-Catalyst==0.8 .0
121- PennyLane_Lightning==0.38 .0
120+ PennyLane-Catalyst==0.9 .0
121+ PennyLane_Lightning==0.39 .0
122122pexpect==4.9.0
123123pillow==10.4.0
124124platformdirs==4.2.2
Original file line number Diff line number Diff line change 2323
2424from packaging .version import Version
2525
26- PL_CATALYST_MIN_VERSION = Version ("0.8 .0" )
26+ PL_CATALYST_MIN_VERSION = Version ("0.9 .0" )
2727
2828
2929class CompileError (Exception ):
Original file line number Diff line number Diff line change 3030 "appdirs" ,
3131 "autoray>=0.6.11" ,
3232 "cachetools" ,
33- "pennylane-lightning>=0.38 " ,
33+ "pennylane-lightning>=0.39 " ,
3434 "requests" ,
3535 "typing_extensions" ,
3636 "packaging" ,
You can’t perform that action at this time.
0 commit comments