Read the Docs build information Build id: 1913526 Project: xanaduai-pennylane-sf Version: latest Commit: 770d099d37463b2d93c1a43b7a04d549317b67f8 Date: 2023-12-20T18:49:05.626645Z State: finished Success: True [rtd-command-info] start-time: 2023-12-20T18:49:06.853564Z, end-time: 2023-12-20T18:49:07.369657Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-sf.git . Cloning into '.'... [rtd-command-info] start-time: 2023-12-20T18:49:07.438397Z, end-time: 2023-12-20T18:49:08.477547Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master From https://github.com/PennyLaneAI/pennylane-sf * [new tag] v0.20.0 -> v0.20.0 * [new tag] v0.20.1 -> v0.20.1 * [new tag] v0.29.0 -> v0.29.0 * [new tag] v0.29.1 -> v0.29.1 [rtd-command-info] start-time: 2023-12-20T18:49:08.603673Z, end-time: 2023-12-20T18:49:08.672735Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 770d099 Update tutorial image links (#151) [rtd-command-info] start-time: 2023-12-20T18:49:08.746428Z, end-time: 2023-12-20T18:49:08.802447Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-12-20T18:49:08.868081Z, end-time: 2023-12-20T18:49:08.925917Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: doc/conf.py python: install: - requirements: requirements-ci.txt - requirements: doc/requirements.txt - method: pip path: . build: os: ubuntu-22.04 tools: python: "3.8" jobs: pre_install: - echo "setuptools~=66.0\npip~=22.0" >> requirements-ci.txt [rtd-command-info] start-time: 2023-12-20T18:49:14.029995Z, end-time: 2023-12-20T18:49:14.108324Z, duration: 0, exit-code: 0 asdf global python 3.8.18 [rtd-command-info] start-time: 2023-12-20T18:49:14.577936Z, end-time: 2023-12-20T18:49:15.824477Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.8.18.final.0-64 in 915ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-12-20T18:49:15.911826Z, end-time: 2023-12-20T18:49:16.054899Z, duration: 0, exit-code: 0 echo "setuptools~=66.0\npip~=22.0" >> requirements-ci.txt [rtd-command-info] start-time: 2023-12-20T18:49:16.134931Z, end-time: 2023-12-20T18:49:27.193934Z, duration: 11, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (23.1) Collecting pip Downloading pip-23.3.2-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 9.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.0.2-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 21.1 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.2 setuptools-69.0.2 [rtd-command-info] start-time: 2023-12-20T18:49:27.293150Z, end-time: 2023-12-20T18:49:34.070629Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.1.2-py3-none-any.whl.metadata (5.8 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.6/120.6 kB 4.6 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 17.9 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 kB 13.4 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 20.0 MB/s eta 0:00:00 Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 20.3 MB/s eta 0:00:00 Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 12.0 MB/s eta 0:00:00 Collecting Pygments>=2.13 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 18.9 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting importlib-metadata>=4.8 (from sphinx) Downloading importlib_metadata-7.0.0-py3-none-any.whl.metadata (4.9 kB) Collecting pytz>=2015.7 (from babel>=2.9->sphinx) Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.1.2-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 17.9 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 51.4 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 191.4 MB/s eta 0:00:00 Downloading importlib_metadata-7.0.0-py3-none-any.whl (23 kB) Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 186.7 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 105.1 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 199.7 MB/s eta 0:00:00 Downloading certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 225.8 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.1/141.1 kB 213.2 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 193.1 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 214.0 MB/s eta 0:00:00 Downloading urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 229.0 MB/s eta 0:00:00 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB) Installing collected packages: snowballstemmer, pytz, zipp, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.17.2 alabaster-0.7.13 babel-2.14.0 certifi-2023.11.17 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 importlib-metadata-7.0.0 packaging-23.2 pytz-2023.3.post1 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.1.2 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 urllib3-2.1.0 zipp-3.17.0 [rtd-command-info] start-time: 2023-12-20T18:49:34.145131Z, end-time: 2023-12-20T18:50:45.171714Z, duration: 71, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements-ci.txt Collecting strawberryfields (from -r requirements-ci.txt (line 1)) Downloading StrawberryFields-0.23.0-py3-none-any.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 13.3 MB/s eta 0:00:00 Collecting pennylane<0.30 (from -r requirements-ci.txt (line 2)) Downloading PennyLane-0.29.1-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 45.0 MB/s eta 0:00:00 Collecting tensorflow<2.13 (from -r requirements-ci.txt (line 3)) Downloading tensorflow-2.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) Collecting setuptools~=66.0 (from -r requirements-ci.txt (line 4)) Downloading setuptools-66.1.1-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 50.6 MB/s eta 0:00:00 Collecting pip~=22.0 (from -r requirements-ci.txt (line 5)) Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 60.0 MB/s eta 0:00:00 Collecting networkx>=2.0 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading networkx-3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 74.9 MB/s eta 0:00:00 Collecting numba (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading numba-0.58.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.7 kB) Collecting numpy>=1.17.4 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) Collecting python-dateutil>=2.8.0 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 246.1 MB/s eta 0:00:00 Collecting quantum-blackbird>=0.3.0 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading quantum_blackbird-0.5.0-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 174.7 MB/s eta 0:00:00 Requirement already satisfied: requests>=2.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields->-r requirements-ci.txt (line 1)) (2.31.0) Collecting scipy>=1.0.0 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading scipy-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 191.9 MB/s eta 0:00:00 Collecting sympy>=1.5 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading sympy-1.12-py3-none-any.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 206.9 MB/s eta 0:00:00 Collecting thewalrus>=0.18.0 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading thewalrus-0.20.0.tar.gz (108 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.6/108.6 kB 225.1 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting toml (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Requirement already satisfied: urllib3>=1.25.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields->-r requirements-ci.txt (line 1)) (2.1.0) Collecting quantum-xir>=0.1.1 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading quantum_xir-0.2.2-py3-none-any.whl (27 kB) Collecting xanadu-cloud-client>=0.2.1 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading xanadu_cloud_client-0.3.1-py3-none-any.whl.metadata (8.3 kB) Collecting numpy>=1.17.4 (from strawberryfields->-r requirements-ci.txt (line 1)) Downloading numpy-1.23.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 198.3 MB/s eta 0:00:00 Collecting retworkx (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading retworkx-0.13.2-py3-none-any.whl.metadata (10 kB) Collecting autograd (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading autograd-1.6.2-py3-none-any.whl.metadata (706 bytes) Collecting appdirs (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting semantic-version>=2.7 (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Collecting autoray>=0.3.1 (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading autoray-0.6.7-py3-none-any.whl.metadata (5.5 kB) Collecting cachetools (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading cachetools-5.3.2-py3-none-any.whl.metadata (5.2 kB) Collecting pennylane-lightning>=0.28 (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading PennyLane_Lightning-0.33.1-py3-none-any.whl.metadata (21 kB) Collecting absl-py>=1.0.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading absl_py-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting astunparse>=1.6.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting flatbuffers>=2.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading flatbuffers-23.5.26-py2.py3-none-any.whl.metadata (850 bytes) Collecting gast<=0.4.0,>=0.2.1 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading gast-0.4.0-py3-none-any.whl (9.8 kB) Collecting google-pasta>=0.1.1 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 194.3 MB/s eta 0:00:00 Collecting grpcio<2.0,>=1.24.3 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading grpcio-1.60.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting h5py>=2.9.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading h5py-3.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting jax>=0.3.15 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading jax-0.4.13.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 221.0 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting keras<2.13,>=2.12.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading keras-2.12.0-py2.py3-none-any.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 226.9 MB/s eta 0:00:00 Collecting libclang>=13.0.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading libclang-16.0.6-py2.py3-none-manylinux2010_x86_64.whl.metadata (5.2 kB) Collecting opt-einsum>=2.3.2 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 189.5 MB/s eta 0:00:00 Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from tensorflow<2.13->-r requirements-ci.txt (line 3)) (23.2) Collecting protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading protobuf-4.25.1-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes) Collecting six>=1.12.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting tensorboard<2.13,>=2.12 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading tensorboard-2.12.3-py3-none-any.whl (5.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 209.9 MB/s eta 0:00:00 Collecting tensorflow-estimator<2.13,>=2.12.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading tensorflow_estimator-2.12.0-py2.py3-none-any.whl (440 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 440.7/440.7 kB 178.2 MB/s eta 0:00:00 Collecting termcolor>=1.1.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB) Collecting typing-extensions<4.6.0,>=3.6.6 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB) Collecting wrapt<1.15,>=1.11.0 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.0/81.0 kB 215.4 MB/s eta 0:00:00 Collecting tensorflow-io-gcs-filesystem>=0.23.1 (from tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading tensorflow_io_gcs_filesystem-0.34.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (14 kB) Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from astunparse>=1.6.0->tensorflow<2.13->-r requirements-ci.txt (line 3)) (0.40.0) Collecting ml-dtypes>=0.1.0 (from jax>=0.3.15->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Requirement already satisfied: importlib-metadata>=4.6 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from jax>=0.3.15->tensorflow<2.13->-r requirements-ci.txt (line 3)) (7.0.0) INFO: pip is looking at multiple versions of pennylane-lightning to determine which version is compatible with other requirements. This could take a while. Collecting pennylane-lightning>=0.28 (from pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading PennyLane_Lightning-0.33.0-py3-none-any.whl.metadata (21 kB) Downloading PennyLane_Lightning-0.32.0-py3-none-any.whl.metadata (14 kB) Downloading PennyLane_Lightning-0.31.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) Downloading PennyLane_Lightning-0.30.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 19.4 MB/s eta 0:00:00 Collecting antlr4-python3-runtime==4.9.2 (from quantum-blackbird>=0.3.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading antlr4-python3-runtime-4.9.2.tar.gz (117 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.2/117.2 kB 215.1 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting lark-parser>=0.11.0 (from quantum-xir>=0.1.1->strawberryfields->-r requirements-ci.txt (line 1)) Downloading lark_parser-0.12.0-py2.py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.5/103.5 kB 217.4 MB/s eta 0:00:00 Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests>=2.22.0->strawberryfields->-r requirements-ci.txt (line 1)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests>=2.22.0->strawberryfields->-r requirements-ci.txt (line 1)) (3.6) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests>=2.22.0->strawberryfields->-r requirements-ci.txt (line 1)) (2023.11.17) Collecting mpmath>=0.19 (from sympy>=1.5->strawberryfields->-r requirements-ci.txt (line 1)) Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 247.2 MB/s eta 0:00:00 Collecting google-auth<3,>=1.6.3 (from tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading google_auth-2.25.2-py2.py3-none-any.whl.metadata (4.7 kB) Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) Collecting markdown>=2.6.8 (from tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB) Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl.metadata (1.1 kB) Collecting werkzeug>=1.0.1 (from tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB) Collecting dask[delayed] (from thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading dask-2023.5.0-py3-none-any.whl.metadata (3.6 kB) Collecting llvmlite<0.42,>=0.41.0dev0 (from numba->strawberryfields->-r requirements-ci.txt (line 1)) Downloading llvmlite-0.41.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.8 kB) Collecting fire (from xanadu-cloud-client>=0.2.1->strawberryfields->-r requirements-ci.txt (line 1)) Downloading fire-0.5.0.tar.gz (88 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 216.9 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pydantic<2 (from pydantic[dotenv]<2->xanadu-cloud-client>=0.2.1->strawberryfields->-r requirements-ci.txt (line 1)) Downloading pydantic-1.10.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (149 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.6/149.6 kB 211.4 MB/s eta 0:00:00 Collecting future>=0.15.2 (from autograd->pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading future-0.18.3.tar.gz (840 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 252.3 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting rustworkx==0.13.2 (from retworkx->pennylane<0.30->-r requirements-ci.txt (line 2)) Downloading rustworkx-0.13.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 235.7 MB/s eta 0:00:00 Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading rsa-4.9-py3-none-any.whl (34 kB) Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from importlib-metadata>=4.6->jax>=0.3.15->tensorflow<2.13->-r requirements-ci.txt (line 3)) (3.17.0) Collecting python-dotenv>=0.10.4 (from pydantic[dotenv]<2->xanadu-cloud-client>=0.2.1->strawberryfields->-r requirements-ci.txt (line 1)) Downloading python_dotenv-1.0.0-py3-none-any.whl (19 kB) Requirement already satisfied: MarkupSafe>=2.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from werkzeug>=1.0.1->tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) (2.1.3) Collecting click>=8.0 (from dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting cloudpickle>=1.5.0 (from dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB) Collecting fsspec>=2021.09.0 (from dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading fsspec-2023.12.2-py3-none-any.whl.metadata (6.8 kB) Collecting partd>=1.2.0 (from dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading partd-1.4.1-py3-none-any.whl.metadata (4.6 kB) Collecting pyyaml>=5.3.1 (from dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting toolz>=0.10.0 (from dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading toolz-0.12.0-py3-none-any.whl (55 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 186.3 MB/s eta 0:00:00 Collecting locket (from partd>=1.2.0->dask[delayed]->thewalrus>=0.18.0->strawberryfields->-r requirements-ci.txt (line 1)) Downloading locket-1.0.0-py2.py3-none-any.whl (4.4 kB) Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB) Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard<2.13,>=2.12->tensorflow<2.13->-r requirements-ci.txt (line 3)) Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 213.9 MB/s eta 0:00:00 Downloading tensorflow-2.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (585.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 585.9/585.9 MB 174.5 MB/s eta 0:00:00 Downloading absl_py-2.0.0-py3-none-any.whl (130 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.2/130.2 kB 232.6 MB/s eta 0:00:00 Downloading autoray-0.6.7-py3-none-any.whl (49 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.9/49.9 kB 189.9 MB/s eta 0:00:00 Downloading flatbuffers-23.5.26-py2.py3-none-any.whl (26 kB) Downloading grpcio-1.60.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 151.8 MB/s eta 0:00:00 Downloading h5py-3.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 175.8 MB/s eta 0:00:00 Downloading libclang-16.0.6-py2.py3-none-manylinux2010_x86_64.whl (22.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.9/22.9 MB 179.6 MB/s eta 0:00:00 Downloading protobuf-4.25.1-cp37-abi3-manylinux2014_x86_64.whl (294 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 239.6 MB/s eta 0:00:00 Downloading tensorflow_io_gcs_filesystem-0.34.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 199.3 MB/s eta 0:00:00 Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB) Downloading numba-0.58.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 193.3 MB/s eta 0:00:00 Downloading xanadu_cloud_client-0.3.1-py3-none-any.whl (25 kB) Downloading autograd-1.6.2-py3-none-any.whl (49 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/49.3 kB 165.0 MB/s eta 0:00:00 Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB) Downloading retworkx-0.13.2-py3-none-any.whl (10 kB) Downloading rustworkx-0.13.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 194.6 MB/s eta 0:00:00 Downloading google_auth-2.25.2-py2.py3-none-any.whl (184 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.2/184.2 kB 244.7 MB/s eta 0:00:00 Downloading llvmlite-0.41.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.6/43.6 MB 182.6 MB/s eta 0:00:00 Downloading Markdown-3.5.1-py3-none-any.whl (102 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 217.7 MB/s eta 0:00:00 Downloading ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 238.0 MB/s eta 0:00:00 Downloading pydantic-1.10.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 192.5 MB/s eta 0:00:00 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 200.2 MB/s eta 0:00:00 Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 203.6 MB/s eta 0:00:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 217.8 MB/s eta 0:00:00 Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB) Downloading fsspec-2023.12.2-py3-none-any.whl (168 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.0/169.0 kB 231.1 MB/s eta 0:00:00 Downloading partd-1.4.1-py3-none-any.whl (18 kB) Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (736 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 736.6/736.6 kB 256.8 MB/s eta 0:00:00 Downloading dask-2023.5.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 223.1 MB/s eta 0:00:00 Downloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.9/84.9 kB 210.9 MB/s eta 0:00:00 Building wheels for collected packages: jax, antlr4-python3-runtime, thewalrus, future, fire Building wheel for jax (pyproject.toml): started Building wheel for jax (pyproject.toml): finished with status 'done' Created wheel for jax: filename=jax-0.4.13-py3-none-any.whl size=1518703 sha256=0616e1752ea2b49f6c503c6e6c53234533e5b515e5255ffb0a1ec41ad8e66db8 Stored in directory: /tmp/pip-ephem-wheel-cache-mewcgriu/wheels/46/d9/15/d2800d4089dc4c77299ac7513c6aa1036f5491edbd2bf6ba16 Building wheel for antlr4-python3-runtime (setup.py): started Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.2-py3-none-any.whl size=144547 sha256=2ac5548d468a90a3f0f4ebf7a5480fdd84ae326be718315d9a7a2774abeecdc6 Stored in directory: /tmp/pip-ephem-wheel-cache-mewcgriu/wheels/3f/3a/15/1b8a6bb658d20ac44131971882d45f496f13ac14a8c5830e20 Building wheel for thewalrus (setup.py): started Building wheel for thewalrus (setup.py): finished with status 'done' Created wheel for thewalrus: filename=thewalrus-0.20.0-py3-none-any.whl size=91858 sha256=dab8c50b0b6a6d522879a0c0a711f2a8f382ec9cad0c0daac9ff71ac28931ede Stored in directory: /tmp/pip-ephem-wheel-cache-mewcgriu/wheels/2f/f9/c0/5c001c9070aebe5929ec68ae2dbf4ee7857eddfec4594f255c Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492022 sha256=c09e8c0f29e34e3878d19fa5bbbb789916b1de6478fb6f0c657632a527fa560f Stored in directory: /tmp/pip-ephem-wheel-cache-mewcgriu/wheels/a0/0b/ee/e6994fadb42c1354dcccb139b0bf2795271bddfe6253ccdf11 Building wheel for fire (setup.py): started Building wheel for fire (setup.py): finished with status 'done' Created wheel for fire: filename=fire-0.5.0-py2.py3-none-any.whl size=116932 sha256=3100ea15b4be1cb12db2b002dcf254f00b3cce75ef0a2b000b454b4a64f800a9 Stored in directory: /tmp/pip-ephem-wheel-cache-mewcgriu/wheels/5b/eb/43/7295e71293b218ddfd627f935229bf54af9018add7fbb5aac6 Successfully built jax antlr4-python3-runtime thewalrus future fire Installing collected packages: mpmath, libclang, lark-parser, flatbuffers, appdirs, antlr4-python3-runtime, wrapt, werkzeug, typing-extensions, toolz, toml, termcolor, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard-data-server, sympy, six, setuptools, semantic-version, quantum-xir, pyyaml, python-dotenv, pyasn1, protobuf, pip, oauthlib, numpy, networkx, locket, llvmlite, keras, grpcio, gast, future, fsspec, cloudpickle, click, cachetools, autoray, absl-py, scipy, rustworkx, rsa, requests-oauthlib, quantum-blackbird, python-dateutil, pydantic, pyasn1-modules, partd, opt-einsum, numba, ml-dtypes, markdown, h5py, google-pasta, fire, autograd, astunparse, retworkx, jax, google-auth, dask, xanadu-cloud-client, google-auth-oauthlib, thewalrus, tensorboard, tensorflow, strawberryfields, pennylane-lightning, pennylane Attempting uninstall: setuptools Found existing installation: setuptools 69.0.2 Uninstalling setuptools-69.0.2: Successfully uninstalled setuptools-69.0.2 Attempting uninstall: pip Found existing installation: pip 23.3.2 Uninstalling pip-23.3.2: Successfully uninstalled pip-23.3.2 Successfully installed absl-py-2.0.0 antlr4-python3-runtime-4.9.2 appdirs-1.4.4 astunparse-1.6.3 autograd-1.6.2 autoray-0.6.7 cachetools-5.3.2 click-8.1.7 cloudpickle-3.0.0 dask-2023.5.0 fire-0.5.0 flatbuffers-23.5.26 fsspec-2023.12.2 future-0.18.3 gast-0.4.0 google-auth-2.25.2 google-auth-oauthlib-1.0.0 google-pasta-0.2.0 grpcio-1.60.0 h5py-3.10.0 jax-0.4.13 keras-2.12.0 lark-parser-0.12.0 libclang-16.0.6 llvmlite-0.41.1 locket-1.0.0 markdown-3.5.1 ml-dtypes-0.2.0 mpmath-1.3.0 networkx-3.1 numba-0.58.1 numpy-1.23.5 oauthlib-3.2.2 opt-einsum-3.3.0 partd-1.4.1 pennylane-0.29.1 pennylane-lightning-0.30.0 pip-22.3.1 protobuf-4.25.1 pyasn1-0.5.1 pyasn1-modules-0.3.0 pydantic-1.10.13 python-dateutil-2.8.2 python-dotenv-1.0.0 pyyaml-6.0.1 quantum-blackbird-0.5.0 quantum-xir-0.2.2 requests-oauthlib-1.3.1 retworkx-0.13.2 rsa-4.9 rustworkx-0.13.2 scipy-1.10.1 semantic-version-2.10.0 setuptools-66.1.1 six-1.16.0 strawberryfields-0.23.0 sympy-1.12 tensorboard-2.12.3 tensorboard-data-server-0.7.2 tensorflow-2.12.1 tensorflow-estimator-2.12.0 tensorflow-io-gcs-filesystem-0.34.0 termcolor-2.4.0 thewalrus-0.20.0 toml-0.10.2 toolz-0.12.0 typing-extensions-4.5.0 werkzeug-3.0.1 wrapt-1.14.1 xanadu-cloud-client-0.3.1 [rtd-command-info] start-time: 2023-12-20T18:50:45.293895Z, end-time: 2023-12-20T18:51:19.545634Z, duration: 34, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r doc/requirements.txt Looking in links: https://download.pytorch.org/whl/torch_stable.html Ignoring sphinx: markers 'python_version == "3.10"' don't match your environment Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 2)) (22.3.1) Requirement already satisfied: appdirs in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 3)) (1.4.4) Requirement already satisfied: autograd in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 4)) (1.6.2) Requirement already satisfied: autoray in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 5)) (0.6.7) Collecting mistune==0.8.4 Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting m2r2 Downloading m2r2-0.3.3.post2-py3-none-any.whl (11 kB) Requirement already satisfied: numpy in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 8)) (1.23.5) Collecting pygments-github-lexers Downloading pygments-github-lexers-0.0.5.tar.gz (5.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: semantic_version==2.10 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 10)) (2.10.0) Requirement already satisfied: scipy in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 11)) (1.10.1) Collecting docutils==0.16 Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 548.2/548.2 kB 17.9 MB/s eta 0:00:00 Requirement already satisfied: StrawberryFields==0.23.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 13)) (0.23.0) Collecting sphinx==3.5 Downloading Sphinx-3.5.0-py3-none-any.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 159.3 MB/s eta 0:00:00 Collecting sphinx-automodapi==0.13 Downloading sphinx_automodapi-0.13-py3-none-any.whl (75 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 206.2 MB/s eta 0:00:00 Collecting sphinx-copybutton Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting sphinxcontrib-bibtex==2.4.2 Downloading sphinxcontrib_bibtex-2.4.2-py3-none-any.whl (39 kB) Collecting tensornetwork==0.3 Downloading tensornetwork-0.3.0-py3-none-any.whl (216 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.4/216.4 kB 236.3 MB/s eta 0:00:00 Requirement already satisfied: toml in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 20)) (0.10.2) Collecting jinja2==3.0.3 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 220.3 MB/s eta 0:00:00 Collecting rustworkx==0.12.1 Downloading rustworkx-0.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 239.6 MB/s eta 0:00:00 Collecting networkx==2.6 Downloading networkx-2.6-py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 203.4 MB/s eta 0:00:00 Collecting requests~=2.28.1 Downloading requests-2.28.2-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 198.4 MB/s eta 0:00:00 Collecting pennylane-sphinx-theme Downloading pennylane_sphinx_theme-0.5.3-py3-none-any.whl (17 kB) Requirement already satisfied: thewalrus>=0.18.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.20.0) Requirement already satisfied: quantum-xir>=0.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.2.2) Requirement already satisfied: xanadu-cloud-client>=0.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.3.1) Requirement already satisfied: numba in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.58.1) Requirement already satisfied: quantum-blackbird>=0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.5.0) Requirement already satisfied: urllib3>=1.25.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (2.1.0) Requirement already satisfied: sympy>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (1.12) Requirement already satisfied: python-dateutil>=2.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (2.8.2) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (1.0.4) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (2.0.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (0.7.13) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (2.17.2) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (1.0.1) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (1.0.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (66.1.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (23.2) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (2.2.0) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (1.0.3) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (1.1.5) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (1.4.1) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 14)) (2.14.0) Collecting pybtex-docutils>=1.0.0 Downloading pybtex_docutils-1.0.3-py3-none-any.whl (6.4 kB) Collecting pybtex>=0.24 Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.4/561.4 kB 258.6 MB/s eta 0:00:00 Requirement already satisfied: h5py>=2.9.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from tensornetwork==0.3->-r doc/requirements.txt (line 19)) (3.10.0) Collecting graphviz>=0.11.1 Downloading graphviz-0.20.1-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 177.4 MB/s eta 0:00:00 Requirement already satisfied: opt-einsum>=2.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from tensornetwork==0.3->-r doc/requirements.txt (line 19)) (3.3.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from jinja2==3.0.3->-r doc/requirements.txt (line 21)) (2.1.3) Collecting matplotlib>=3.3 Downloading matplotlib-3.7.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 195.2 MB/s eta 0:00:00 Collecting pandas>=1.1 Downloading pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 213.7 MB/s eta 0:00:00 Requirement already satisfied: future>=0.15.2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from autograd->-r doc/requirements.txt (line 4)) (0.18.3) Collecting m2r2 Downloading m2r2-0.3.2-py3-none-any.whl (11 kB) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests~=2.28.1->-r doc/requirements.txt (line 24)) (2023.11.17) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests~=2.28.1->-r doc/requirements.txt (line 24)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests~=2.28.1->-r doc/requirements.txt (line 24)) (3.6) Collecting urllib3>=1.25.3 Downloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.8/143.8 kB 221.5 MB/s eta 0:00:00 Collecting sphinx-gallery Downloading sphinx_gallery-0.15.0-py3-none-any.whl (164 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.7/164.7 kB 231.9 MB/s eta 0:00:00 Collecting pillow Downloading Pillow-10.1.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 226.6 MB/s eta 0:00:00 Collecting xanadu-sphinx-theme~=0.5.0 Downloading xanadu_sphinx_theme-0.5.0-py3-none-any.whl (50 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.6/50.6 kB 184.1 MB/s eta 0:00:00 Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from babel>=1.3->sphinx==3.5->-r doc/requirements.txt (line 14)) (2023.3.post1) Collecting importlib-resources>=3.2.0 Downloading importlib_resources-6.1.1-py3-none-any.whl (33 kB) Collecting fonttools>=4.22.0 Downloading fonttools-4.47.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 201.4 MB/s eta 0:00:00 Collecting contourpy>=1.0.1 Downloading contourpy-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.1/301.1 kB 228.6 MB/s eta 0:00:00 Collecting cycler>=0.10 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting pyparsing>=2.3.1 Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 215.8 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 253.8 MB/s eta 0:00:00 Collecting tzdata>=2022.1 Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 247.3 MB/s eta 0:00:00 Requirement already satisfied: PyYAML>=3.01 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pybtex>=0.24->sphinxcontrib-bibtex==2.4.2->-r doc/requirements.txt (line 18)) (6.0.1) Collecting latexcodec>=1.0.4 Downloading latexcodec-2.0.1-py2.py3-none-any.whl (18 kB) Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pybtex>=0.24->sphinxcontrib-bibtex==2.4.2->-r doc/requirements.txt (line 18)) (1.16.0) Requirement already satisfied: antlr4-python3-runtime==4.9.2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from quantum-blackbird>=0.3.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (4.9.2) Requirement already satisfied: lark-parser>=0.11.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from quantum-xir>=0.1.1->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.12.0) Requirement already satisfied: mpmath>=0.19 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sympy>=1.5->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (1.3.0) Requirement already satisfied: dask[delayed] in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (2023.5.0) Requirement already satisfied: importlib-metadata in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from numba->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (7.0.0) Requirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from numba->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.41.1) Requirement already satisfied: fire in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from xanadu-cloud-client>=0.2.1->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.5.0) Requirement already satisfied: pydantic[dotenv]<2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from xanadu-cloud-client>=0.2.1->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (1.10.13) Collecting sphinx-gallery Downloading sphinx_gallery-0.14.0-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.2/151.2 kB 232.3 MB/s eta 0:00:00 Downloading sphinx_gallery-0.13.0-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.4/147.4 kB 195.5 MB/s eta 0:00:00 Downloading sphinx_gallery-0.12.2-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.6/147.6 kB 235.2 MB/s eta 0:00:00 Requirement already satisfied: zipp>=3.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from importlib-resources>=3.2.0->matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 23)) (3.17.0) Requirement already satisfied: typing-extensions>=4.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pydantic[dotenv]<2->xanadu-cloud-client>=0.2.1->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (4.5.0) Requirement already satisfied: python-dotenv>=0.10.4 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pydantic[dotenv]<2->xanadu-cloud-client>=0.2.1->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (1.0.0) Requirement already satisfied: partd>=1.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (1.4.1) Requirement already satisfied: fsspec>=2021.09.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (2023.12.2) Requirement already satisfied: toolz>=0.10.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (0.12.0) Requirement already satisfied: cloudpickle>=1.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (3.0.0) Requirement already satisfied: click>=8.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (8.1.7) Requirement already satisfied: termcolor in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from fire->xanadu-cloud-client>=0.2.1->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (2.4.0) Requirement already satisfied: locket in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from partd>=1.2.0->dask[delayed]->thewalrus>=0.18.0->StrawberryFields==0.23.0->-r doc/requirements.txt (line 13)) (1.0.0) WARNING: The candidate selected for download or install is a yanked version: 'networkx' candidate (version 2.6 at https://files.pythonhosted.org/packages/b2/87/30ed9e62d5459bbf22b335fc2d9d1faf979d44b1c55a1f0455da0afd756e/networkx-2.6-py3-none-any.whl (from https://pypi.org/simple/networkx/) (requires-python:>=3.7)) Reason for being yanked: Need to resolve: https://github.com/networkx/networkx/pull/4967 Building wheels for collected packages: pygments-github-lexers Building wheel for pygments-github-lexers (setup.py): started Building wheel for pygments-github-lexers (setup.py): finished with status 'done' Created wheel for pygments-github-lexers: filename=pygments_github_lexers-0.0.5-py3-none-any.whl size=6213 sha256=5dc622fd03ebb2d038c13387b5ca66e0a3a9354b682f30562b966334773725c5 Stored in directory: /tmp/pip-ephem-wheel-cache-imezw4ir/wheels/20/29/80/fabdec194a8e7cab162421c9265afe98fb91dae3ef716568ec Successfully built pygments-github-lexers Installing collected packages: mistune, urllib3, tzdata, rustworkx, pyparsing, pygments-github-lexers, pillow, latexcodec, kiwisolver, jinja2, importlib-resources, graphviz, fonttools, docutils, cycler, contourpy, tensornetwork, requests, pybtex, pandas, matplotlib, m2r2, sphinx, pybtex-docutils, networkx, sphinxcontrib-bibtex, sphinx-gallery, sphinx-copybutton, sphinx-automodapi, xanadu-sphinx-theme, pennylane-sphinx-theme Attempting uninstall: urllib3 Found existing installation: urllib3 2.1.0 Uninstalling urllib3-2.1.0: Successfully uninstalled urllib3-2.1.0 Attempting uninstall: rustworkx Found existing installation: rustworkx 0.13.2 Uninstalling rustworkx-0.13.2: Successfully uninstalled rustworkx-0.13.2 Attempting uninstall: jinja2 Found existing installation: Jinja2 3.1.2 Uninstalling Jinja2-3.1.2: Successfully uninstalled Jinja2-3.1.2 Attempting uninstall: docutils Found existing installation: docutils 0.20.1 Uninstalling docutils-0.20.1: Successfully uninstalled docutils-0.20.1 Attempting uninstall: requests Found existing installation: requests 2.31.0 Uninstalling requests-2.31.0: Successfully uninstalled requests-2.31.0 Attempting uninstall: sphinx Found existing installation: Sphinx 7.1.2 Uninstalling Sphinx-7.1.2: Successfully uninstalled Sphinx-7.1.2 Attempting uninstall: networkx Found existing installation: networkx 3.1 Uninstalling networkx-3.1: Successfully uninstalled networkx-3.1 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. retworkx 0.13.2 requires rustworkx==0.13.2, but you have rustworkx 0.12.1 which is incompatible. Successfully installed contourpy-1.1.1 cycler-0.12.1 docutils-0.16 fonttools-4.47.0 graphviz-0.20.1 importlib-resources-6.1.1 jinja2-3.0.3 kiwisolver-1.4.5 latexcodec-2.0.1 m2r2-0.3.2 matplotlib-3.7.4 mistune-0.8.4 networkx-2.6 pandas-2.0.3 pennylane-sphinx-theme-0.5.3 pillow-10.1.0 pybtex-0.24.0 pybtex-docutils-1.0.3 pygments-github-lexers-0.0.5 pyparsing-3.1.1 requests-2.28.2 rustworkx-0.12.1 sphinx-3.5.0 sphinx-automodapi-0.13 sphinx-copybutton-0.5.2 sphinx-gallery-0.12.2 sphinxcontrib-bibtex-2.4.2 tensornetwork-0.3.0 tzdata-2023.3 urllib3-1.26.18 xanadu-sphinx-theme-0.5.0 [notice] A new release of pip available: 22.3.1 -> 23.3.2 [notice] To update, run: pip install --upgrade pip [rtd-command-info] start-time: 2023-12-20T18:51:19.616931Z, end-time: 2023-12-20T18:51:22.879893Z, duration: 3, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir . Processing /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/checkouts/latest Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: strawberryfields>=0.22 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from PennyLane-SF==0.29.1) (0.23.0) Requirement already satisfied: pennylane<0.30,>=0.19 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from PennyLane-SF==0.29.1) (0.29.1) Requirement already satisfied: toml in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (0.10.2) Requirement already satisfied: autoray>=0.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (0.6.7) Requirement already satisfied: scipy in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (1.10.1) Requirement already satisfied: numpy<1.24 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (1.23.5) Requirement already satisfied: autograd in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (1.6.2) Requirement already satisfied: networkx in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2.6) Requirement already satisfied: pennylane-lightning>=0.28 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (0.30.0) Requirement already satisfied: cachetools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (5.3.2) Requirement already satisfied: semantic-version>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2.10.0) Requirement already satisfied: appdirs in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (1.4.4) Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2.28.2) Requirement already satisfied: retworkx in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (0.13.2) Requirement already satisfied: urllib3>=1.25.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.26.18) Requirement already satisfied: python-dateutil>=2.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (2.8.2) Requirement already satisfied: numba in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.58.1) Requirement already satisfied: xanadu-cloud-client>=0.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.3.1) Requirement already satisfied: thewalrus>=0.18.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.20.0) Requirement already satisfied: quantum-xir>=0.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.2.2) Requirement already satisfied: quantum-blackbird>=0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.5.0) Requirement already satisfied: sympy>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.12) Requirement already satisfied: pandas>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2.0.3) Requirement already satisfied: matplotlib>=3.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (3.7.4) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from python-dateutil>=2.8.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.16.0) Requirement already satisfied: antlr4-python3-runtime==4.9.2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from quantum-blackbird>=0.3.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (4.9.2) Requirement already satisfied: lark-parser>=0.11.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from quantum-xir>=0.1.1->strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.12.0) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (3.3.2) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2023.11.17) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from requests->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (3.6) Requirement already satisfied: mpmath>=0.19 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from sympy>=1.5->strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.3.0) Requirement already satisfied: dask[delayed] in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (2023.5.0) Requirement already satisfied: importlib-metadata in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from numba->strawberryfields>=0.22->PennyLane-SF==0.29.1) (7.0.0) Requirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from numba->strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.41.1) Requirement already satisfied: pydantic[dotenv]<2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from xanadu-cloud-client>=0.2.1->strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.10.13) Requirement already satisfied: fire in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from xanadu-cloud-client>=0.2.1->strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.5.0) Requirement already satisfied: future>=0.15.2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from autograd->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (0.18.3) Collecting rustworkx==0.13.2 Downloading rustworkx-0.13.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.2 MB/s eta 0:00:00 Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (0.12.1) Requirement already satisfied: kiwisolver>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (1.4.5) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (4.47.0) Requirement already satisfied: contourpy>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (1.1.1) Requirement already satisfied: importlib-resources>=3.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (6.1.1) Requirement already satisfied: packaging>=20.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (23.2) Requirement already satisfied: pyparsing>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (3.1.1) Requirement already satisfied: pillow>=6.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (10.1.0) Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pandas>=1.1->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2023.3.post1) Requirement already satisfied: tzdata>=2022.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pandas>=1.1->networkx->pennylane<0.30,>=0.19->PennyLane-SF==0.29.1) (2023.3) Requirement already satisfied: typing-extensions>=4.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pydantic[dotenv]<2->xanadu-cloud-client>=0.2.1->strawberryfields>=0.22->PennyLane-SF==0.29.1) (4.5.0) Requirement already satisfied: python-dotenv>=0.10.4 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from pydantic[dotenv]<2->xanadu-cloud-client>=0.2.1->strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.0.0) Requirement already satisfied: pyyaml>=5.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (6.0.1) Requirement already satisfied: partd>=1.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.4.1) Requirement already satisfied: toolz>=0.10.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (0.12.0) Requirement already satisfied: fsspec>=2021.09.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (2023.12.2) Requirement already satisfied: click>=8.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (8.1.7) Requirement already satisfied: cloudpickle>=1.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (3.0.0) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from importlib-metadata->numba->strawberryfields>=0.22->PennyLane-SF==0.29.1) (3.17.0) Requirement already satisfied: termcolor in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from fire->xanadu-cloud-client>=0.2.1->strawberryfields>=0.22->PennyLane-SF==0.29.1) (2.4.0) Requirement already satisfied: locket in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-sf/envs/latest/lib/python3.8/site-packages (from partd>=1.2.0->dask[delayed]->thewalrus>=0.18.0->strawberryfields>=0.22->PennyLane-SF==0.29.1) (1.0.0) Building wheels for collected packages: PennyLane-SF Building wheel for PennyLane-SF (setup.py): started Building wheel for PennyLane-SF (setup.py): finished with status 'done' Created wheel for PennyLane-SF: filename=PennyLane_SF-0.29.1-py3-none-any.whl size=29616 sha256=f570b3abded4c8d291773f0dfb3707bd451f8cffac43cd1109e90f8fb73d4d9b Stored in directory: /tmp/pip-ephem-wheel-cache-orhggpk9/wheels/31/45/7d/4d5de608930ed49076d380fdbfc55ae912ed64e57af6dac69d Successfully built PennyLane-SF Installing collected packages: rustworkx, PennyLane-SF Attempting uninstall: rustworkx Found existing installation: rustworkx 0.12.1 Uninstalling rustworkx-0.12.1: Successfully uninstalled rustworkx-0.12.1 Successfully installed PennyLane-SF-0.29.1 rustworkx-0.13.2 [notice] A new release of pip available: 22.3.1 -> 23.3.2 [notice] To update, run: pip install --upgrade pip [rtd-command-info] start-time: 2023-12-20T18:51:23.389058Z, end-time: 2023-12-20T18:51:23.451057Z, duration: 0, exit-code: 0 cat doc/conf.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- # # PennyLane-SF documentation build configuration file. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import sys, os, re from unittest.mock import MagicMock # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('_ext')) sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath('.')), 'doc')) # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. needs_sphinx = '1.6' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.todo", "sphinx.ext.coverage", "sphinx.ext.mathjax", "sphinx.ext.napoleon", "sphinx.ext.inheritance_diagram", "sphinx.ext.intersphinx", 'sphinx.ext.viewcode', "sphinx_automodapi.automodapi" ] intersphinx_mapping = {"https://docs.pennylane.ai/en/stable/": None} # nbsphinx settings exclude_patterns = ['_build', '**.ipynb_checkpoints', 'tutorials/.ipynb_checkpoints', '*-checkpoint.ipynb'] nbsphinx_execute = 'never' nbsphinx_epilog = """ .. note:: :download:`Click here <../{{env.docname}}.ipynb>` to download this gallery page as an interactive Jupyter notebook. """ autosummary_generate = True autosummary_imported_members = False automodapi_toctreedirnm = "code/api" automodsumm_inherited_members = True # Add any paths that contain templates here, relative to this directory. from pennylane_sphinx_theme import templates_dir templates_path = [templates_dir()] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' # General information about the project. project = 'PennyLane-StrawberryFields' copyright = "Copyright 2018-2023" author = 'Xanadu Inc.' add_module_names = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. import pennylane_sf # The full version, including alpha/beta/rc tags. release = pennylane_sf.__version__ # The short X.Y version. version = re.match(r'^(\d+\.\d+)', release).expand(r'\1') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = "en" # today_fmt is used as the format for a strftime call. today_fmt = '%Y-%m-%d' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. show_authors = True # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'nature' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. #html_logo = None # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. html_favicon = '_static/favicon.ico' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. #html_extra_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. #html_use_smartypants = True # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # This is required for the alabaster theme # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars #html_sidebars = { # '**': [ # 'about.html', # 'navigation.html', # 'relations.html', # needs 'show_related': True theme option to display # 'searchbox.html', # 'donate.html', # ] #} # Additional templates that should be rendered to pages, maps page names to # template names. #html_additional_pages = {} # If false, no module index is generated. #html_domain_indices = True # If false, no index is generated. #html_use_index = True # If true, the index is split into individual pages for each letter. #html_split_index = False # If true, links to the reST sources are added to the pages. #html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. #html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. #html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None # Language to be used for generating the HTML full-text search index. # Sphinx supports the following languages: # 'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja' # 'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr' #html_search_language = 'en' # A dictionary with options for the search language support, empty by default. # Now only 'ja' uses this config value #html_search_options = {'type': 'default'} # The name of a javascript file (relative to the configuration directory) that # implements a search results scorer. If empty, the default will be used. #html_search_scorer = 'scorer.js' # -- Xanadu theme --------------------------------------------------------- html_theme = 'pennylane' # Register the theme as an extension to generate a sitemap.xml # extensions.append("guzzle_sphinx_theme") # xanadu theme options (see theme.conf for more information) html_theme_options = { "navbar_name": "PennyLane-SF", "navbar_active_link": 3, "extra_copyrights": [ "TensorFlow, the TensorFlow logo, and any related marks are trademarks " "of Google Inc." ], "google_analytics_tracking_id": "G-C480Z9JL0D", "toc_overview": True } edit_on_github_project = 'PennyLaneAI/pennylane-sf' edit_on_github_branch = 'master/doc' # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = 'PennyLaneSFdoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } latex_additional_files = ['macros.tex'] # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'PennyLane-SF.tex', 'PennyLane-StrawberryFields Documentation', 'Xanadu Inc.', 'manual'), ] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'pennylane-sf', 'PennyLane-StrawberryFields Documentation', [author], 1) ] # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'PennyLane-StrawberryFields', 'PennyLane-StrawberryFields Documentation', author, 'PennyLane-StrawberryFields', 'Strawberry Fields plugin for the PennyLane quantum machine learning library.', 'Miscellaneous'), ] #============================================================ # the order in which autodoc lists the documented members autodoc_member_order = 'bysource' # inheritance_diagram graphviz attributes inheritance_node_attrs = dict(color='lightskyblue1', style='filled') #autodoc_default_flags = ['members'] autosummary_generate = True ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ("stable", "/en/stable/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'xanaduai-pennylane-sf', 'name': u'pennylane-sf', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/doc/', 'api_host': 'https://readthedocs.com', 'github_user': 'PennyLaneAI', 'proxied_api_host': '/_', 'github_repo': 'pennylane-sf', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '770d099d', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/xanaduai-pennylane-sf/builds/1913526/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-12-20T18:51:23.521776Z, end-time: 2023-12-20T18:51:38.892179Z, duration: 15, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v3.5.0 2023-12-20 18:51:30.530847: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT loading translations [en]... done making output directory... done [autosummary] generating autosummary for: code.rst, devices/fock.rst, devices/gaussian.rst, devices/gbs.rst, devices/remote.rst, devices/tf.rst, index.rst, installation.rst, ops.rst, support.rst loading intersphinx inventory from https://docs.pennylane.ai/en/stable/objects.inv... [automodsumm] code.rst: found 4 automodsumm entries to generate [automodsumm] ops.rst: found 1 automodsumm entries to generate building [mo]: targets for 0 po files that are out of date building [html]: targets for 10 source files that are out of date updating environment: [new config] 15 added, 0 changed, 0 removed reading sources... [ 6%] code reading sources... [ 13%] code/api/pennylane_sf.StrawberryFieldsFock reading sources... [ 20%] code/api/pennylane_sf.StrawberryFieldsGBS reading sources... [ 26%] code/api/pennylane_sf.StrawberryFieldsGaussian reading sources... [ 33%] code/api/pennylane_sf.StrawberryFieldsRemote reading sources... [ 40%] code/api/pennylane_sf.ops.ParamGraphEmbed reading sources... [ 46%] devices/fock reading sources... [ 53%] devices/gaussian reading sources... [ 60%] devices/gbs reading sources... [ 66%] devices/remote reading sources... [ 73%] devices/tf reading sources... [ 80%] index reading sources... [ 86%] installation reading sources... [ 93%] ops reading sources... [100%] support looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] code writing output... [ 13%] code/api/pennylane_sf.StrawberryFieldsFock writing output... [ 20%] code/api/pennylane_sf.StrawberryFieldsGBS writing output... [ 26%] code/api/pennylane_sf.StrawberryFieldsGaussian writing output... [ 33%] code/api/pennylane_sf.StrawberryFieldsRemote writing output... [ 40%] code/api/pennylane_sf.ops.ParamGraphEmbed writing output... [ 46%] devices/fock writing output... [ 53%] devices/gaussian writing output... [ 60%] devices/gbs writing output... [ 66%] devices/remote writing output... [ 73%] devices/tf writing output... [ 80%] index writing output... [ 86%] installation writing output... [ 93%] ops writing output... [100%] support WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting generating indices... genindex py-modindex done highlighting module code... [ 20%] pennylane_sf.fock highlighting module code... [ 40%] pennylane_sf.gaussian highlighting module code... [ 60%] pennylane_sf.gbs highlighting module code... [ 80%] pennylane_sf.ops highlighting module code... [100%] pennylane_sf.remote writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in ../_readthedocs/html. Updating searchtools for Read the Docs search...