Read the Docs build information Build id: 1857860 Project: institute-for-disease-modeling-emodpy-malaria Version: latest Commit: a831debd23ea4ae15bce0efb2729f751d2caee49 Date: 2023-11-21T21:42:16.129418Z State: finished Success: True [rtd-command-info] start-time: 2023-11-21T21:42:17.375470Z, end-time: 2023-11-21T21:42:20.351195Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:InstituteforDiseaseModeling/emodpy-malaria.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-11-21T21:42:20.420695Z, end-time: 2023-11-21T21:42:23.031655Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:InstituteforDiseaseModeling/emodpy-malaria * [new tag] v3.1.32Release -> v3.1.32Release [rtd-command-info] start-time: 2023-11-21T21:42:23.169853Z, end-time: 2023-11-21T21:42:23.515161Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 a831deb update tests to use dynamic date to capture the latest data (#650) [rtd-command-info] start-time: 2023-11-21T21:42:23.597112Z, end-time: 2023-11-21T21:42:23.653280Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-11-21T21:42:23.726292Z, end-time: 2023-11-21T21:42:23.787696Z, 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: configuration: docs/conf.py 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 - requirements: docs/requirements.txt - method: setuptools path: . # Optionally rank topics in search results, between -10 (lower) and 10 (higher). # 0 is normal rank, not no rank # search: # ranking: [rtd-command-info] start-time: 2023-11-21T21:42:29.981301Z, end-time: 2023-11-21T21:42:30.069642Z, duration: 0, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2023-11-21T21:42:30.426666Z, end-time: 2023-11-21T21:42:31.634767Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 886ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/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-11-21T21:42:31.716557Z, end-time: 2023-11-21T21:42:44.525150Z, duration: 12, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (23.1) Collecting pip Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 17.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (67.6.1) Collecting setuptools Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bb/e1/ed2dd0850446b8697ad28d118df885ad04140c64ace06c4bd559f7c8a94f/setuptools-69.0.2-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 26.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.1 setuptools-69.0.2 [rtd-command-info] start-time: 2023-11-21T21:42:44.610749Z, end-time: 2023-11-21T21:42:55.589518Z, duration: 10, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Collecting sphinx Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b2/b6/8ed35256aa530a9d3da15d20bdc0ba888d5364441bb50a5a83ee7827affe/sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 19.5 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e3/bb/4adf12e9f4f6884135ccd662fdc0dd1008e73ea9be3c1a981ce0208467f7/readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/0c/261c0949083c0ac635853528bb0070c89e927841d4e533ba0b5563365c06/sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 133.9 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/03/010ac733ec7b7f71c1dc88e7115743ee466560d6d85373b56fb9916e4586/sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 126.1 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c2/42/4c8646762ee83602e3fb3fbe774c2fac12f317deb0b5dbeeedd2d3ba4b77/sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/28/7a/958f8e3e6abe8219d0d1f1224886de847ab227b218f4a07b61bc337f64be/sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 138.8 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/95/d6/2e0bda62b2a808070ac922d21a950aa2cb5e4fcfb87e5ff5f86bc43a2201/sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 120.7 MB/s eta 0:00:00 Collecting sphinxcontrib-qthelp (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1f/e5/1850f3f118e95581c1e30b57028ac979badee1eb29e70ee72b0241f5a185/sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 123.6 MB/s eta 0:00:00 Collecting Jinja2>=3.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 37.4 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/97/9c/372fef8377a6e340b1704768d20daaded98bf13282b5327beb2e2fe2c7ef/pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 20.7 MB/s eta 0:00:00 Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 20.7 MB/s eta 0:00:00 Collecting snowballstemmer>=2.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ed/dc/c02e01294f7265e63a7315fe086dd1df7dacb9f840a804da846b96d01b96/snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 124.9 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/86/14/5dc2eb02b7cc87b2f95930310a2cc5229198414919a116b564832c747bc1/Babel-2.13.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 19.2 MB/s eta 0:00:00 Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/64/88/c7083fc61120ab661c5d0b82cb77079fc1429d3f913a456c1c82cf4658f7/alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ff/62/85c4c919272577931d407be5ba5d71c20f0b616d31a0befe0ae45bb79abd/imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 122.1 MB/s eta 0:00:00 Collecting packaging>=21.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 116.6 MB/s eta 0:00:00 Collecting importlib-metadata>=4.8 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl (22 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl (7.4 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/de/63/cb7e71984e9159ec5f45b5e81e896c8bdd0e45fe3fc6ce02ab497f0d790e/MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/98/69/5d8751b4b670d623aa7a47bef061d69c279e9f922f6705147983aa76c3ce/charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 33.7 MB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 112.3 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/96/94/c31f58c7a7f470d5665935262ebd7455c7e4c7782eb525658d3dbf4b9403/urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 132.1 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/64/62/428ef076be88fa93716b576e4a01f919d25968913e817077a386fcbe4f42/certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 21.9 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, zipp, urllib3, sphinxcontrib-jsmath, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.17.2 alabaster-0.7.13 babel-2.13.1 certifi-2023.11.17 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.4 imagesize-1.4.1 importlib-metadata-6.8.0 packaging-23.2 readthedocs-sphinx-ext-2.2.3 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.1.0 zipp-3.17.0 [rtd-command-info] start-time: 2023-11-21T21:42:55.708291Z, end-time: 2023-11-21T21:43:46.531113Z, duration: 50, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Collecting emodpy~=1.16 (from -r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/emodpy/1.21.1/emodpy-1.21.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.7/121.7 kB 5.7 MB/s eta 0:00:00 Collecting emod-malaria==0.0.69 (from -r requirements.txt (line 2)) Downloading https://packages.idmod.org/api/pypi/pypi-production/emod-malaria/0.0.69/emod_malaria-0.0.69-py3-none-any.whl (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 12.7 MB/s eta 0:00:00 Collecting requests==2.29.0 (from -r requirements.txt (line 3)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/cf/e1/2aa539876d9ed0ddc95882451deb57cfd7aa8dbf0b8dbce68e045549ba56/requests-2.29.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.5/62.5 kB 194.6 MB/s eta 0:00:00 Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests==2.29.0->-r requirements.txt (line 3)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests==2.29.0->-r requirements.txt (line 3)) (3.4) Collecting urllib3<1.27,>=1.21.1 (from requests==2.29.0->-r requirements.txt (line 3)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b0/53/aa91e163dcfd1e5b82d8a890ecf13314e3e149c05270cc644581f77f17fd/urllib3-1.26.18-py2.py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.8/143.8 kB 15.9 MB/s eta 0:00:00 Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests==2.29.0->-r requirements.txt (line 3)) (2023.11.17) Collecting click~=7.1 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 207.7 MB/s eta 0:00:00 Collecting idmtools~=1.7 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/idmtools/1.7.8/idmtools-1.7.8-py3-none-any.whl (168 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.4/168.4 kB 18.5 MB/s eta 0:00:00 Collecting idmtools-platform-comps~=1.7 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/idmtools-platform-comps/1.7.8/idmtools_platform_comps-1.7.8-py3-none-any.whl (185 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.2/185.2 kB 20.2 MB/s eta 0:00:00 Collecting idmtools-models~=1.7 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/idmtools-models/1.7.8/idmtools_models-1.7.8-py3-none-any.whl (24 kB) Collecting emod-api~=1.24 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/emod-api/1.30.1/emod_api-1.30.1-py3-none-any.whl (166 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.6/166.6 kB 18.8 MB/s eta 0:00:00 Collecting matplotlib (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/53/1f/653d60d2ec81a6095fa3e571cf2de57742bab8a51a5c01de26730ce3dc53/matplotlib-3.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 12.4 MB/s eta 0:00:00 Collecting astor (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl (27 kB) Collecting astunparse (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2b/03/13dde6512ad7b4557eb792fbcf0c653af6076b81e5941d36ec61f7ce6028/astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting bs4 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz (1.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting keyring (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e3/e9/c51071308adc273ed612cd308a4b4360ffd291da40b7de2f47c9d6e3a978/keyring-24.3.0-py3-none-any.whl (38 kB) Collecting pyCOMPS~=2.6 (from emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/pyCOMPS/2.10.0/pyCOMPS-2.10.0-py2.py3-none-any.whl (74 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/74.5 kB 203.0 MB/s eta 0:00:00 Collecting numpy!=1.19.4 (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2f/75/f007cc0e6a373207818bef17f463d3305e9dd380a70db0e523e7660bf21f/numpy-1.26.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 12.4 MB/s eta 0:00:00 Collecting pyyaml (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7d/39/472f2554a0f1e825bd7c5afc11c817cd7a2f3657460f7159f691fbb37c51/PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 14.2 MB/s eta 0:00:00 Collecting pandas (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/4e/7b/6c251522fd21ad2a51f26df677582ed917650cb8dff286e17625e7a6531b/pandas-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 12.5 MB/s eta 0:00:00 Collecting scipy (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/db/86/bf3f01f003224c00dd94d9443d676023ed65d63ea2e34356888dc7fa8f48/scipy-1.11.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.6/36.6 MB 12.4 MB/s eta 0:00:00 Collecting shapely (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/0b/45/72b2f6c9c02e02d73edeb3e63cb724e5a67f84d1ecadb06a2309a2c022a9/shapely-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 12.9 MB/s eta 0:00:00 Collecting pyproj (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/97/0a/b1525be9680369cc06dd288e12c59d24d5798b4afcdcf1b0915836e1caa6/pyproj-3.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 12.5 MB/s eta 0:00:00 Collecting geographiclib (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9f/5a/a26132406f1f40cf51ea349a5f11b0a46cec02a2031ff82e391c2537247a/geographiclib-2.0-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/40.3 kB 152.6 MB/s eta 0:00:00 Collecting scikit-learn (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/25/89/dce01a35d354159dcc901e3c7e7eb3fe98de5cb3639c6cd39518d8830caa/scikit_learn-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.9/10.9 MB 12.5 MB/s eta 0:00:00 Collecting lz4 (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2e/0d/cbcf15f15c466936d4d001a9743184ff46dec72a95d51ca7efb23e365726/lz4-4.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 13.1 MB/s eta 0:00:00 Collecting prodict (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5a/0b/594c85ac539dda877198e7d5541982127d0929e3b0e8e6018004cfbd9ac9/prodict-0.8.18.tar.gz (4.2 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting graphviz (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/de/5e/fcbb22c68208d39edff467809d06c9d81d7d27426460ebc598e55130c1aa/graphviz-0.20.1-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 140.7 MB/s eta 0:00:00 Collecting parse (from emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9c/57/6c51ccd70de3ebcfb0bb5b0eea2ac0ab13c51ab55043a7243faef9eb58ef/parse-1.19.1-py2.py3-none-any.whl (18 kB) Collecting backoff<2.3,>=1.10.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/df/73/b6e24bd22e6720ca8ee9a85a0c4a2971af8497d8f3193fa05390cbd46e09/backoff-2.2.1-py3-none-any.whl (15 kB) Collecting coloredlogs~=15.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a7/06/3d6badcf13db419e25b07041d9c7b4a2c331d3f4e7134445ec5df57714cd/coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 157.6 MB/s eta 0:00:00 Collecting diskcache~=5.4.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a1/c4/80d38cf6852ba87f8b506a91f18b3a485c668f452700689add960d7e2ecc/diskcache-5.4.0-py3-none-any.whl (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 159.6 MB/s eta 0:00:00 Collecting filelock (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/81/54/84d42a0bee35edba99dee7b59a8d4970eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl (11 kB) Collecting more-itertools~=9.0.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5d/87/1ec3fcc09d2c04b977eabf8a1083222f82eaa2f46d5a4f85f403bf8e7b30/more_itertools-9.0.0-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 kB 164.7 MB/s eta 0:00:00 Collecting pipreqs<0.5,>=0.4.10 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d9/ea/74c89d786cf3403bfbf8fb70142fdf501af9517d0bb8c1acce3ee5ab613e/pipreqs-0.4.13-py2.py3-none-any.whl (33 kB) Collecting pluggy~=1.0.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting tabulate<0.10,>=0.8.9 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl (35 kB) Collecting tqdm<5,>=4.52.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 7.7 MB/s eta 0:00:00 Requirement already satisfied: jinja2~=3.1.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) (3.1.2) Collecting packaging<22.0,>=20.4 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 160.3 MB/s eta 0:00:00 Collecting pygit2<=1.10.1,>=1.4.0 (from idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1b/4a/06d4b23dfb374e5de0f5fc3ec1d469a68e13d942ced6b978fa6d5826f35e/pygit2-1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 12.7 MB/s eta 0:00:00 Collecting natsort~=8.2.0 (from idmtools-platform-comps~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/3e/58/61c4b4fd9e597affdcd3347d5991fa5be404af26f19932d3116b67e133da/natsort-8.2.0-py3-none-any.whl (37 kB) Collecting pytz>=2016.3 (from pyCOMPS~=2.6->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 15.1 MB/s eta 0:00:00 Collecting future>=0.16.0 (from pyCOMPS~=2.6->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8f/2e/cf6accf7415237d6faeeebdc7832023c90e0282aa16fd3263db0eb4715ec/future-0.18.3.tar.gz (840 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 13.1 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting xdg>=4.0.1 (from pyCOMPS~=2.6->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/dd/54/3516c1cf349060fc3578686d271eba242f10ec00b4530c2985af9faac49b/xdg-6.0.0-py3-none-any.whl (3.9 kB) Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from astunparse->emodpy~=1.16->-r requirements.txt (line 1)) (0.40.0) Collecting six<2.0,>=1.6.1 (from astunparse->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting beautifulsoup4 (from bs4->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 15.7 MB/s eta 0:00:00 Collecting jaraco.classes (from keyring->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c7/6b/1bc8fa93ea85146e08f0e0883bc579b7c7328364ed7df90b1628dcb36e10/jaraco.classes-3.3.0-py3-none-any.whl (5.9 kB) Requirement already satisfied: importlib-metadata>=4.11.4 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from keyring->emodpy~=1.16->-r requirements.txt (line 1)) (6.8.0) Collecting SecretStorage>=3.2 (from keyring->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl (15 kB) Collecting jeepney>=0.4.2 (from keyring->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 162.6 MB/s eta 0:00:00 Collecting contourpy>=1.0.1 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a9/ba/d8fd1380876f1e9114157606302e3644c85f6d116aeba354c212ee13edc7/contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.0/311.0 kB 14.1 MB/s eta 0:00:00 Collecting cycler>=0.10 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting fonttools>=4.22.0 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a0/bb/27f4c18f0830c0d79783a04bac121f519718e6a468a879c5d94d51271423/fonttools-4.45.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 12.6 MB/s eta 0:00:00 Collecting kiwisolver>=1.3.1 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/a8/841594f11d0b88d8aeb26991bc4dac38baa909dc58d0c4262a4f7893bcbf/kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 15.7 MB/s eta 0:00:00 Collecting pillow>=8 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5c/dc/acccca38a87272cb2eed372f112595439418dfb6119770b04dc06d3b78bd/Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 15.1 MB/s eta 0:00:00 Collecting pyparsing>=2.3.1 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 193.6 MB/s eta 0:00:00 Collecting python-dateutil>=2.7 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 25.0 MB/s eta 0:00:00 Collecting importlib-resources>=3.2.0 (from matplotlib->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/93/e8/facde510585869b5ec694e8e0363ffe4eba067cb357a8398a55f6a1f8023/importlib_resources-6.1.1-py3-none-any.whl (33 kB) Collecting humanfriendly>=9.1 (from coloredlogs~=15.0->idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f0/0f/310fb31e39e2d734ccaa2c0fb981ee41f7bd5056ce9bc29b2248bd569169/humanfriendly-10.0-py2.py3-none-any.whl (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 193.8 MB/s eta 0:00:00 Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=4.11.4->keyring->emodpy~=1.16->-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-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from jinja2~=3.1.2->idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) (2.1.3) Collecting tzdata>=2022.1 (from pandas->emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d5/fb/a79efcab32b8a1f1ddca7f35109a50e4a80d42ac1c9187ab46522b2407d7/tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 18.7 MB/s eta 0:00:00 Collecting docopt (from pipreqs<0.5,>=0.4.10->idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting yarg (from pipreqs<0.5,>=0.4.10->idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8b/90/89a2ff242ccab6a24fbab18dbbabc67c51a6f0ed01f9a0f41689dc177419/yarg-0.1.9-py2.py3-none-any.whl (19 kB) Collecting cffi>=1.9.1 (from pygit2<=1.10.1,>=1.4.0->idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ea/ac/e9e77bc385729035143e54cc8c4785bd480eaca9df17565963556b0b7a93/cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.4/443.4 kB 16.8 MB/s eta 0:00:00 Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/85/62/48bcebd955945d8da3fe9b84a679dbf4bf179e1ac36e583b7eaa47506758/cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 15.6 MB/s eta 0:00:00 Collecting soupsieve>1.2 (from beautifulsoup4->bs4->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl (36 kB) Collecting joblib>=1.1.1 (from scikit-learn->emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/10/40/d551139c85db202f1f384ba8bcf96aca2f329440a844f924c8a0040b6d02/joblib-1.3.2-py3-none-any.whl (302 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 17.1 MB/s eta 0:00:00 Collecting threadpoolctl>=2.0.0 (from scikit-learn->emod-api~=1.24->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/81/12/fd4dea011af9d69e1cad05c75f3f7202cdcbeac9b712eea58ca779a72865/threadpoolctl-3.2.0-py3-none-any.whl (15 kB) Collecting pycparser (from cffi>=1.9.1->pygit2<=1.10.1,>=1.4.0->idmtools~=1.7->emodpy~=1.16->-r requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 213.1 MB/s eta 0:00:00 Building wheels for collected packages: bs4, future, prodict, docopt Building wheel for bs4 (setup.py): started Building wheel for bs4 (setup.py): finished with status 'done' Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1257 sha256=edf69e48d7556b5c43637906382608e96cecebc0176647aff8dd78d6930b76f4 Stored in directory: /tmp/pip-ephem-wheel-cache-vqc4bjms/wheels/64/93/bb/86b60c26f727309626cd557ea309a9c44112c0aec84517f13f 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=d421b027778b77c2ec6469b8ba054b8a40ba780051eddbfa328f626a65209a70 Stored in directory: /tmp/pip-ephem-wheel-cache-vqc4bjms/wheels/2f/cc/b7/c2afbd9aa308238e24770b186ce812c515ff12207dd4d176b4 Building wheel for prodict (setup.py): started Building wheel for prodict (setup.py): finished with status 'done' Created wheel for prodict: filename=prodict-0.8.18-py3-none-any.whl size=4203 sha256=5a855c417cca8c36fd2dc8dd15252b1e3172b769010946849c20b4dbe866bdd7 Stored in directory: /tmp/pip-ephem-wheel-cache-vqc4bjms/wheels/b0/9c/b9/694dc9fa35b338adf315c91781d2150a3bccd224174d897720 Building wheel for docopt (setup.py): started Building wheel for docopt (setup.py): finished with status 'done' Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13707 sha256=21232eb462f76f3503860f5e50155b6cfbf0544d7c04a90d42aa889be2780e0c Stored in directory: /tmp/pip-ephem-wheel-cache-vqc4bjms/wheels/8d/59/3a/894ec22b85063f7b617ea5956e702fa119c6b14d7e6208a419 Successfully built bs4 future prodict docopt Installing collected packages: pytz, prodict, parse, emod-malaria, docopt, xdg, urllib3, tzdata, tqdm, threadpoolctl, tabulate, soupsieve, six, pyyaml, pyproj, pyparsing, pycparser, pluggy, pillow, numpy, natsort, more-itertools, lz4, kiwisolver, joblib, jeepney, importlib-resources, humanfriendly, graphviz, geographiclib, future, fonttools, filelock, diskcache, cycler, click, backoff, astor, shapely, scipy, requests, python-dateutil, packaging, jaraco.classes, contourpy, coloredlogs, cffi, beautifulsoup4, astunparse, yarg, scikit-learn, pygit2, pyCOMPS, pandas, matplotlib, cryptography, bs4, SecretStorage, pipreqs, emod-api, keyring, idmtools, idmtools-platform-comps, idmtools-models, emodpy Attempting uninstall: urllib3 Found existing installation: urllib3 2.1.0 Uninstalling urllib3-2.1.0: Successfully uninstalled urllib3-2.1.0 Attempting uninstall: requests Found existing installation: requests 2.31.0 Uninstalling requests-2.31.0: Successfully uninstalled requests-2.31.0 Attempting uninstall: packaging Found existing installation: packaging 23.2 Uninstalling packaging-23.2: Successfully uninstalled packaging-23.2 Successfully installed SecretStorage-3.3.3 astor-0.8.1 astunparse-1.6.3 backoff-2.2.1 beautifulsoup4-4.12.2 bs4-0.0.1 cffi-1.16.0 click-7.1.2 coloredlogs-15.0.1 contourpy-1.2.0 cryptography-41.0.5 cycler-0.12.1 diskcache-5.4.0 docopt-0.6.2 emod-api-1.30.1 emod-malaria-0.0.69 emodpy-1.21.1 filelock-3.13.1 fonttools-4.45.0 future-0.18.3 geographiclib-2.0 graphviz-0.20.1 humanfriendly-10.0 idmtools-1.7.8 idmtools-models-1.7.8 idmtools-platform-comps-1.7.8 importlib-resources-6.1.1 jaraco.classes-3.3.0 jeepney-0.8.0 joblib-1.3.2 keyring-24.3.0 kiwisolver-1.4.5 lz4-4.3.2 matplotlib-3.8.2 more-itertools-9.0.0 natsort-8.2.0 numpy-1.26.2 packaging-21.3 pandas-2.1.3 parse-1.19.1 pillow-10.1.0 pipreqs-0.4.13 pluggy-1.0.0 prodict-0.8.18 pyCOMPS-2.10.0 pycparser-2.21 pygit2-1.10.1 pyparsing-3.1.1 pyproj-3.6.1 python-dateutil-2.8.2 pytz-2023.3.post1 pyyaml-6.0.1 requests-2.29.0 scikit-learn-1.3.2 scipy-1.11.4 shapely-2.0.2 six-1.16.0 soupsieve-2.5 tabulate-0.9.0 threadpoolctl-3.2.0 tqdm-4.66.1 tzdata-2023.3 urllib3-1.26.18 xdg-6.0.0 yarg-0.1.9 [rtd-command-info] start-time: 2023-11-21T21:43:46.642748Z, end-time: 2023-11-21T21:44:16.895756Z, duration: 30, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Collecting sphinxext.remoteliteralinclude~=0.4.0 (from -r docs/requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/13/0d/7e5009f48c33d5fd533dda80b42c4a79fce8dfdd1b617d0a9df9a9836145/sphinxext_remoteliteralinclude-0.4.0-py3-none-any.whl (6.4 kB) Collecting sphinx~=6.2.1 (from -r docs/requirements.txt (line 2)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5f/d8/45ba6097c39ba44d9f0e1462fb232e13ca4ddb5aea93a385dcfa964687da/sphinx-6.2.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 16.2 MB/s eta 0:00:00 Collecting sphinx-rtd-theme~=1.2.2 (from -r docs/requirements.txt (line 3)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/85/32/9ccebf3a82c085e8fc12b67cc3dbf840789fb6c7835ed0d61686d6509aa9/sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 16.4 MB/s eta 0:00:00 Collecting sphinxcontrib-napoleon~=0.7 (from -r docs/requirements.txt (line 4)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/75/f2/6b7627dfe7b4e418e295e254bb15c3a6455f11f8c0ad0d43113f678049c3/sphinxcontrib_napoleon-0.7-py2.py3-none-any.whl (17 kB) Collecting plantweb~=1.2.1 (from -r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d6/6f/9ab1a1c3e33aaa0c0931983578c09336b092c75dce777ea666d3032f756e/plantweb-1.2.1-py3-none-any.whl (20 kB) Collecting sphinxcontrib-programoutput~=0.17 (from -r docs/requirements.txt (line 6)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/30/ee/b7be4b3f45f4e36bfa6c444cd234098e0d09880379c67a43e6bb9ab99a86/sphinxcontrib_programoutput-0.17-py2.py3-none-any.whl (22 kB) Collecting nbsphinx~=0.9.2 (from -r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a3/a0/ca4aeb2f7f2608a483459a3bb486da250a7eb23eb76c9a0af154395f0cb2/nbsphinx-0.9.3-py3-none-any.whl (31 kB) Collecting jupyterlab~=4.0.2 (from -r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a7/f2/b3ed35a9d75c22c7a90dc51963e57373d000007ba3ccbfc6277ba6448aa8/jupyterlab-4.0.9-py3-none-any.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 16.1 MB/s eta 0:00:00 Collecting myst-parser~=2.0.0 (from -r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1d/f6/6d61a023d758f488e36638076e8a4ec4447a2cdf86938cf6c60cf1c860e6/myst_parser-2.0.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.2/77.2 kB 194.8 MB/s eta 0:00:00 Collecting readthedocs-sphinx-search~=0.3.1 (from -r docs/requirements.txt (line 10)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f2/69/31af8bf08dfb77465e6b92a7b967273ac5c1fbc20d3005027a90d911efa2/readthedocs_sphinx_search-0.3.1-py3-none-any.whl (21 kB) Collecting sphinx-copybutton~=0.5.2 (from -r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9e/48/1ea60e74949eecb12cdd6ac43987f9fd331156388dcc2319b45e2ebb81bf/sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting pygithub~=1.57 (from -r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2c/71/aff5465d9e3d448a5d4beab1dc7c8dec72037e3ae7e0d856ee08538dc934/PyGithub-1.59.1-py3-none-any.whl (342 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 342.2/342.2 kB 19.5 MB/s eta 0:00:00 Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinxext.remoteliteralinclude~=0.4.0->-r docs/requirements.txt (line 1)) (1.16.0) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.0.6) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (3.1.2) Requirement already satisfied: Pygments>=2.13 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2.17.2) Collecting docutils<0.20,>=0.18.1 (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/93/69/e391bd51bc08ed9141ecd899a0ddb61ab6465309f1eb470905c0c8868081/docutils-0.19-py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 17.0 MB/s eta 0:00:00 Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2.13.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2.29.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (21.3) Requirement already satisfied: importlib-metadata>=4.8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (6.8.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8d/14/69b4bad34e3f250afe29a854da03acb6747711f3df06c359fa053fae4e76/docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 17.1 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme~=1.2.2->-r docs/requirements.txt (line 3)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/76/85/749bd22d1a68db7291c89e2ebca53f4306c3f205853cf31e9de279034c3c/sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 216.7 MB/s eta 0:00:00 Collecting pockets>=0.3 (from sphinxcontrib-napoleon~=0.7->-r docs/requirements.txt (line 4)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e9/2f/a4583c70fbd8cd04910e2884bcc2bdd670e884061f7b4d70bc13e632a993/pockets-0.9.1-py2.py3-none-any.whl (26 kB) Collecting nbconvert!=5.4 (from nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/84/61/460af4b68b3c681d1f82d48646cf2acb8f6d29edf9a8366dc37ae69e902a/nbconvert-7.11.0-py3-none-any.whl (256 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.6/256.6 kB 26.8 MB/s eta 0:00:00 Collecting traitlets>=5 (from nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ed/fd/cfc0d27ca11f3dd12b2a90d06875d8bfb532ef40ce67be4066d10807f4aa/traitlets-5.13.0-py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 kB 199.6 MB/s eta 0:00:00 Collecting nbformat (from nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f4/e7/ef30a90b70eba39e675689b9eaaa92530a71d7435ab8f9cae520814e0caf/nbformat-5.9.2-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 199.2 MB/s eta 0:00:00 Collecting async-lru>=1.0.0 (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl (6.1 kB) Collecting ipykernel (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1e/36/1c316a31d42d323de41616c98e353bd1db1b716980c90929832de4755f80/ipykernel-6.27.0-py3-none-any.whl (114 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.6/114.6 kB 212.3 MB/s eta 0:00:00 Collecting jupyter-core (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ab/ea/af6508f71d2bcbf4db538940120cc3d3f10287f62105e756bd315aa345b5/jupyter_core-5.5.0-py3-none-any.whl (28 kB) Collecting jupyter-lsp>=2.0.0 (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8f/b6/a1571e48550855a79898f851f57e5858b00eb36b09ea3b1a8bb65c53a290/jupyter_lsp-2.2.0-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.0/66.0 kB 180.0 MB/s eta 0:00:00 Collecting jupyter-server<3,>=2.4.0 (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6e/79/178c7a551d50734a779b1fb7688089e46c6141d8b108b2c9cbb028c27437/jupyter_server-2.11.0-py3-none-any.whl (379 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 379.0/379.0 kB 21.2 MB/s eta 0:00:00 Collecting jupyterlab-server<3,>=2.19.0 (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a2/97/abbbe35fc67b6f9423309988f2e411f7cb117b08321866d3d8b720f4c0d4/jupyterlab_server-2.25.2-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.9/58.9 kB 180.2 MB/s eta 0:00:00 Collecting notebook-shim>=0.2 (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f4/79/73250372e5bbab63018b41b02d5cc6b395655ec6c1254e477ef7c913aada/notebook_shim-0.2.3-py3-none-any.whl (13 kB) Collecting tomli (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl (12 kB) Collecting tornado>=6.2.0 (from jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/66/a5/e6da56c03ff61200d5a43cfb75ab09316fc0836aa7ee26b4e9dcbfc3ae85/tornado-6.3.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 427.7/427.7 kB 16.9 MB/s eta 0:00:00 Collecting markdown-it-py~=3.0 (from myst-parser~=2.0.0->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 198.7 MB/s eta 0:00:00 Collecting mdit-py-plugins~=0.4 (from myst-parser~=2.0.0->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e5/3c/fe85f19699a7b40c8f9ce8ecee7e269b9b3c94099306df6f9891bdefeedd/mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 172.7 MB/s eta 0:00:00 Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from myst-parser~=2.0.0->-r docs/requirements.txt (line 9)) (6.0.1) Collecting deprecated (from pygithub~=1.57->-r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->pygithub~=1.57->-r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl (22 kB) Collecting pynacl>=1.4.0 (from pygithub~=1.57->-r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/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 17.1 MB/s eta 0:00:00 Collecting typing-extensions>=4.0.0 (from async-lru>=1.0.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/24/21/7d397a4b7934ff4028987914ac1044d3b7d52712f30e2ac7a2ae5bc86dd0/typing_extensions-4.8.0-py3-none-any.whl (31 kB) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=4.8->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (3.17.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from Jinja2>=3.0->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2.1.3) Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/36/55/ad4de788d84a630656ece71059665e01ca793c04294c463fd84132f40fe6/anyio-4.0.0-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 191.0 MB/s eta 0:00:00 Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl (15 kB) Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/43/ae/5f4f72980765e2e5e02b260f9c53bcc706cefa7ac9c8d7240225c55788d4/jupyter_client-8.6.0-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.9/105.9 kB 212.0 MB/s eta 0:00:00 Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e3/55/0c1aa72f4317e826a471dc4adc3036acd11d496ded68c4bbac2a88551519/jupyter_events-0.9.0-py3-none-any.whl (18 kB) Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ea/7f/36db12bdb90f5237766dcbf59892198daab7260acbcf03fc75e2a2a82672/jupyter_server_terminals-0.4.4-py3-none-any.whl (13 kB) Collecting overrides (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/da/28/3fa6ef8297302fc7b3844980b6c5dbc71cdbd4b61e9b2591234214d5ab39/overrides-7.4.0-py3-none-any.whl (17 kB) Collecting prometheus-client (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bb/9f/ad934418c48d01269fc2af02229ff64bcf793fd5d7f8f82dc5e7ea7ef149/prometheus_client-0.19.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.2/54.2 kB 166.5 MB/s eta 0:00:00 Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a2/e0/08605421a2ede5d87adbde9685599fa7e6af1df700c657759a1892ced942/pyzmq-25.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 16.8 MB/s eta 0:00:00 Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a9/78/e4df1e080ed790acf3a704edf521006dd96b9841bd2e2a462c0d255e0565/Send2Trash-1.8.2-py3-none-any.whl (18 kB) Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/69/df/deebc9fb14a49062a3330f673e80b100e665b54d998163b3f62620b6240c/terminado-0.18.0-py3-none-any.whl (14 kB) Collecting websocket-client (from jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c4/3c/1892ce394828c43d4f65248ebdee3854114266b75d1f5915cb211155ad7b/websocket_client-1.6.4-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/57.3 kB 175.1 MB/s eta 0:00:00 Collecting platformdirs>=2.5 (from jupyter-core->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/31/16/70be3b725073035aa5fc3229321d06e22e73e3e09f6af78dcfdf16c7636c/platformdirs-4.0.0-py3-none-any.whl (17 kB) Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/70/ba/fa37123a86ae8287d6678535a944f9c3377d8165e536310ed6f6cb0f0c0e/json5-0.9.14-py2.py3-none-any.whl (19 kB) Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/0f/ed/0058234d8dd2b1fc6beeea8eab945191a05e9d391a63202f49fe23327586/jsonschema-4.20.0-py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 199.3 MB/s eta 0:00:00 Collecting requests>=2.25.0 (from sphinx~=6.2.1->-r docs/requirements.txt (line 2)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 175.2 MB/s eta 0:00:00 Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser~=2.0.0->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl (10.0 kB) Requirement already satisfied: beautifulsoup4 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) (4.12.2) Collecting bleach!=5.0.0 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.8/162.8 kB 9.4 MB/s eta 0:00:00 Collecting defusedxml (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting jupyterlab-pygments (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/7e/c3d1df3ae9b41686e664051daedbd70eea2e1d2bd9d9c33e7e1455bc9f96/jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting mistune<4,>=2.0.3 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 197.6 MB/s eta 0:00:00 Collecting nbclient>=0.5.0 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6b/3a/607149974149f847125c38a62b9ea2b8267eb74823bbf8d8c54ae0212a00/nbclient-0.9.0-py3-none-any.whl (24 kB) Collecting pandocfilters>=1.4.1 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5e/a8/878258cffd53202a6cc1903c226cf09e58ae3df6b09f8ddfa98033286637/pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB) Collecting tinycss2 (from nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/da/99/fd23634d6962c2791fb8cb6ccae1f05dcbfc39bce36bba8b1c9a8d92eae8/tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting fastjsonschema (from nbformat->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/63/e9/d3dca06ea6b8e58e65716973bc7d9bee9bc39ce233595aa04d04e89a1089/fastjsonschema-2.19.0-py3-none-any.whl (23 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from packaging>=21.0->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (3.1.1) Requirement already satisfied: cryptography>=3.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub~=1.57->-r docs/requirements.txt (line 12)) (41.0.5) Requirement already satisfied: cffi>=1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from pynacl>=1.4.0->pygithub~=1.57->-r docs/requirements.txt (line 12)) (1.16.0) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (1.26.18) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx~=6.2.1->-r docs/requirements.txt (line 2)) (2023.11.17) Collecting wrapt<2,>=1.10 (from deprecated->pygithub~=1.57->-r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b1/e7/459a8a4f40f2fa65eb73cb3f339e6d152957932516d18d0e996c7ae2d7ae/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 218.6 MB/s eta 0:00:00 Collecting comm>=0.1.1 (from ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7b/a6/5fd0242e974914b139451eea0a61ed9fd2e47157e33a67939043c50a94dd/comm-0.2.0-py3-none-any.whl (7.0 kB) Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f7/79/6053a14f60e879b8cb1a42dadbbef8822603eadde79944c61e955309b622/debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 14.4 MB/s eta 0:00:00 Collecting ipython>=7.23.1 (from ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/45/18f0dc2cbc3ee6680a004f620fb1400c6511ded0a76a2dd241813786ce73/ipython-8.17.2-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.4/808.4 kB 15.3 MB/s eta 0:00:00 Collecting matplotlib-inline>=0.1 (from ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f2/51/c34d7a1d528efaae3d8ddb18ef45a41f284eacf9e514523b191b7d0872cc/matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Collecting nest-asyncio (from ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ab/d3/48c01d1944e0ee49fdc005bf518a68b0582d3bd201e5401664890b62a647/nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB) Collecting psutil (from ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/19/06/4e3fa3c1b79271e933c5ddbad3a48aa2c3d5f592a0fb7c037f3e0f619f4d/psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.6/283.6 kB 17.4 MB/s eta 0:00:00 Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl (10 kB) Collecting exceptiongroup>=1.0.2 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b8/9a/5028fd52db10e600f1c4674441b968cf2ea4959085bfb5b99fb1250e5f68/exceptiongroup-1.2.0-py3-none-any.whl (16 kB) Collecting webencodings (from bleach!=5.0.0->nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Requirement already satisfied: pycparser in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from cffi>=1.4.1->pynacl>=1.4.0->pygithub~=1.57->-r docs/requirements.txt (line 12)) (2.21) Collecting decorator (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 14.8 MB/s eta 0:00:00 Collecting prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1f/9d/be9b01085bbd67a71c4b6aa02518fade8104e7a2224e5de5e947811d7176/prompt_toolkit-3.0.41-py3-none-any.whl (385 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.5/385.5 kB 21.9 MB/s eta 0:00:00 Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl (24 kB) Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/39/7b/88dbb785881c28a102619d46423cb853b46dbccc70d3ac362d99773a78ce/pexpect-4.8.0-py2.py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 207.1 MB/s eta 0:00:00 Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 214.1 MB/s eta 0:00:00 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/a9/384ec45013ab883d7c2bf120f2988682986fdead973decf0bae28a4523e7/jsonschema_specifications-2023.11.1-py3-none-any.whl (17 kB) Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/29/c1/69342fbc8efd1aac5cda853cea771763b95d92325c4f8f83b499c07bc698/referencing-0.31.0-py3-none-any.whl (25 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/61/a8/e2337cd6df296529290bfae41e9f72c278b9b3d156628b43d47e62fb64a3/rpds_py-0.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 15.3 MB/s eta 0:00:00 Requirement already satisfied: python-dateutil>=2.8.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from jupyter-client>=7.4.4->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) (2.8.2) Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/35/a6/145655273568ee78a581e734cf35beb9e33a370b29c5d3c8fee3744de29f/python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Collecting ptyprocess (from terminado>=0.8.3->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.2/86.2 kB 212.0 MB/s eta 0:00:00 Requirement already satisfied: soupsieve>1.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages (from beautifulsoup4->nbconvert!=5.4->nbsphinx~=0.9.2->-r docs/requirements.txt (line 7)) (2.5) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/05/63/8011bd08a4111858f79d2b09aad86638490d62fbf881c44e434a6dfca87b/parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 216.4 MB/s eta 0:00:00 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl (9.1 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl (11 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl (7.8 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl (11 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d5/e1/3e9013159b4cbb71df9bd7611cbf90dc2c621c8aeeb677fc41dad72f2261/webcolors-1.13-py3-none-any.whl (14 kB) Collecting wcwidth (from prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/31/b1/a59de0ad3aabb17523a39804f4c6df3ae87ead053a4e25362ae03d73d03a/wcwidth-0.2.12-py2.py3-none-any.whl (34 kB) Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/80/03/6ea8b1b2a5ab40a7a60dc464d3daa7aa546e0a74d74a9f8ff551ea7905db/executing-2.0.1-py2.py3-none-any.whl (24 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyterlab~=4.0.2->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl (11 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 205.1 MB/s eta 0:00:00 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 docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1c/af/5af2e2a02bc464c1c7818c260606343020b96c0d5b64f637d9e91aee24fe/types_python_dateutil-2.8.19.14-py3-none-any.whl (9.4 kB) Installing collected packages: webencodings, wcwidth, types-python-dateutil, pure-eval, ptyprocess, json5, fastjsonschema, wrapt, websocket-client, webcolors, uri-template, typing-extensions, traitlets, tornado, tomli, tinycss2, sphinxext.remoteliteralinclude, sniffio, send2trash, rpds-py, rfc3986-validator, rfc3339-validator, requests, readthedocs-sphinx-search, pyzmq, python-json-logger, pyjwt, psutil, prompt-toolkit, prometheus-client, pockets, platformdirs, pexpect, parso, pandocfilters, overrides, nest-asyncio, mistune, mdurl, jupyterlab-pygments, jsonpointer, fqdn, executing, exceptiongroup, docutils, defusedxml, decorator, debugpy, bleach, attrs, asttokens, terminado, stack-data, sphinxcontrib-napoleon, referencing, pynacl, plantweb, matplotlib-inline, markdown-it-py, jupyter-core, jedi, deprecated, comm, async-lru, arrow, argon2-cffi-bindings, anyio, mdit-py-plugins, jupyter-server-terminals, jupyter-client, jsonschema-specifications, isoduration, ipython, argon2-cffi, pygithub, jsonschema, ipykernel, nbformat, nbclient, jupyter-events, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, sphinx, sphinxcontrib-jquery, sphinxcontrib-programoutput, sphinx-rtd-theme, sphinx-copybutton, nbsphinx, myst-parser Attempting uninstall: requests Found existing installation: requests 2.29.0 Uninstalling requests-2.29.0: Successfully uninstalled requests-2.29.0 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.0.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.1.0 bleach-6.1.0 comm-0.2.0 debugpy-1.8.0 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.0 fqdn-1.5.1 ipykernel-6.27.0 ipython-8.17.2 isoduration-20.11.0 jedi-0.19.1 json5-0.9.14 jsonpointer-2.4 jsonschema-4.20.0 jsonschema-specifications-2023.11.1 jupyter-client-8.6.0 jupyter-core-5.5.0 jupyter-events-0.9.0 jupyter-lsp-2.2.0 jupyter-server-2.11.0 jupyter-server-terminals-0.4.4 jupyterlab-4.0.9 jupyterlab-pygments-0.2.2 jupyterlab-server-2.25.2 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.11.0 nbformat-5.9.2 nbsphinx-0.9.3 nest-asyncio-1.5.8 notebook-shim-0.2.3 overrides-7.4.0 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 plantweb-1.2.1 platformdirs-4.0.0 pockets-0.9.1 prometheus-client-0.19.0 prompt-toolkit-3.0.41 psutil-5.9.6 ptyprocess-0.7.0 pure-eval-0.2.2 pygithub-1.59.1 pyjwt-2.8.0 pynacl-1.5.0 python-json-logger-2.0.7 pyzmq-25.1.1 readthedocs-sphinx-search-0.3.1 referencing-0.31.0 requests-2.31.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.13.1 send2trash-1.8.2 sniffio-1.3.0 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 sphinxext.remoteliteralinclude-0.4.0 stack-data-0.6.3 terminado-0.18.0 tinycss2-1.2.1 tomli-2.0.1 tornado-6.3.3 traitlets-5.13.0 types-python-dateutil-2.8.19.14 typing-extensions-4.8.0 uri-template-1.3.0 wcwidth-0.2.12 webcolors-1.13 webencodings-0.5.1 websocket-client-1.6.4 wrapt-1.16.0 [rtd-command-info] start-time: 2023-11-21T21:44:17.033505Z, end-time: 2023-11-21T21:44:18.761407Z, duration: 1, exit-code: 0 python ./setup.py install --force /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) running install /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! self.initialize_options() running bdist_egg running egg_info creating emodpy_malaria.egg-info writing emodpy_malaria.egg-info/PKG-INFO writing dependency_links to emodpy_malaria.egg-info/dependency_links.txt writing requirements to emodpy_malaria.egg-info/requires.txt writing top-level names to emodpy_malaria.egg-info/top_level.txt writing manifest file 'emodpy_malaria.egg-info/SOURCES.txt' reading manifest file 'emodpy_malaria.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'emodpy_malaria.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/emodpy_malaria copying emodpy_malaria/malaria_config.py -> build/lib/emodpy_malaria copying emodpy_malaria/malaria_vector_species_params.py -> build/lib/emodpy_malaria copying emodpy_malaria/__init__.py -> build/lib/emodpy_malaria copying emodpy_malaria/vector_config.py -> build/lib/emodpy_malaria creating build/lib/tests copying tests/create_auth_token_args.py -> build/lib/tests copying tests/run_all_sft_tests.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/add_itn.py -> build/lib/tests creating build/lib/emodpy_malaria/reporters copying emodpy_malaria/reporters/__init__.py -> build/lib/emodpy_malaria/reporters copying emodpy_malaria/reporters/builtin.py -> build/lib/emodpy_malaria/reporters creating build/lib/emodpy_malaria/demographics copying emodpy_malaria/demographics/MalariaDemographics.py -> build/lib/emodpy_malaria/demographics copying emodpy_malaria/demographics/__init__.py -> build/lib/emodpy_malaria/demographics creating build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/weather_utils.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/weather_set.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/weather_variable.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/data_sources.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/weather_request.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/weather_metadata.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/__init__.py -> build/lib/emodpy_malaria/weather copying emodpy_malaria/weather/weather_data.py -> build/lib/emodpy_malaria/weather creating build/lib/emodpy_malaria/vector_migration copying emodpy_malaria/vector_migration/vector_migration.py -> build/lib/emodpy_malaria/vector_migration copying emodpy_malaria/vector_migration/__init__.py -> build/lib/emodpy_malaria/vector_migration creating build/lib/emodpy_malaria/serialization copying emodpy_malaria/serialization/zero_infections.py -> build/lib/emodpy_malaria/serialization copying emodpy_malaria/serialization/serialization_support.py -> build/lib/emodpy_malaria/serialization copying emodpy_malaria/serialization/replace_genomes.py -> build/lib/emodpy_malaria/serialization copying emodpy_malaria/serialization/__init__.py -> build/lib/emodpy_malaria/serialization copying emodpy_malaria/serialization/replace_genomes_get_next_barcode.py -> build/lib/emodpy_malaria/serialization creating build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/bednet.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/mosquitorelease.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/drug.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/outdoorrestkill.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/outbreak.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/diag_survey.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/usage_dependent_bednet.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/malaria_challenge.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/common.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/spacespraying.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/vaccine.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/community_health_worker.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/larvicide.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/sugartrap.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/__init__.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/adherentdrug.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/treatment_seeking.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/scale_larval_habitats.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/ivermectin.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/inputeir.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/irs.py -> build/lib/emodpy_malaria/interventions copying emodpy_malaria/interventions/drug_campaign.py -> build/lib/emodpy_malaria/interventions creating build/lib/tests/unittests copying tests/unittests/schema_path_file.py -> build/lib/tests/unittests copying tests/unittests/test_malaria_interventions_as_files.py -> build/lib/tests/unittests copying tests/unittests/test_demog.py -> build/lib/tests/unittests copying tests/unittests/test_malaria_reporters.py -> build/lib/tests/unittests copying tests/unittests/test_malaria_interventions.py -> build/lib/tests/unittests copying tests/unittests/test_campaign_common.py -> build/lib/tests/unittests copying tests/unittests/test_import.py -> build/lib/tests/unittests copying tests/unittests/coverage_check.py -> build/lib/tests/unittests copying tests/unittests/__init__.py -> build/lib/tests/unittests copying tests/unittests/test_malaria_config.py -> build/lib/tests/unittests copying tests/unittests/get_unittest_coverage.py -> build/lib/tests/unittests copying tests/unittests/manifest.py -> build/lib/tests/unittests copying tests/unittests/test_treatment_seeking.py -> build/lib/tests/unittests creating build/lib/tests/unittests/weather copying tests/unittests/weather/test_weather_scenarios.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/test_weather_request.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/test_weather_data.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/test_e2e_comps.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/__init__.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/test_weather_set.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/test_e2e.py -> build/lib/tests/unittests/weather copying tests/unittests/weather/test_weather_metadata.py -> build/lib/tests/unittests/weather copying emodpy_malaria/malaria_drug_params.csv -> build/lib/emodpy_malaria creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/emodpy_malaria creating build/bdist.linux-x86_64/egg/emodpy_malaria/reporters copying build/lib/emodpy_malaria/reporters/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/reporters copying build/lib/emodpy_malaria/reporters/builtin.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/reporters creating build/bdist.linux-x86_64/egg/emodpy_malaria/demographics copying build/lib/emodpy_malaria/demographics/MalariaDemographics.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/demographics copying build/lib/emodpy_malaria/demographics/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/demographics creating build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/weather_utils.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/weather_set.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/weather_variable.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/data_sources.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/weather_request.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/weather_metadata.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/weather/weather_data.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/weather copying build/lib/emodpy_malaria/malaria_config.py -> build/bdist.linux-x86_64/egg/emodpy_malaria creating build/bdist.linux-x86_64/egg/emodpy_malaria/vector_migration copying build/lib/emodpy_malaria/vector_migration/vector_migration.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/vector_migration copying build/lib/emodpy_malaria/vector_migration/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/vector_migration creating build/bdist.linux-x86_64/egg/emodpy_malaria/serialization copying build/lib/emodpy_malaria/serialization/zero_infections.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/serialization copying build/lib/emodpy_malaria/serialization/serialization_support.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/serialization copying build/lib/emodpy_malaria/serialization/replace_genomes.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/serialization copying build/lib/emodpy_malaria/serialization/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/serialization copying build/lib/emodpy_malaria/serialization/replace_genomes_get_next_barcode.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/serialization copying build/lib/emodpy_malaria/malaria_vector_species_params.py -> build/bdist.linux-x86_64/egg/emodpy_malaria creating build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/bednet.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/mosquitorelease.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/drug.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/outdoorrestkill.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/outbreak.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/diag_survey.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/usage_dependent_bednet.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/malaria_challenge.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/common.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/spacespraying.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/vaccine.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/community_health_worker.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/larvicide.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/sugartrap.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/adherentdrug.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/treatment_seeking.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/scale_larval_habitats.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/ivermectin.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/inputeir.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/irs.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/interventions/drug_campaign.py -> build/bdist.linux-x86_64/egg/emodpy_malaria/interventions copying build/lib/emodpy_malaria/__init__.py -> build/bdist.linux-x86_64/egg/emodpy_malaria copying build/lib/emodpy_malaria/malaria_drug_params.csv -> build/bdist.linux-x86_64/egg/emodpy_malaria copying build/lib/emodpy_malaria/vector_config.py -> build/bdist.linux-x86_64/egg/emodpy_malaria creating build/bdist.linux-x86_64/egg/tests copying build/lib/tests/create_auth_token_args.py -> build/bdist.linux-x86_64/egg/tests creating build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/schema_path_file.py -> build/bdist.linux-x86_64/egg/tests/unittests creating build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_weather_scenarios.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_weather_request.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_weather_data.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_e2e_comps.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/__init__.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_weather_set.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_e2e.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/weather/test_weather_metadata.py -> build/bdist.linux-x86_64/egg/tests/unittests/weather copying build/lib/tests/unittests/test_malaria_interventions_as_files.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_demog.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_malaria_reporters.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_malaria_interventions.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_campaign_common.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_import.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/coverage_check.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/__init__.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_malaria_config.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/get_unittest_coverage.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/manifest.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/unittests/test_treatment_seeking.py -> build/bdist.linux-x86_64/egg/tests/unittests copying build/lib/tests/run_all_sft_tests.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/add_itn.py -> build/bdist.linux-x86_64/egg/tests byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/reporters/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/reporters/builtin.py to builtin.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/demographics/MalariaDemographics.py to MalariaDemographics.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/demographics/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/weather_utils.py to weather_utils.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/weather_set.py to weather_set.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/weather_variable.py to weather_variable.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/data_sources.py to data_sources.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/weather_request.py to weather_request.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/weather_metadata.py to weather_metadata.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/weather/weather_data.py to weather_data.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/malaria_config.py to malaria_config.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/vector_migration/vector_migration.py to vector_migration.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/vector_migration/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/serialization/zero_infections.py to zero_infections.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/serialization/serialization_support.py to serialization_support.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/serialization/replace_genomes.py to replace_genomes.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/serialization/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/serialization/replace_genomes_get_next_barcode.py to replace_genomes_get_next_barcode.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/malaria_vector_species_params.py to malaria_vector_species_params.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/bednet.py to bednet.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/mosquitorelease.py to mosquitorelease.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/drug.py to drug.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/outdoorrestkill.py to outdoorrestkill.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/outbreak.py to outbreak.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/diag_survey.py to diag_survey.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/usage_dependent_bednet.py to usage_dependent_bednet.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/malaria_challenge.py to malaria_challenge.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/common.py to common.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/spacespraying.py to spacespraying.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/vaccine.py to vaccine.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/community_health_worker.py to community_health_worker.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/larvicide.py to larvicide.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/sugartrap.py to sugartrap.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/adherentdrug.py to adherentdrug.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/treatment_seeking.py to treatment_seeking.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/scale_larval_habitats.py to scale_larval_habitats.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/ivermectin.py to ivermectin.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/inputeir.py to inputeir.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/irs.py to irs.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/interventions/drug_campaign.py to drug_campaign.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/emodpy_malaria/vector_config.py to vector_config.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/create_auth_token_args.py to create_auth_token_args.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/schema_path_file.py to schema_path_file.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_weather_scenarios.py to test_weather_scenarios.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_weather_request.py to test_weather_request.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_weather_data.py to test_weather_data.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_e2e_comps.py to test_e2e_comps.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_weather_set.py to test_weather_set.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_e2e.py to test_e2e.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/weather/test_weather_metadata.py to test_weather_metadata.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_malaria_interventions_as_files.py to test_malaria_interventions_as_files.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_demog.py to test_demog.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_malaria_reporters.py to test_malaria_reporters.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_malaria_interventions.py to test_malaria_interventions.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_campaign_common.py to test_campaign_common.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_import.py to test_import.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/coverage_check.py to coverage_check.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_malaria_config.py to test_malaria_config.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/get_unittest_coverage.py to get_unittest_coverage.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/manifest.py to manifest.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/unittests/test_treatment_seeking.py to test_treatment_seeking.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/run_all_sft_tests.py to run_all_sft_tests.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/__init__.py to __init__.cpython-39.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/add_itn.py to add_itn.cpython-39.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying emodpy_malaria.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying emodpy_malaria.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying emodpy_malaria.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying emodpy_malaria.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying emodpy_malaria.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... emodpy_malaria.__pycache__.malaria_config.cpython-39: module references __file__ tests.__pycache__.run_all_sft_tests.cpython-39: module references __file__ tests.unittests.__pycache__.manifest.cpython-39: module references __file__ tests.unittests.__pycache__.schema_path_file.cpython-39: module references __file__ tests.unittests.__pycache__.test_campaign_common.cpython-39: module references __file__ tests.unittests.__pycache__.test_demog.cpython-39: module references __file__ tests.unittests.__pycache__.test_malaria_config.cpython-39: module references __file__ tests.unittests.__pycache__.test_malaria_interventions.cpython-39: module references __file__ tests.unittests.__pycache__.test_malaria_reporters.cpython-39: module references __file__ tests.unittests.__pycache__.test_treatment_seeking.cpython-39: module references __file__ tests.unittests.weather.__pycache__.__init__.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_e2e.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_e2e_comps.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_weather_data.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_weather_metadata.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_weather_request.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_weather_scenarios.cpython-39: module references __file__ tests.unittests.weather.__pycache__.test_weather_set.cpython-39: module references __file__ creating dist creating 'dist/emodpy_malaria-3.2.0-py3.9.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing emodpy_malaria-3.2.0-py3.9.egg creating /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages/emodpy_malaria-3.2.0-py3.9.egg Extracting emodpy_malaria-3.2.0-py3.9.egg to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Adding emodpy-malaria 3.2.0 to easy-install.pth file Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages/emodpy_malaria-3.2.0-py3.9.egg Processing dependencies for emodpy-malaria==3.2.0 Searching for requests==2.29.0 Reading https://pypi.org/simple/requests/ Downloading https://files.pythonhosted.org/packages/cf/e1/2aa539876d9ed0ddc95882451deb57cfd7aa8dbf0b8dbce68e045549ba56/requests-2.29.0-py3-none-any.whl#sha256=e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b Best match: requests 2.29.0 Processing requests-2.29.0-py3-none-any.whl Installing requests-2.29.0-py3-none-any.whl to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Adding requests 2.29.0 to easy-install.pth file detected new path './emodpy_malaria-3.2.0-py3.9.egg' Installed /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages/requests-2.29.0-py3.9.egg Searching for emod-malaria==0.0.69 Best match: emod-malaria 0.0.69 Adding emod-malaria 0.0.69 to easy-install.pth file detected new path './requests-2.29.0-py3.9.egg' Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for emodpy==1.21.1 Best match: emodpy 1.21.1 Adding emodpy 1.21.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for certifi==2023.11.17 Best match: certifi 2023.11.17 Adding certifi 2023.11.17 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for urllib3==1.26.18 Best match: urllib3 1.26.18 Adding urllib3 1.26.18 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for idna==3.4 Best match: idna 3.4 Adding idna 3.4 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for charset-normalizer==3.3.2 Best match: charset-normalizer 3.3.2 Adding charset-normalizer 3.3.2 to easy-install.pth file Installing normalizer script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pyCOMPS==2.10.0 Best match: pyCOMPS 2.10.0 Adding pyCOMPS 2.10.0 to easy-install.pth file Installing comps-util script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for keyring==24.3.0 Best match: keyring 24.3.0 Adding keyring 24.3.0 to easy-install.pth file Installing keyring script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for bs4==0.0.1 Best match: bs4 0.0.1 Adding bs4 0.0.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for astunparse==1.6.3 Best match: astunparse 1.6.3 Adding astunparse 1.6.3 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for astor==0.8.1 Best match: astor 0.8.1 Adding astor 0.8.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for matplotlib==3.8.2 Best match: matplotlib 3.8.2 Adding matplotlib 3.8.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for emod-api==1.30.1 Best match: emod-api 1.30.1 Adding emod-api 1.30.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for idmtools-models==1.7.8 Best match: idmtools-models 1.7.8 Adding idmtools-models 1.7.8 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for idmtools-platform-comps==1.7.8 Best match: idmtools-platform-comps 1.7.8 Adding idmtools-platform-comps 1.7.8 to easy-install.pth file Installing comps-cli script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for idmtools==1.7.8 Best match: idmtools 1.7.8 Adding idmtools 1.7.8 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for click==7.1.2 Best match: click 7.1.2 Adding click 7.1.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for xdg==6.0.0 Best match: xdg 6.0.0 Adding xdg 6.0.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for future==0.18.3 Best match: future 0.18.3 Adding future 0.18.3 to easy-install.pth file Installing futurize script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Installing pasteurize script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pytz==2023.3.post1 Best match: pytz 2023.3.post1 Adding pytz 2023.3.post1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for jeepney==0.8.0 Best match: jeepney 0.8.0 Adding jeepney 0.8.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for SecretStorage==3.3.3 Best match: SecretStorage 3.3.3 Adding SecretStorage 3.3.3 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for importlib-metadata==6.8.0 Best match: importlib-metadata 6.8.0 Adding importlib-metadata 6.8.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for jaraco.classes==3.3.0 Best match: jaraco.classes 3.3.0 Adding jaraco.classes 3.3.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for beautifulsoup4==4.12.2 Best match: beautifulsoup4 4.12.2 Adding beautifulsoup4 4.12.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for six==1.16.0 Best match: six 1.16.0 Adding six 1.16.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for wheel==0.40.0 Best match: wheel 0.40.0 Adding wheel 0.40.0 to easy-install.pth file Installing wheel script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for importlib-resources==6.1.1 Best match: importlib-resources 6.1.1 Adding importlib-resources 6.1.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for python-dateutil==2.8.2 Best match: python-dateutil 2.8.2 Adding python-dateutil 2.8.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pyparsing==3.1.1 Best match: pyparsing 3.1.1 Adding pyparsing 3.1.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for Pillow==10.1.0 Best match: Pillow 10.1.0 Adding Pillow 10.1.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for packaging==21.3 Best match: packaging 21.3 Adding packaging 21.3 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for numpy==1.26.2 Best match: numpy 1.26.2 Adding numpy 1.26.2 to easy-install.pth file Installing f2py script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for kiwisolver==1.4.5 Best match: kiwisolver 1.4.5 Adding kiwisolver 1.4.5 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for fonttools==4.45.0 Best match: fonttools 4.45.0 Adding fonttools 4.45.0 to easy-install.pth file Installing fonttools script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Installing pyftmerge script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Installing pyftsubset script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Installing ttx script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for cycler==0.12.1 Best match: cycler 0.12.1 Adding cycler 0.12.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for contourpy==1.2.0 Best match: contourpy 1.2.0 Adding contourpy 1.2.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for parse==1.19.1 Best match: parse 1.19.1 Adding parse 1.19.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for graphviz==0.20.1 Best match: graphviz 0.20.1 Adding graphviz 0.20.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for prodict==0.8.18 Best match: prodict 0.8.18 Adding prodict 0.8.18 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for lz4==4.3.2 Best match: lz4 4.3.2 Adding lz4 4.3.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for scikit-learn==1.3.2 Best match: scikit-learn 1.3.2 Adding scikit-learn 1.3.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for geographiclib==2.0 Best match: geographiclib 2.0 Adding geographiclib 2.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pyproj==3.6.1 Best match: pyproj 3.6.1 Adding pyproj 3.6.1 to easy-install.pth file Installing pyproj script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for shapely==2.0.2 Best match: shapely 2.0.2 Adding shapely 2.0.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for scipy==1.11.4 Best match: scipy 1.11.4 Adding scipy 1.11.4 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pandas==2.1.3 Best match: pandas 2.1.3 Adding pandas 2.1.3 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for PyYAML==6.0.1 Best match: PyYAML 6.0.1 Adding PyYAML 6.0.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for Jinja2==3.1.2 Best match: Jinja2 3.1.2 Adding Jinja2 3.1.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for natsort==8.2.0 Best match: natsort 8.2.0 Adding natsort 8.2.0 to easy-install.pth file Installing natsort script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for tqdm==4.66.1 Best match: tqdm 4.66.1 Adding tqdm 4.66.1 to easy-install.pth file Installing tqdm script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pygit2==1.10.1 Best match: pygit2 1.10.1 Adding pygit2 1.10.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for tabulate==0.9.0 Best match: tabulate 0.9.0 Adding tabulate 0.9.0 to easy-install.pth file Installing tabulate script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pluggy==1.0.0 Best match: pluggy 1.0.0 Adding pluggy 1.0.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pipreqs==0.4.13 Best match: pipreqs 0.4.13 Adding pipreqs 0.4.13 to easy-install.pth file Installing pipreqs script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for more-itertools==9.0.0 Best match: more-itertools 9.0.0 Adding more-itertools 9.0.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for filelock==3.13.1 Best match: filelock 3.13.1 Adding filelock 3.13.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for diskcache==5.4.0 Best match: diskcache 5.4.0 Adding diskcache 5.4.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for coloredlogs==15.0.1 Best match: coloredlogs 15.0.1 Adding coloredlogs 15.0.1 to easy-install.pth file Installing coloredlogs script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for backoff==2.2.1 Best match: backoff 2.2.1 Adding backoff 2.2.1 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for cryptography==41.0.5 Best match: cryptography 41.0.5 Adding cryptography 41.0.5 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for zipp==3.17.0 Best match: zipp 3.17.0 Adding zipp 3.17.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for soupsieve==2.5 Best match: soupsieve 2.5 Adding soupsieve 2.5 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for threadpoolctl==3.2.0 Best match: threadpoolctl 3.2.0 Adding threadpoolctl 3.2.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for joblib==1.3.2 Best match: joblib 1.3.2 Adding joblib 1.3.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for tzdata==2023.3 Best match: tzdata 2023.3 Adding tzdata 2023.3 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for MarkupSafe==2.1.3 Best match: MarkupSafe 2.1.3 Adding MarkupSafe 2.1.3 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for cffi==1.16.0 Best match: cffi 1.16.0 Adding cffi 1.16.0 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for yarg==0.1.9 Best match: yarg 0.1.9 Adding yarg 0.1.9 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for docopt==0.6.2 Best match: docopt 0.6.2 Adding docopt 0.6.2 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for humanfriendly==10.0 Best match: humanfriendly 10.0 Adding humanfriendly 10.0 to easy-install.pth file Installing humanfriendly script to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/bin Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Searching for pycparser==2.21 Best match: pycparser 2.21 Adding pycparser 2.21 to easy-install.pth file Using /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emodpy-malaria/envs/latest/lib/python3.9/site-packages Finished processing dependencies for emodpy-malaria==3.2.0 [rtd-command-info] start-time: 2023-11-21T21:44:19.962628Z, end-time: 2023-11-21T21:44:20.019194Z, duration: 0, exit-code: 0 cat docs/conf.py # -*- coding: utf-8 -*- # # Sphinx Demo docs build configuration file, created by # sphinx-quickstart on Fri Aug 26 16:52:16 2016. # # 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. # 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 # docs root, use os.path.abspath to make it absolute, like shown here. # import os import subprocess import sys import sphinx_rtd_theme import configparser from datetime import datetime from urllib.request import urlretrieve if sys.platform in ["linux", "darwin"]: subprocess.check_output(["make", "generate-api"], cwd=os.path.dirname(os.path.abspath(__file__))) else: subprocess.check_output(["make.bat", "generate-api"], cwd=os.path.dirname(os.path.abspath(__file__))) # Rename "emodpy-malaria" to "API reference" filename = 'modules.rst' # This must match the Makefile with open(filename) as f: # Read existing file lines = f.readlines() lines[0] = "API reference\n" # Blast away the existing heading and replace with this lines[1] = "=============\n" # Ensure the heading is the right length with open(filename, "w") as f: # Write new file f.writelines(lines) # -- General configuration ------------------------------------------------ tags.add('emodpymalaria') # If your docs needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # 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.mathjax', 'sphinx.ext.githubpages', 'sphinx.ext.autodoc', 'sphinxcontrib.napoleon', 'sphinx.ext.todo', 'plantweb.directive', 'sphinxcontrib.programoutput', 'sphinx_copybutton', 'sphinx.ext.intersphinx', 'sphinxext.remoteliteralinclude', 'myst_parser', 'sphinx_search.extension', 'sphinx.ext.viewcode', # link to view source code 'myst_parser', # source files written in MD or RST ] myst_enable_extensions = [ "amsmath", "attrs_inline", "colon_fence", "deflist", "dollarmath", "fieldlist", "html_admonition", "html_image", "linkify", "replacements", "smartquotes", "strikethrough", "substitution", "tasklist", ] plantuml = 'plantweb' autodoc_default_options = { 'member-order': 'bysource', 'members': None, 'exclude-members': '__all__' } autodoc_mock_imports = [] napoleon_google_docstring = True # napoleon_numpy_docstring = True # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] # The encoding of source files. # # source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. project = u'emodpy-malaria' copyright = f'1999 - {datetime.today().year}, Bill & Melinda Gates Foundation. All rights reserved.' author = u'Institute for Disease Modeling' # 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. # # The short X.Y version. #current_path = os.path.dirname(__file__) #version_path = os.path.join(current_path, '..', '.bumpversion.cfg') #config = configparser.ConfigParser() #config.read(version_path) #version = config['bumpversion']['current_version'] # The full version, including alpha/beta/rc tags. # release = u'1.0' # The language for content autogenerated by Sphinx. Refer to docs # 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' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # # today = '' # # Else, today_fmt is used as the format for a strftime call. # # today_fmt = '%B %d, %Y' # 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'] # The reST default role (used for this markup: `text`) to use for all # documents. # # default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. # # add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). # # add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. # # show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. # modindex_common_prefix = [] # If true, keep warnings as "system message" paragraphs in the built documents. # keep_warnings = False # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False # RST epilog is added to the end of every topic. Useful for replace # directives to use across the docset. rst_epilog = "\n.. include:: /variables.txt" # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the docs for # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' # 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 # docs. # # # html_theme_options = { # } # Add any paths that contain custom themes here, relative to this directory. html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name for this set of Sphinx documents. # " v docs" by default. # # html_title = u'Sphinx Demo v1.0' # 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 = "images/IDM_white.png" # 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 = "images/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'] html_css_files = ['theme_overrides.css'] html_js_files = ['show_block_by_os.js'] # 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 docs. # # html_extra_path = [] # If not None, a 'Last updated on:' timestamp is inserted at every page # bottom, using the given strftime format. # The empty string is equivalent to '%b %d, %Y'. # # html_last_updated_fmt = None # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. # # html_use_smartypants = True # Custom sidebar templates, maps document names to template names. # # html_sidebars = {} # 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 = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. # html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. # # html_show_copyright = True # -- RTD Sphinx search for searching across the entire domain ------------- if os.environ.get('READTHEDOCS') == 'True': search_project_parent = "institute-for-disease-modeling-idm" search_project = os.environ["READTHEDOCS_PROJECT"] search_version = os.environ["READTHEDOCS_VERSION"] rtd_sphinx_search_default_filter = f"subprojects:{search_project_parent}/{search_version}" rtd_sphinx_search_filters = { "Search this project": f"project:{search_project}/{search_version}", "Search all IDM docs": f"subprojects:{search_project_parent}/{search_version}", } # 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 = 'www.idmod.org/docs/' # 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', 'hu', 'it', 'ja' # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr', 'zh' # # html_search_language = 'en' # A dictionary with options for the search language support, empty by default. # 'ja' uses this config value. # 'zh' user can custom change `jieba` dictionary path. # # 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' # Output file base name for HTML help builder. htmlhelp_basename = 'emodpy-malaria' # -- 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', } # 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, 'emodpy-malaria-docs.tex', u'emodpy-malaria', u'Institute for Disease Modeling', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. # # latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. # # latex_use_parts = False # If true, show page references after internal links. # # latex_show_pagerefs = False # If true, show URL addresses after external links. # # latex_show_urls = False # Documents to append as an appendix to all manuals. # # latex_appendices = [] # It false, will not define \strong, \code, itleref, \crossref ... but only # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added # packages. # # latex_keep_old_macro_names = True # If false, no module index is generated. # # latex_domain_indices = True # -- 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, 'emodpy-malaria-docs', u'emodpy-malaria', [author], 1) ] # If true, show URL addresses after external links. # man_show_urls = True # -- 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, 'emodpy-malaria-docs', u'emodpy-malaria', author, 'Institute for Disease Modeling', 'How to use emodpy for malaria simulations.', 'Miscellaneous'), ] # Documents to append as an appendix to all manuals. # # texinfo_appendices = [] # If false, no module index is generated. # # texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. # # texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. # # texinfo_no_detailmenu = False # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'python': ('https://docs.python.org/3', None), 'emod_api': ('https://docs.idmod.org/projects/emod-api/en/latest/', None), 'emodpy': ('https://docs.idmod.org/projects/emodpy/en/latest/', None), 'idmtools': ('https://docs.idmod.org/projects/idmtools/en/latest/', None), 'emod-malaria': ('https://docs.idmod.org/projects/emod-malaria/en/latest/', None), 'pycomps': ('https://docs.idmod.org/projects/pycomps/en/latest/', None) } ########################################################################### # 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/"), ("v3.3.0", "/en/v3.3.0/"), ("v3.2.0", "/en/v3.2.0/"), ("v3.1.28.dev131", "/en/v3.1.28.dev131/"), ("v3.1.28.dev130", "/en/v3.1.28.dev130/"), ("v3.1.12", "/en/v3.1.12/"), ("3.1.1", "/en/3.1.1/"), ("2.4.3", "/en/2.4.3/"), ("2.3.6", "/en/2.3.6/"), ("v2.3.1", "/en/v2.3.1/"), ("2.2.1", "/en/2.2.1/"), ("v2.1.1", "/en/v2.1.1/"), ("v2.0.2", "/en/v2.0.2/"), ("v2.0.1", "/en/v2.0.1/"), ("v1.20.2", "/en/v1.20.2/"), ("v1.1.19", "/en/v1.1.19/"), ("v1.1.0", "/en/v1.1.0/"), ("v1.0.10", "/en/v1.0.10/"), ("v1.0.9", "/en/v1.0.9/"), ("v1.0.2", "/en/v1.0.2/"), ("vnull", "/en/vnull/"), ("v3.1.32release", "/en/v3.1.32release/"), ("v3.0.1release", "/en/v3.0.1release/"), ("v.2.2.0", "/en/v.2.2.0/"), ("2.3.6release", "/en/2.3.6release/"), ("v0.0.61", "/en/v0.0.61/"), ("v0.0.50", "/en/v0.0.50/"), ("0.0.50", "/en/0.0.50/"), ("v0.0.48", "/en/v0.0.48/"), ("v0.0.45", "/en/v0.0.45/"), ("v0.0.44", "/en/v0.0.44/"), ("v0.0.29", "/en/v0.0.29/"), ("v0.0.18", "/en/v0.0.18/"), ], 'downloads': [ ("html", "//docs.idmod.org/_/downloads/emodpy-malaria/en/latest/htmlzip/"), ], 'subprojects': [ ], 'slug': 'institute-for-disease-modeling-emodpy-malaria', 'name': u'emodpy-malaria', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'G-SVDSQH04EM', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'InstituteforDiseaseModeling', 'proxied_api_host': '/_', 'github_repo': 'emodpy-malaria', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', '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': 'G-SVDSQH04EM', 'global_analytics_code': 'UA-17997319-2', 'commit': 'a831debd', } # 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/institute-for-disease-modeling-emodpy-malaria/builds/1857860/' 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-11-21T21:44:20.095588Z, end-time: 2023-11-21T21:44:35.824990Z, duration: 15, exit-code: 0 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v6.2.1 making output directory... done loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/emod-api/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/emodpy/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/idmtools/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/emod-malaria/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/pycomps/en/latest/objects.inv... myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'linkify', 'tasklist', 'amsmath', 'dollarmath', 'strikethrough', 'smartquotes', 'html_image', 'replacements', 'deflist', 'colon_fence', 'fieldlist', 'substitution', 'attrs_inline', 'html_admonition'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 50 source files that are out of date updating environment: [new config] 50 added, 0 changed, 0 removed reading sources... [ 2%] emodpy_malaria reading sources... [ 4%] emodpy_malaria.demographics reading sources... [ 6%] emodpy_malaria.demographics.MalariaDemographics reading sources... [ 8%] emodpy_malaria.interventions reading sources... [ 10%] emodpy_malaria.interventions.adherentdrug reading sources... [ 12%] emodpy_malaria.interventions.bednet reading sources... [ 14%] emodpy_malaria.interventions.common reading sources... [ 16%] emodpy_malaria.interventions.community_health_worker reading sources... [ 18%] emodpy_malaria.interventions.diag_survey reading sources... [ 20%] emodpy_malaria.interventions.drug reading sources... [ 22%] emodpy_malaria.interventions.drug_campaign reading sources... [ 24%] emodpy_malaria.interventions.inputeir reading sources... [ 26%] emodpy_malaria.interventions.irs reading sources... [ 28%] emodpy_malaria.interventions.ivermectin reading sources... [ 30%] emodpy_malaria.interventions.larvicide reading sources... [ 32%] emodpy_malaria.interventions.malaria_challenge reading sources... [ 34%] emodpy_malaria.interventions.mosquitorelease reading sources... [ 36%] emodpy_malaria.interventions.outbreak reading sources... [ 38%] emodpy_malaria.interventions.outdoorrestkill reading sources... [ 40%] emodpy_malaria.interventions.scale_larval_habitats reading sources... [ 42%] emodpy_malaria.interventions.spacespraying reading sources... [ 44%] emodpy_malaria.interventions.sugartrap reading sources... [ 46%] emodpy_malaria.interventions.treatment_seeking reading sources... [ 48%] emodpy_malaria.interventions.usage_dependent_bednet reading sources... [ 50%] emodpy_malaria.interventions.vaccine reading sources... [ 52%] emodpy_malaria.malaria_config reading sources... [ 54%] emodpy_malaria.malaria_vector_species_params reading sources... [ 56%] emodpy_malaria.reporters reading sources... [ 58%] emodpy_malaria.reporters.builtin /!\ WARNING: File 'idmtools.ini' Not Found! For details on how to configure idmtools, see https://docs.idmod.org/projects/idmtools/en/v1.7.8/configuration.html for details on how to configure idmtools. reading sources... [ 60%] emodpy_malaria.serialization reading sources... [ 62%] emodpy_malaria.serialization.replace_genomes reading sources... [ 64%] emodpy_malaria.serialization.replace_genomes_get_next_barcode reading sources... [ 66%] emodpy_malaria.serialization.serialization_support reading sources... [ 68%] emodpy_malaria.serialization.zero_infections reading sources... [ 70%] emodpy_malaria.vector_config reading sources... [ 72%] emodpy_malaria.vector_migration reading sources... [ 74%] emodpy_malaria.vector_migration.vector_migration reading sources... [ 76%] emodpy_malaria.weather reading sources... [ 78%] emodpy_malaria.weather.data_sources reading sources... [ 80%] emodpy_malaria.weather.weather_data reading sources... [ 82%] emodpy_malaria.weather.weather_metadata reading sources... [ 84%] emodpy_malaria.weather.weather_request reading sources... [ 86%] emodpy_malaria.weather.weather_set reading sources... [ 88%] emodpy_malaria.weather.weather_utils reading sources... [ 90%] emodpy_malaria.weather.weather_variable reading sources... [ 92%] faq reading sources... [ 94%] index reading sources... [ 96%] installation reading sources... [ 98%] installation-basic reading sources... [100%] modules looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] emodpy_malaria writing output... [ 4%] emodpy_malaria.demographics writing output... [ 6%] emodpy_malaria.demographics.MalariaDemographics writing output... [ 8%] emodpy_malaria.interventions writing output... [ 10%] emodpy_malaria.interventions.adherentdrug writing output... [ 12%] emodpy_malaria.interventions.bednet writing output... [ 14%] emodpy_malaria.interventions.common writing output... [ 16%] emodpy_malaria.interventions.community_health_worker writing output... [ 18%] emodpy_malaria.interventions.diag_survey writing output... [ 20%] emodpy_malaria.interventions.drug writing output... [ 22%] emodpy_malaria.interventions.drug_campaign writing output... [ 24%] emodpy_malaria.interventions.inputeir writing output... [ 26%] emodpy_malaria.interventions.irs writing output... [ 28%] emodpy_malaria.interventions.ivermectin writing output... [ 30%] emodpy_malaria.interventions.larvicide writing output... [ 32%] emodpy_malaria.interventions.malaria_challenge writing output... [ 34%] emodpy_malaria.interventions.mosquitorelease writing output... [ 36%] emodpy_malaria.interventions.outbreak writing output... [ 38%] emodpy_malaria.interventions.outdoorrestkill writing output... [ 40%] emodpy_malaria.interventions.scale_larval_habitats writing output... [ 42%] emodpy_malaria.interventions.spacespraying writing output... [ 44%] emodpy_malaria.interventions.sugartrap writing output... [ 46%] emodpy_malaria.interventions.treatment_seeking writing output... [ 48%] emodpy_malaria.interventions.usage_dependent_bednet writing output... [ 50%] emodpy_malaria.interventions.vaccine writing output... [ 52%] emodpy_malaria.malaria_config writing output... [ 54%] emodpy_malaria.malaria_vector_species_params writing output... [ 56%] emodpy_malaria.reporters writing output... [ 58%] emodpy_malaria.reporters.builtin writing output... [ 60%] emodpy_malaria.serialization writing output... [ 62%] emodpy_malaria.serialization.replace_genomes writing output... [ 64%] emodpy_malaria.serialization.replace_genomes_get_next_barcode writing output... [ 66%] emodpy_malaria.serialization.serialization_support writing output... [ 68%] emodpy_malaria.serialization.zero_infections writing output... [ 70%] emodpy_malaria.vector_config writing output... [ 72%] emodpy_malaria.vector_migration writing output... [ 74%] emodpy_malaria.vector_migration.vector_migration writing output... [ 76%] emodpy_malaria.weather writing output... [ 78%] emodpy_malaria.weather.data_sources writing output... [ 80%] emodpy_malaria.weather.weather_data writing output... [ 82%] emodpy_malaria.weather.weather_metadata writing output... [ 84%] emodpy_malaria.weather.weather_request writing output... [ 86%] emodpy_malaria.weather.weather_set writing output... [ 88%] emodpy_malaria.weather.weather_utils writing output... [ 90%] emodpy_malaria.weather.weather_variable writing output... [ 92%] faq writing output... [ 94%] index writing output... [ 96%] installation writing output... [ 98%] installation-basic writing output... [100%] modules generating indices... genindex py-modindex done highlighting module code... [ 2%] emodpy_malaria.demographics.MalariaDemographics highlighting module code... [ 5%] emodpy_malaria.interventions.adherentdrug highlighting module code... [ 7%] emodpy_malaria.interventions.bednet highlighting module code... [ 10%] emodpy_malaria.interventions.common highlighting module code... [ 13%] emodpy_malaria.interventions.community_health_worker highlighting module code... [ 15%] emodpy_malaria.interventions.diag_survey highlighting module code... [ 18%] emodpy_malaria.interventions.drug highlighting module code... [ 21%] emodpy_malaria.interventions.drug_campaign highlighting module code... [ 23%] emodpy_malaria.interventions.inputeir highlighting module code... [ 26%] emodpy_malaria.interventions.irs highlighting module code... [ 28%] emodpy_malaria.interventions.ivermectin highlighting module code... [ 31%] emodpy_malaria.interventions.larvicide highlighting module code... [ 34%] emodpy_malaria.interventions.malaria_challenge highlighting module code... [ 36%] emodpy_malaria.interventions.mosquitorelease highlighting module code... [ 39%] emodpy_malaria.interventions.outbreak highlighting module code... [ 42%] emodpy_malaria.interventions.outdoorrestkill highlighting module code... [ 44%] emodpy_malaria.interventions.scale_larval_habitats highlighting module code... [ 47%] emodpy_malaria.interventions.spacespraying highlighting module code... [ 50%] emodpy_malaria.interventions.sugartrap highlighting module code... [ 52%] emodpy_malaria.interventions.treatment_seeking highlighting module code... [ 55%] emodpy_malaria.interventions.usage_dependent_bednet highlighting module code... [ 57%] emodpy_malaria.interventions.vaccine highlighting module code... [ 60%] emodpy_malaria.malaria_config highlighting module code... [ 63%] emodpy_malaria.malaria_vector_species_params highlighting module code... [ 65%] emodpy_malaria.reporters.builtin highlighting module code... [ 68%] emodpy_malaria.serialization.replace_genomes highlighting module code... [ 71%] emodpy_malaria.serialization.replace_genomes_get_next_barcode highlighting module code... [ 73%] emodpy_malaria.serialization.serialization_support highlighting module code... [ 76%] emodpy_malaria.serialization.zero_infections highlighting module code... [ 78%] emodpy_malaria.vector_config highlighting module code... [ 81%] emodpy_malaria.vector_migration.vector_migration highlighting module code... [ 84%] emodpy_malaria.weather highlighting module code... [ 86%] emodpy_malaria.weather.weather_data highlighting module code... [ 89%] emodpy_malaria.weather.weather_metadata highlighting module code... [ 92%] emodpy_malaria.weather.weather_request highlighting module code... [ 94%] emodpy_malaria.weather.weather_set highlighting module code... [ 97%] emodpy_malaria.weather.weather_utils highlighting module code... [100%] emodpy_malaria.weather.weather_variable writing additional pages... search opensearch done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2023-11-21T21:44:35.904015Z, end-time: 2023-11-21T21:44:49.767511Z, duration: 13, exit-code: 0 python -m sphinx -T -E -W --keep-going -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v6.2.1 making output directory... done loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/emod-api/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/emodpy/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/idmtools/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/emod-malaria/en/latest/objects.inv... loading intersphinx inventory from https://docs.idmod.org/projects/pycomps/en/latest/objects.inv... myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'html_admonition', 'colon_fence', 'html_image', 'tasklist', 'linkify', 'attrs_inline', 'deflist', 'fieldlist', 'replacements', 'smartquotes', 'strikethrough', 'amsmath', 'dollarmath', 'substitution'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [readthedocssinglehtmllocalmedia]: all documents updating environment: [new config] 50 added, 0 changed, 0 removed reading sources... [ 2%] emodpy_malaria reading sources... [ 4%] emodpy_malaria.demographics reading sources... [ 6%] emodpy_malaria.demographics.MalariaDemographics reading sources... [ 8%] emodpy_malaria.interventions reading sources... [ 10%] emodpy_malaria.interventions.adherentdrug reading sources... [ 12%] emodpy_malaria.interventions.bednet reading sources... [ 14%] emodpy_malaria.interventions.common reading sources... [ 16%] emodpy_malaria.interventions.community_health_worker reading sources... [ 18%] emodpy_malaria.interventions.diag_survey reading sources... [ 20%] emodpy_malaria.interventions.drug reading sources... [ 22%] emodpy_malaria.interventions.drug_campaign reading sources... [ 24%] emodpy_malaria.interventions.inputeir reading sources... [ 26%] emodpy_malaria.interventions.irs reading sources... [ 28%] emodpy_malaria.interventions.ivermectin reading sources... [ 30%] emodpy_malaria.interventions.larvicide reading sources... [ 32%] emodpy_malaria.interventions.malaria_challenge reading sources... [ 34%] emodpy_malaria.interventions.mosquitorelease reading sources... [ 36%] emodpy_malaria.interventions.outbreak reading sources... [ 38%] emodpy_malaria.interventions.outdoorrestkill reading sources... [ 40%] emodpy_malaria.interventions.scale_larval_habitats reading sources... [ 42%] emodpy_malaria.interventions.spacespraying reading sources... [ 44%] emodpy_malaria.interventions.sugartrap reading sources... [ 46%] emodpy_malaria.interventions.treatment_seeking reading sources... [ 48%] emodpy_malaria.interventions.usage_dependent_bednet reading sources... [ 50%] emodpy_malaria.interventions.vaccine reading sources... [ 52%] emodpy_malaria.malaria_config reading sources... [ 54%] emodpy_malaria.malaria_vector_species_params reading sources... [ 56%] emodpy_malaria.reporters reading sources... [ 58%] emodpy_malaria.reporters.builtin /!\ WARNING: File 'idmtools.ini' Not Found! For details on how to configure idmtools, see https://docs.idmod.org/projects/idmtools/en/v1.7.8/configuration.html for details on how to configure idmtools. reading sources... [ 60%] emodpy_malaria.serialization reading sources... [ 62%] emodpy_malaria.serialization.replace_genomes reading sources... [ 64%] emodpy_malaria.serialization.replace_genomes_get_next_barcode reading sources... [ 66%] emodpy_malaria.serialization.serialization_support reading sources... [ 68%] emodpy_malaria.serialization.zero_infections reading sources... [ 70%] emodpy_malaria.vector_config reading sources... [ 72%] emodpy_malaria.vector_migration reading sources... [ 74%] emodpy_malaria.vector_migration.vector_migration reading sources... [ 76%] emodpy_malaria.weather reading sources... [ 78%] emodpy_malaria.weather.data_sources reading sources... [ 80%] emodpy_malaria.weather.weather_data reading sources... [ 82%] emodpy_malaria.weather.weather_metadata reading sources... [ 84%] emodpy_malaria.weather.weather_request reading sources... [ 86%] emodpy_malaria.weather.weather_set reading sources... [ 88%] emodpy_malaria.weather.weather_utils reading sources... [ 90%] emodpy_malaria.weather.weather_variable reading sources... [ 92%] faq reading sources... [ 94%] index reading sources... [ 96%] installation reading sources... [ 98%] installation-basic reading sources... [100%] modules looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done assembling single document... installation installation-basic modules emodpy_malaria emodpy_malaria.demographics emodpy_malaria.demographics.MalariaDemographics emodpy_malaria.interventions emodpy_malaria.interventions.adherentdrug emodpy_malaria.interventions.bednet emodpy_malaria.interventions.common emodpy_malaria.interventions.community_health_worker emodpy_malaria.interventions.diag_survey emodpy_malaria.interventions.drug emodpy_malaria.interventions.drug_campaign emodpy_malaria.interventions.inputeir emodpy_malaria.interventions.irs emodpy_malaria.interventions.ivermectin emodpy_malaria.interventions.larvicide emodpy_malaria.interventions.malaria_challenge emodpy_malaria.interventions.mosquitorelease emodpy_malaria.interventions.outbreak emodpy_malaria.interventions.outdoorrestkill emodpy_malaria.interventions.scale_larval_habitats emodpy_malaria.interventions.spacespraying emodpy_malaria.interventions.sugartrap emodpy_malaria.interventions.treatment_seeking emodpy_malaria.interventions.usage_dependent_bednet emodpy_malaria.interventions.vaccine emodpy_malaria.reporters emodpy_malaria.reporters.builtin emodpy_malaria.serialization emodpy_malaria.serialization.replace_genomes emodpy_malaria.serialization.replace_genomes_get_next_barcode emodpy_malaria.serialization.serialization_support emodpy_malaria.serialization.zero_infections emodpy_malaria.vector_migration emodpy_malaria.vector_migration.vector_migration emodpy_malaria.weather emodpy_malaria.weather.data_sources emodpy_malaria.weather.weather_data emodpy_malaria.weather.weather_metadata emodpy_malaria.weather.weather_request emodpy_malaria.weather.weather_set emodpy_malaria.weather.weather_utils emodpy_malaria.weather.weather_variable emodpy_malaria.malaria_config emodpy_malaria.malaria_vector_species_params emodpy_malaria.vector_config faq done writing... done writing additional files... opensearchdone copying static files... done copying extra files... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded. The HTML page is in ../_readthedocs/htmlzip.