We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4d0bb commit 70c7fdfCopy full SHA for 70c7fdf
pennylane/compiler/compiler.py
@@ -23,7 +23,7 @@
23
24
from packaging.version import Version
25
26
-PL_CATALYST_MIN_VERSION = Version("0.13.0")
+PL_CATALYST_MIN_VERSION = Version("0.12.0")
27
28
29
class CompileError(Exception):
pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
17
"appdirs",
18
"autoray>=0.6.11,<0.8",
19
"cachetools",
20
- "pennylane-lightning>=0.43",
+ "pennylane-lightning>=0.42",
21
"requests",
22
"tomlkit",
"typing_extensions",
0 commit comments