From 31d9380759017c44c7dc93935df68ba606d097c6 Mon Sep 17 00:00:00 2001 From: Ashish Kanwar Singh <104938869+ashishks0522@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:22:24 -0400 Subject: [PATCH] update-sphinx-gallery-version (#1174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changes - Fixed `sphinx-gallery` version up to `0.12.2` as the newer version was causing the build to fail. - [Context](https://xanaduhq.slack.com/archives/C03FRM3RCCV/p1722247157554599) ## Verification - All checks pass in the PR preview ✅ - PR preview https://qml-build-previews.pennylane.ai/pull_request_build_preview/1174/qml/demonstrations/ --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 41d0b945a4..79fb320e14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8097,4 +8097,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.10.0" -content-hash = "004b42b826844885918613e3a61a3d617b94f34af140845b0969903e31bfd128" +content-hash = "9d79a3c7864580ff575f8eed195b739cca63167e993e57f175bbe0127496a48f" diff --git a/pyproject.toml b/pyproject.toml index 0890d38bc3..d7d26ab02f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ quimb = "1.8.2" qiskit = ">=1.0.0" qiskit-aer = ">=0.14.0" sphinxcontrib-applehelp = "1.0.8" +sphinx-gallery = "<=0.12.2" # Install a difference version of torch from PyPI as the one from PyTorch repo is not compatible with MacOS