Read the Docs build information Build id: 2069307 Project: institute-for-disease-modeling-emod-generic Version: latest Commit: 7d7143fe732cf4599173d134b47d7843ceb3aa26 Date: 2024-03-07T20:06:14.078836Z State: finished Success: False [rtd-command-info] start-time: 2024-03-07T20:06:15.242151Z, end-time: 2024-03-07T20:06:18.716242Z, duration: 3, exit-code: 0 git clone --depth 1 git@github.com:InstituteforDiseaseModeling/EMOD-docs.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-03-07T20:06:18.784488Z, end-time: 2024-03-07T20:06:24.878732Z, duration: 6, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/generic-ongoing:refs/remotes/origin/generic-ongoing Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:InstituteforDiseaseModeling/EMOD-docs * [new branch] generic-ongoing -> origin/generic-ongoing Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] 2.21 -> 2.21 [rtd-command-info] start-time: 2024-03-07T20:06:25.014711Z, end-time: 2024-03-07T20:06:25.457800Z, duration: 0, exit-code: 0 git checkout --force origin/generic-ongoing Note: switching to 'origin/generic-ongoing'. 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 7d7143f Merge pull request #1890 from InstituteforDiseaseModeling/MIzzo-IDM-patch-2 [rtd-command-info] start-time: 2024-03-07T20:06:25.523998Z, end-time: 2024-03-07T20:06:25.588942Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-07T20:06:25.656838Z, end-time: 2024-03-07T20:06:25.717413Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-20.04 tools: python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: fail_on_warning: true # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF formats: - htmlzip # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: requirements.txt # Optionally rank topics in search results, between -10 (lower) and 10 (higher). # 0 is normal rank, not no rank search: ranking: install-overview.html: 3 model-overview.html: 3 faq.html: 2 parameter-overview.html: 2 dev*: -5 [rtd-command-info] start-time: 2024-03-07T20:06:31.641369Z, end-time: 2024-03-07T20:06:31.725799Z, duration: 0, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2024-03-07T20:06:32.123943Z, end-time: 2024-03-07T20:06:33.239055Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 796ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/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: 2024-03-07T20:06:33.302995Z, end-time: 2024-03-07T20:06:43.894982Z, duration: 10, 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/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.7 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.1.1-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 147.9 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-24.0 setuptools-69.1.1 [rtd-command-info] start-time: 2024-03-07T20:06:43.980690Z, end-time: 2024-03-07T20:06:51.605232Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 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.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting Pygments>=2.14 (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.metadata (6.5 kB) 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.16-py3-none-any.whl.metadata (2.9 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 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.2-py3-none-any.whl.metadata (4.6 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.5-cp39-cp39-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-cp39-cp39-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.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 73.8 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 123.3 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 152.4 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading importlib_metadata-7.0.2-py3-none-any.whl (24 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 145.9 MB/s eta 0:00:00 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 189.4 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 161.7 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 122.6 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 131.2 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 133.5 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 129.9 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 137.1 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 130.5 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 143.6 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 154.2 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 143.4 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 124.2 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 140.8 MB/s eta 0:00:00 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB) Installing collected packages: snowballstemmer, 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.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 importlib-metadata-7.0.2 packaging-23.2 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.1 zipp-3.17.0 [rtd-command-info] start-time: 2024-03-07T20:06:51.689479Z, end-time: 2024-03-07T20:07:12.982051Z, duration: 21, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting sphinx~=6.2.1 (from -r requirements.txt (line 1)) Downloading sphinx-6.2.1-py3-none-any.whl.metadata (6.2 kB) Collecting sphinx-rtd-theme~=1.2.2 (from -r requirements.txt (line 2)) Downloading sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl.metadata (4.5 kB) Collecting sphinxcontrib-napoleon~=0.7 (from -r requirements.txt (line 3)) Downloading sphinxcontrib_napoleon-0.7-py2.py3-none-any.whl.metadata (6.2 kB) Collecting plantweb~=1.2.1 (from -r requirements.txt (line 4)) Downloading plantweb-1.2.1-py3-none-any.whl.metadata (3.7 kB) Collecting sphinxcontrib-programoutput~=0.17 (from -r requirements.txt (line 5)) Downloading sphinxcontrib_programoutput-0.17-py2.py3-none-any.whl.metadata (7.2 kB) Collecting nbsphinx~=0.9.2 (from -r requirements.txt (line 6)) Downloading nbsphinx-0.9.3-py3-none-any.whl.metadata (2.1 kB) Collecting jupyterlab~=4.0.2 (from -r requirements.txt (line 7)) Downloading jupyterlab-4.0.13-py3-none-any.whl.metadata (15 kB) Collecting myst-parser~=2.0.0 (from -r requirements.txt (line 8)) Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting readthedocs-sphinx-search~=0.3.1 (from -r requirements.txt (line 9)) Downloading readthedocs_sphinx_search-0.3.2-py3-none-any.whl.metadata (2.4 kB) Collecting sphinx-copybutton~=0.5.2 (from -r requirements.txt (line 10)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting pygithub~=1.57 (from -r requirements.txt (line 11)) Downloading PyGithub-1.59.1-py3-none-any.whl.metadata (2.0 kB) Collecting sphinxcontrib-jquery~=4.1 (from -r requirements.txt (line 12)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (1.0.7) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (3.1.3) Requirement already satisfied: Pygments>=2.13 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (2.17.2) Collecting docutils<0.20,>=0.18.1 (from sphinx~=6.2.1->-r requirements.txt (line 1)) Downloading docutils-0.19-py3-none-any.whl.metadata (2.7 kB) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (2.31.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (23.2) Requirement already satisfied: importlib-metadata>=4.8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r requirements.txt (line 1)) (7.0.2) Downloading docutils-0.18.1-py2.py3-none-any.whl.metadata (2.9 kB) Collecting six>=1.5.2 (from sphinxcontrib-napoleon~=0.7->-r requirements.txt (line 3)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting pockets>=0.3 (from sphinxcontrib-napoleon~=0.7->-r requirements.txt (line 3)) Downloading pockets-0.9.1-py2.py3-none-any.whl.metadata (4.4 kB) Collecting nbconvert!=5.4 (from nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading nbconvert-7.16.2-py3-none-any.whl.metadata (8.0 kB) Collecting traitlets>=5 (from nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading traitlets-5.14.1-py3-none-any.whl.metadata (10 kB) Collecting nbformat (from nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB) Collecting async-lru>=1.0.0 (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB) Collecting ipykernel (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading ipykernel-6.29.3-py3-none-any.whl.metadata (6.3 kB) Collecting jupyter-core (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyter_core-5.7.1-py3-none-any.whl.metadata (3.4 kB) Collecting jupyter-lsp>=2.0.0 (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyter_lsp-2.2.4-py3-none-any.whl.metadata (1.8 kB) Collecting jupyter-server<3,>=2.4.0 (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyter_server-2.13.0-py3-none-any.whl.metadata (8.4 kB) Collecting jupyterlab-server<3,>=2.19.0 (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyterlab_server-2.25.3-py3-none-any.whl.metadata (5.9 kB) Collecting notebook-shim>=0.2 (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB) Collecting tomli (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) Collecting tornado>=6.2.0 (from jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting markdown-it-py~=3.0 (from myst-parser~=2.0.0->-r requirements.txt (line 8)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins~=0.4 (from myst-parser~=2.0.0->-r requirements.txt (line 8)) Downloading mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB) Collecting pyyaml (from myst-parser~=2.0.0->-r requirements.txt (line 8)) Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting deprecated (from pygithub~=1.57->-r requirements.txt (line 11)) Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->pygithub~=1.57->-r requirements.txt (line 11)) Downloading PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB) Collecting pynacl>=1.4.0 (from pygithub~=1.57->-r requirements.txt (line 11)) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) Collecting typing-extensions>=4.0.0 (from async-lru>=1.0.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=4.8->sphinx~=6.2.1->-r requirements.txt (line 1)) (3.17.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from Jinja2>=3.0->sphinx~=6.2.1->-r requirements.txt (line 1)) (2.1.5) Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB) Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB) Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB) Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB) Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jupyter_server_terminals-0.5.2-py3-none-any.whl.metadata (5.6 kB) Collecting overrides (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB) Collecting prometheus-client (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading prometheus_client-0.20.0-py3-none-any.whl.metadata (1.8 kB) Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (4.9 kB) Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading Send2Trash-1.8.2-py3-none-any.whl.metadata (4.0 kB) Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading terminado-0.18.0-py3-none-any.whl.metadata (5.8 kB) Collecting websocket-client (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB) Collecting platformdirs>=2.5 (from jupyter-core->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB) Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading json5-0.9.22-py3-none-any.whl.metadata (29 kB) Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB) Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser~=2.0.0->-r requirements.txt (line 8)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting beautifulsoup4 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Collecting bleach!=5.0.0 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading bleach-6.1.0-py3-none-any.whl.metadata (30 kB) Collecting defusedxml (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) Collecting jupyterlab-pygments (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB) Collecting mistune<4,>=2.0.3 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB) Collecting nbclient>=0.5.0 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB) Collecting pandocfilters>=1.4.1 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB) Collecting tinycss2 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading tinycss2-1.2.1-py3-none-any.whl.metadata (3.0 kB) Collecting fastjsonschema (from nbformat->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB) Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->pygithub~=1.57->-r requirements.txt (line 11)) Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.3 kB) Collecting cffi>=1.4.1 (from pynacl>=1.4.0->pygithub~=1.57->-r requirements.txt (line 11)) Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r requirements.txt (line 1)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r requirements.txt (line 1)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r requirements.txt (line 1)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-generic/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r requirements.txt (line 1)) (2024.2.2) Collecting wrapt<2,>=1.10 (from deprecated->pygithub~=1.57->-r requirements.txt (line 11)) Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Collecting comm>=0.1.1 (from ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading comm-0.2.1-py3-none-any.whl.metadata (3.7 kB) Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading debugpy-1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) Collecting ipython>=7.23.1 (from ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB) Collecting matplotlib-inline>=0.1 (from ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading matplotlib_inline-0.1.6-py3-none-any.whl.metadata (2.8 kB) Collecting nest-asyncio (from ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB) Collecting psutil (from ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting exceptiongroup>=1.0.2 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB) Collecting webencodings (from bleach!=5.0.0->nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) Collecting pycparser (from cffi>=1.4.1->pynacl>=1.4.0->pygithub~=1.57->-r requirements.txt (line 11)) Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) Collecting decorator (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB) Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB) Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading referencing-0.33.0-py3-none-any.whl.metadata (2.7 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Collecting python-dateutil>=2.8.2 (from jupyter-client>=7.4.4->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB) Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata (1.7 kB) Collecting ptyprocess (from terminado>=0.8.3->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert!=5.4->nbsphinx~=0.9.2->-r requirements.txt (line 6)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading parso-0.8.3-py2.py3-none-any.whl.metadata (7.5 kB) Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB) Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB) Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB) Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading webcolors-1.13-py3-none-any.whl.metadata (2.6 kB) Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB) Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading pure_eval-0.2.2-py3-none-any.whl.metadata (6.2 kB) Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB) Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r requirements.txt (line 7)) Downloading types_python_dateutil-2.8.19.20240106-py3-none-any.whl.metadata (1.8 kB) Downloading sphinx-6.2.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 68.3 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 215.6 MB/s eta 0:00:00 Downloading sphinxcontrib_napoleon-0.7-py2.py3-none-any.whl (17 kB) Downloading plantweb-1.2.1-py3-none-any.whl (20 kB) Downloading sphinxcontrib_programoutput-0.17-py2.py3-none-any.whl (22 kB) Downloading nbsphinx-0.9.3-py3-none-any.whl (31 kB) Downloading jupyterlab-4.0.13-py3-none-any.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 147.8 MB/s eta 0:00:00 Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.2/77.2 kB 185.1 MB/s eta 0:00:00 Downloading readthedocs_sphinx_search-0.3.2-py3-none-any.whl (21 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading PyGithub-1.59.1-py3-none-any.whl (342 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 342.2/342.2 kB 258.8 MB/s eta 0:00:00 Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 235.1 MB/s eta 0:00:00 Downloading async_lru-2.0.4-py3-none-any.whl (6.1 kB) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 258.2 MB/s eta 0:00:00 Downloading jupyter_lsp-2.2.4-py3-none-any.whl (69 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.1/69.1 kB 216.9 MB/s eta 0:00:00 Downloading jupyter_server-2.13.0-py3-none-any.whl (383 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 383.2/383.2 kB 268.2 MB/s eta 0:00:00 Downloading jupyter_core-5.7.1-py3-none-any.whl (28 kB) Downloading jupyterlab_server-2.25.3-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 198.6 MB/s eta 0:00:00 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 215.7 MB/s eta 0:00:00 Downloading mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 165.9 MB/s eta 0:00:00 Downloading nbconvert-7.16.2-py3-none-any.whl (257 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.3/257.3 kB 252.9 MB/s eta 0:00:00 Downloading nbformat-5.9.2-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 223.4 MB/s eta 0:00:00 Downloading notebook_shim-0.2.4-py3-none-any.whl (13 kB) Downloading pockets-0.9.1-py2.py3-none-any.whl (26 kB) Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 257.1 MB/s eta 0:00:00 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 266.0 MB/s eta 0:00:00 Downloading traitlets-5.14.1-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 kB 219.8 MB/s eta 0:00:00 Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) Downloading ipykernel-6.29.3-py3-none-any.whl (117 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.1/117.1 kB 235.6 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 264.8 MB/s eta 0:00:00 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Downloading anyio-4.3.0-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 227.1 MB/s eta 0:00:00 Downloading bleach-6.1.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.8/162.8 kB 239.1 MB/s eta 0:00:00 Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.4/443.4 kB 255.1 MB/s eta 0:00:00 Downloading comm-0.2.1-py3-none-any.whl (7.2 kB) Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 208.1 MB/s eta 0:00:00 Downloading debugpy-1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 220.7 MB/s eta 0:00:00 Downloading ipython-8.18.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 266.0 MB/s eta 0:00:00 Downloading json5-0.9.22-py3-none-any.whl (29 kB) Downloading jsonschema-4.21.1-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 205.6 MB/s eta 0:00:00 Downloading jupyter_client-8.6.0-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.9/105.9 kB 237.0 MB/s eta 0:00:00 Downloading jupyter_events-0.9.0-py3-none-any.whl (18 kB) Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading mistune-3.0.2-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 192.2 MB/s eta 0:00:00 Downloading nbclient-0.9.0-py3-none-any.whl (24 kB) Downloading pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB) Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB) Downloading pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 255.2 MB/s eta 0:00:00 Downloading Send2Trash-1.8.2-py3-none-any.whl (18 kB) Downloading terminado-0.18.0-py3-none-any.whl (14 kB) Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB) Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/80.1 kB 192.7 MB/s eta 0:00:00 Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB) Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 241.7 MB/s eta 0:00:00 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB) Downloading jupyter_server_terminals-0.5.2-py3-none-any.whl (13 kB) Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) Downloading overrides-7.7.0-py3-none-any.whl (17 kB) Downloading prometheus_client-0.20.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 202.1 MB/s eta 0:00:00 Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 kB 247.0 MB/s eta 0:00:00 Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) Downloading websocket_client-1.7.0-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.5/58.5 kB 210.0 MB/s eta 0:00:00 Downloading attrs-23.2.0-py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 215.8 MB/s eta 0:00:00 Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB) Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 270.1 MB/s eta 0:00:00 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 219.4 MB/s eta 0:00:00 Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.1/386.1 kB 261.4 MB/s eta 0:00:00 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 254.4 MB/s eta 0:00:00 Downloading python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Downloading referencing-0.33.0-py3-none-any.whl (26 kB) Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Downloading rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 269.8 MB/s eta 0:00:00 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.2/86.2 kB 227.3 MB/s eta 0:00:00 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 231.2 MB/s eta 0:00:00 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB) Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 234.7 MB/s eta 0:00:00 Downloading webcolors-1.13-py3-none-any.whl (14 kB) Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB) Downloading isoduration-20.11.0-py3-none-any.whl (11 kB) Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) Downloading uri_template-1.3.0-py3-none-any.whl (11 kB) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Downloading arrow-1.3.0-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 213.5 MB/s eta 0:00:00 Downloading types_python_dateutil-2.8.19.20240106-py3-none-any.whl (9.7 kB) Installing collected packages: webencodings, wcwidth, pure-eval, ptyprocess, fastjsonschema, wrapt, websocket-client, webcolors, uri-template, typing-extensions, types-python-dateutil, traitlets, tornado, tomli, tinycss2, soupsieve, sniffio, six, send2trash, rpds-py, rfc3986-validator, readthedocs-sphinx-search, pyzmq, pyyaml, python-json-logger, pyjwt, pycparser, psutil, prompt-toolkit, prometheus-client, platformdirs, pexpect, parso, pandocfilters, overrides, nest-asyncio, mistune, mdurl, jupyterlab-pygments, jsonpointer, json5, fqdn, executing, exceptiongroup, docutils, defusedxml, decorator, debugpy, attrs, terminado, sphinx, rfc3339-validator, referencing, python-dateutil, pockets, plantweb, matplotlib-inline, markdown-it-py, jupyter-core, jedi, deprecated, comm, cffi, bleach, beautifulsoup4, async-lru, asttokens, anyio, stack-data, sphinxcontrib-programoutput, sphinxcontrib-napoleon, sphinxcontrib-jquery, sphinx-copybutton, pynacl, mdit-py-plugins, jupyter-server-terminals, jupyter-client, jsonschema-specifications, cryptography, arrow, argon2-cffi-bindings, sphinx-rtd-theme, myst-parser, jsonschema, isoduration, ipython, argon2-cffi, pygithub, nbformat, ipykernel, nbclient, jupyter-events, nbconvert, nbsphinx, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab Attempting uninstall: docutils Found existing installation: docutils 0.20.1 Uninstalling docutils-0.20.1: Successfully uninstalled docutils-0.20.1 Attempting uninstall: sphinx Found existing installation: Sphinx 7.2.6 Uninstalling Sphinx-7.2.6: Successfully uninstalled Sphinx-7.2.6 Successfully installed anyio-4.3.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 asttokens-2.4.1 async-lru-2.0.4 attrs-23.2.0 beautifulsoup4-4.12.3 bleach-6.1.0 cffi-1.16.0 comm-0.2.1 cryptography-42.0.5 debugpy-1.8.1 decorator-5.1.1 defusedxml-0.7.1 deprecated-1.2.14 docutils-0.18.1 exceptiongroup-1.2.0 executing-2.0.1 fastjsonschema-2.19.1 fqdn-1.5.1 ipykernel-6.29.3 ipython-8.18.1 isoduration-20.11.0 jedi-0.19.1 json5-0.9.22 jsonpointer-2.4 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 jupyter-client-8.6.0 jupyter-core-5.7.1 jupyter-events-0.9.0 jupyter-lsp-2.2.4 jupyter-server-2.13.0 jupyter-server-terminals-0.5.2 jupyterlab-4.0.13 jupyterlab-pygments-0.3.0 jupyterlab-server-2.25.3 markdown-it-py-3.0.0 matplotlib-inline-0.1.6 mdit-py-plugins-0.4.0 mdurl-0.1.2 mistune-3.0.2 myst-parser-2.0.0 nbclient-0.9.0 nbconvert-7.16.2 nbformat-5.9.2 nbsphinx-0.9.3 nest-asyncio-1.6.0 notebook-shim-0.2.4 overrides-7.7.0 pandocfilters-1.5.1 parso-0.8.3 pexpect-4.9.0 plantweb-1.2.1 platformdirs-4.2.0 pockets-0.9.1 prometheus-client-0.20.0 prompt-toolkit-3.0.43 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.21 pygithub-1.59.1 pyjwt-2.8.0 pynacl-1.5.0 python-dateutil-2.9.0.post0 python-json-logger-2.0.7 pyyaml-6.0.1 pyzmq-25.1.2 readthedocs-sphinx-search-0.3.2 referencing-0.33.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.18.0 send2trash-1.8.2 six-1.16.0 sniffio-1.3.1 soupsieve-2.5 sphinx-6.2.1 sphinx-copybutton-0.5.2 sphinx-rtd-theme-1.2.2 sphinxcontrib-jquery-4.1 sphinxcontrib-napoleon-0.7 sphinxcontrib-programoutput-0.17 stack-data-0.6.3 terminado-0.18.0 tinycss2-1.2.1 tomli-2.0.1 tornado-6.4 traitlets-5.14.1 types-python-dateutil-2.8.19.20240106 typing-extensions-4.10.0 uri-template-1.3.0 wcwidth-0.2.13 webcolors-1.13 webencodings-0.5.1 websocket-client-1.7.0 wrapt-1.16.0