Skip to content

Commit

Permalink
Pin PennyLane version
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 29, 2024
1 parent 5f1da5a commit 1bd7a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:
build-deps:
ifneq ($(OS),Windows_NT)
ifeq ($(QRACK_PRESENT),)
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 45f1a533b4140e204290f82951e2ea7c213ec9bc; cd ..
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout ca5650db5cbab0adcb0eb6ad57a6fddd64a3c729; cd ..
endif
mkdir -p qrack/build
ifeq ($(UNAME_S),Linux)
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qrack/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.11.0"
__version__ = "0.11.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self):
"maintainer_email": "stranoj@gmail.com",
"url": "http://github.com/vm6502q",
"license": "Apache License 2.0",
"packages": ["pennylane_qrack"],
"packages": ["pennylane_qrack>=0.39.0"],
"cmdclass": {"build_py": Build},
"entry_points": {
"pennylane.plugins": ["qrack.simulator = pennylane_qrack.qrack_device:QrackDevice"]
Expand Down

0 comments on commit 1bd7a82

Please sign in to comment.