Skip to content

Commit

Permalink
Update setup file (#5019)
Browse files Browse the repository at this point in the history
updates `setup.py` file to specify `pennyLane-lightning >= 0.34`
  • Loading branch information
lillian542 committed Jan 8, 2024
1 parent 5d4d8bd commit 1a315b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

"""Setup file for package installation."""
# pylint: disable=unspecified-encoding, consider-using-with

from setuptools import setup, find_packages

Expand All @@ -30,7 +31,7 @@
"semantic-version>=2.7",
"autoray>=0.6.1",
"cachetools",
"pennylane-lightning>=0.33",
"pennylane-lightning>=0.34",
"requests",
"typing_extensions",
]
Expand Down

0 comments on commit 1a315b9

Please sign in to comment.