Skip to content

Commit 4f14f97

Browse files
Update PL and plugin dependencies (#1350)
This PR targets `dev` and it updates the dependencies to use the new PennyLane version, as well as the new plugin versions. We need to use `poetry` to update the dependencies. Finally, we also revert the temporary change of PennyLane dependency in the Makefile at the beginning of feature freeze.
1 parent bfe8b0d commit 4f14f97

File tree

3 files changed

+67
-57
lines changed

3 files changed

+67
-57
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ environment:
7878
$$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane-qulacs.git#egg=pennylane-qulacs;\
7979
$$PYTHON_VENV_PATH/bin/python -m pip install --extra-index-url https://test.pypi.org/simple/ PennyLane-Catalyst --pre --upgrade;\
8080
$$PYTHON_VENV_PATH/bin/python -m pip install --extra-index-url https://test.pypi.org/simple/ PennyLane-Lightning --pre --upgrade;\
81-
$$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git@v0.41.0-rc0#egg=pennylane;\
81+
$$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane;\
8282
$$PYTHON_VENV_PATH/bin/python -m pip install --upgrade git+https://github.com/XanaduAI/iqpopt.git#egg=iqpopt;\
8383
fi;\
8484
fi

poetry.lock

Lines changed: 60 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ numpy = "~1.24"
4444
pyyaml = "^6.0.1"
4545
pennylane-sphinx-theme = { git = "https://github.com/PennyLaneAI/pennylane-sphinx-theme.git", branch = "sphinx-update" }
4646
pypandoc = "1.5"
47-
pennylane = "0.40.0"
47+
pennylane = "0.41.0"
4848
uv = "^0.5.25"
4949

5050

@@ -54,11 +54,11 @@ uv = "^0.5.25"
5454
# These pinned versions of PL are NOT used for Dev builds #
5555
# The latest commit from GitHub is used instead #
5656
###########################################################
57-
pennylane = "0.40.0"
58-
pennylane-cirq = "0.40.0"
59-
pennylane-qiskit = "0.40.0"
60-
pennylane-qulacs = "0.40.0"
61-
pennylane-catalyst = "0.10.0"
57+
pennylane = "0.41.0"
58+
pennylane-cirq = "0.41.0"
59+
pennylane-qiskit = "0.41.0"
60+
pennylane-qulacs = "0.41.0"
61+
pennylane-catalyst = "0.11.0"
6262
##########################################################
6363

6464
scipy = ">=1.12"

0 commit comments

Comments
 (0)