Skip to content

Commit

Permalink
fix: Pin PL <0.40 (#286)
Browse files Browse the repository at this point in the history
Will unpin once #285 has been fixed
  • Loading branch information
speller26 authored Jan 15, 2025
1 parent 0df30d8 commit ddf73a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
install_requires=[
"amazon-braket-sdk>=1.87.0",
"autoray>=0.6.11",
"pennylane>=0.34.0",
"pennylane>=0.34.0,<0.40",
],
entry_points={
"pennylane.plugins": [
Expand Down

0 comments on commit ddf73a4

Please sign in to comment.