amazon-braket/amazon-braket-pennylane-plugin-python

pennylane>=0.15 for amazon-braket-pennylane-plugin

santoshkumarradha opened this issue · 2 comments

Describe the bug
pennylane-lightning 0.15.1 requires pennylane>=0.15, but you have pennylane 0.14.1 which is incompatible.
amazon-braket-pennylane-plugin 1.1.1 requires pennylane==0.14.1, but you have pennylane 0.15.1 which is incompatible.

To reproduce
pip install pennylane-lightning
pip install amazon-braket-pennylane-plugin

Expected behavior
Both needs to be version compatible

Additional context
Since some of the features are incompatible between pennylane>=0.15 and pennylane==0.14., it seems like one definitely needs to have Braket plugin support pennylane==0.15

Currently being worked on in #62

Thanks for that info :D