From e37d263e9ea6ffa7628c4846dd5054ab0a4c3197 Mon Sep 17 00:00:00 2001 From: Matthew Silverman Date: Thu, 23 Feb 2023 14:57:21 -0500 Subject: [PATCH] Revert "pin versions to 0.29 rc branch (#135)" (#136) This reverts commit 4279e4baa2a1456007b3d90d64c70ecde7ff9ddd. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 07eb3d8..af8b3ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ openfermion==1.1.0 openfermionpyscf==0.5 packaging==21.0 pandas==1.3.3 -git+https://github.com/PennyLaneAI/pennylane.git@v0.29.0-rc0 +git+https://github.com/PennyLaneAI/pennylane.git@master PennyLane-Lightning==0.22.1 Pillow==9.1.1 pluggy==1.0.0 diff --git a/setup.py b/setup.py index a46acb5..3ec1bd5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # Avoid pinning, and use minimum version numbers # only where required. -requirements = ["pennylane @ git+https://github.com/PennyLaneAI/pennylane.git@v0.29.0-rc0", "cirq-core>=0.10", "cirq-pasqal>=0.10"] +requirements = ["pennylane @ git+https://github.com/PennyLaneAI/pennylane.git", "cirq-core>=0.10", "cirq-pasqal>=0.10"] info = { "name": "PennyLane-Cirq",