Skip to content

Commit cc5cf85

Browse files
author
GitHub Actions Bot
committed
Bump minimum Lightning and Catalyst versions to 0.0.1 and 0.0.1
1 parent 9d6f6fa commit cc5cf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pennylane/compiler/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from packaging.version import Version
2525

26-
PL_CATALYST_MIN_VERSION = Version("0.0.0")
26+
PL_CATALYST_MIN_VERSION = Version("0.0.1")
2727

2828

2929
class CompileError(Exception):

0 commit comments

Comments
 (0)