From 7cdaa715337aad37ecdd378e4ef42f452e5c4b4f Mon Sep 17 00:00:00 2001 From: Mudit Pandey Date: Tue, 27 Aug 2024 11:40:15 -0400 Subject: [PATCH] Temp update to makefile to install PL RC (#1198) As name says. Change will be reverted after feature freeze. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c3dfd18f8..617c5eddd5 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ environment: if [ '$(UPGRADE_PL)' = 'true' ]; then\ echo "Updating PennyLane and plugins to latest ... ";\ PYTHON_VENV_PATH=`$(POETRY_BIN) env info --path`;\ - $$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane;\ + $$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0#egg=pennylane;\ $$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane-cirq.git#egg=pennylane-cirq;\ $$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane-qiskit.git#egg=pennylane-qiskit;\ $$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane-qulacs.git#egg=pennylane-qulacs;\