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

A plugin for allowing Xanadu PennyLane to use Amazon Braket devices
https://amazon-braket-pennylane-plugin-python.readthedocs.io/
Apache License 2.0
43 stars 37 forks source link

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

Closed santoshkumarradha closed 3 years ago

santoshkumarradha commented 3 years ago

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

speller26 commented 3 years ago

Currently being worked on in #62

santoshkumarradha commented 3 years ago

Thanks for that info :D