Read the Docs build information Build id: 1709381 Project: anyscale-ray Version: master Commit: daf0dc18cca0b78197d1a952afd256d203fc934c Date: 2023-09-08T04:08:35.538047Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-08T04:27:00.563130Z, end-time: 2023-09-08T04:27:08.680370Z, duration: 8, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 85% (6140/7146) Updating files: 86% (6146/7146) Updating files: 87% (6218/7146) Updating files: 88% (6289/7146) Updating files: 89% (6360/7146) Updating files: 90% (6432/7146) Updating files: 91% (6503/7146) Updating files: 92% (6575/7146) Updating files: 93% (6646/7146) Updating files: 94% (6718/7146) Updating files: 95% (6789/7146) Updating files: 96% (6861/7146) Updating files: 97% (6932/7146) Updating files: 98% (7004/7146) Updating files: 99% (7075/7146) Updating files: 100% (7146/7146) Updating files: 100% (7146/7146), done. [rtd-command-info] start-time: 2023-09-08T04:27:09.107749Z, end-time: 2023-09-08T04:27:09.985767Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2023-09-08T04:27:10.463422Z, end-time: 2023-09-08T04:27:11.431344Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at daf0dc1 polish observability (o11y) docs (#39069) [rtd-command-info] start-time: 2023-09-08T04:27:11.862202Z, end-time: 2023-09-08T04:27:11.954303Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-08T04:27:12.386454Z, end-time: 2023-09-08T04:27:12.446420Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # 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-22.04 tools: python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/source/conf.py fail_on_warning: true # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: doc/requirements-doc.txt [rtd-command-info] start-time: 2023-09-08T04:27:19.859773Z, end-time: 2023-09-08T04:27:19.949612Z, duration: 0, exit-code: 0 asdf global python 3.10.12 [rtd-command-info] start-time: 2023-09-08T04:27:20.853532Z, end-time: 2023-09-08T04:27:21.963619Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.12.final.0-64 in 762ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master, 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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-09-08T04:27:22.409475Z, end-time: 2023-09-08T04:27:34.674936Z, duration: 12, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (21.2.3) Collecting pip Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (57.4.0) Collecting setuptools Downloading setuptools-68.2.0-py3-none-any.whl (807 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.2.1 setuptools-68.2.0 [rtd-command-info] start-time: 2023-09-08T04:27:35.122426Z, end-time: 2023-09-08T04:27:45.892956Z, duration: 10, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme readthedocs-sphinx-ext<2.3 Collecting pillow Obtaining dependency information for pillow from https://files.pythonhosted.org/packages/3d/36/e78f09d510354977e10102dd811e928666021d9c451e05df962d56477772/Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata Downloading Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 7.9 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 128.0 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx Obtaining dependency information for sphinx from https://files.pythonhosted.org/packages/a6/54/f4fcf7113eb051a46476ecce9485c463f58dbc3887c06dbfe1e67a8ce7c0/sphinx-7.2.5-py3-none-any.whl.metadata Downloading sphinx-7.2.5-py3-none-any.whl.metadata (5.9 kB) Collecting sphinx-rtd-theme Obtaining dependency information for sphinx-rtd-theme from https://files.pythonhosted.org/packages/18/01/76f40a18e9209bb098c1c1313c823dbbd001b23a2db71e7fd4eb5a48559c/sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting readthedocs-sphinx-ext<2.3 Obtaining dependency information for readthedocs-sphinx-ext<2.3 from https://files.pythonhosted.org/packages/8c/f1/3d783ebfc084a9d556123d54669116101760e5e0dbb894b006745bcb59ea/readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata (1.5 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Obtaining dependency information for docutils>=0.11 from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinxcontrib-applehelp (from sphinx) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/c0/0c/261c0949083c0ac635853528bb0070c89e927841d4e533ba0b5563365c06/sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/c0/03/010ac733ec7b7f71c1dc88e7115743ee466560d6d85373b56fb9916e4586/sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/28/7a/958f8e3e6abe8219d0d1f1224886de847ab227b218f4a07b61bc337f64be/sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.9 from https://files.pythonhosted.org/packages/95/d6/2e0bda62b2a808070ac922d21a950aa2cb5e4fcfb87e5ff5f86bc43a2201/sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/1f/e5/1850f3f118e95581c1e30b57028ac979badee1eb29e70ee72b0241f5a185/sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 14.6 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Obtaining dependency information for Pygments>=2.14 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 13.0 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 39.2 MB/s eta 0:00:00 Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Obtaining dependency information for requests>=2.25.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 118.9 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 161.0 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 170.7 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/12/b3/d9ed2c0971e1435b8a62354b18d3060b66c8cb1d368399ec0b9baa7c0ee5/MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/a4/65/057bf29660aae6ade0816457f8db4e749e5c0bfa2366eb5f67db9912fa4c/charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 129.5 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 101.5 MB/s eta 0:00:00 Downloading sphinx-7.2.5-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 119.5 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 132.8 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 158.7 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 137.1 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 147.2 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 140.9 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 154.1 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 142.5 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 150.3 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 157.6 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.8/201.8 kB 152.2 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 145.0 MB/s eta 0:00:00 Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23753 sha256=03165f9a9b53915d2e206e39f912e86ccdd5237c6fb55834e3ef3d5b1cef9d67 Stored in directory: /tmp/pip-ephem-wheel-cache-eztvs5cr/wheels/df/9a/50/99d488b71fc0b027f0d316f4e447cdc9b973c67e1e7e4abc4b Successfully built mock Installing collected packages: snowballstemmer, mock, commonmark, urllib3, sphinxcontrib-jsmath, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx, sphinxcontrib-jquery, sphinx-rtd-theme, recommonmark Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.7.22 charset-normalizer-3.2.0 commonmark-0.9.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 mock-1.0.1 packaging-23.1 pillow-10.0.0 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.5 sphinx-rtd-theme-1.3.0 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.0.4 [rtd-command-info] start-time: 2023-09-08T04:27:46.338685Z, end-time: 2023-09-08T04:28:52.709534Z, duration: 66, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r doc/requirements-doc.txt Collecting git+https://github.com/ray-project/tune-sklearn@master#tune-sklearn (from -r doc/requirements-doc.txt (line 3)) Cloning https://github.com/ray-project/tune-sklearn (to revision master) to /tmp/pip-req-build-waebysrk Running command git clone --filter=blob:none --quiet https://github.com/ray-project/tune-sklearn /tmp/pip-req-build-waebysrk Resolved https://github.com/ray-project/tune-sklearn to commit 6e813e18fb43156d32f0958794881c7c12d14f17 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting watchfiles (from -r doc/requirements-doc.txt (line 4)) Obtaining dependency information for watchfiles from https://files.pythonhosted.org/packages/e1/46/c9d5ee4871b187d291d62e61c41f9a4d67d4866a89704b0ad16b6949e9bd/watchfiles-0.20.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading watchfiles-0.20.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting Pygments==2.13.0 (from -r doc/requirements-doc.txt (line 7)) Downloading Pygments-2.13.0-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 10.6 MB/s eta 0:00:00 Collecting sphinx==4.3.2 (from -r doc/requirements-doc.txt (line 10)) Downloading Sphinx-4.3.2-py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 23.1 MB/s eta 0:00:00 Collecting sphinx-click==3.0.2 (from -r doc/requirements-doc.txt (line 11)) Downloading sphinx_click-3.0.2-py3-none-any.whl (8.4 kB) Collecting sphinx-copybutton==0.4.0 (from -r doc/requirements-doc.txt (line 12)) Downloading sphinx_copybutton-0.4.0-py3-none-any.whl (12 kB) Collecting sphinxemoji==0.2.0 (from -r doc/requirements-doc.txt (line 13)) Downloading sphinxemoji-0.2.0.tar.gz (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/44.4 kB 194.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx-jsonschema==1.17.2 (from -r doc/requirements-doc.txt (line 14)) Downloading sphinx-jsonschema-1.17.2.tar.gz (17 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx-version-warning==1.1.2 (from -r doc/requirements-doc.txt (line 15)) Downloading sphinx_version_warning-1.1.2-py3-none-any.whl (13 kB) Collecting sphinx-book-theme==0.3.3 (from -r doc/requirements-doc.txt (line 16)) Downloading sphinx_book_theme-0.3.3-py3-none-any.whl (345 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.7/345.7 kB 40.5 MB/s eta 0:00:00 Collecting sphinx-external-toc==0.2.4 (from -r doc/requirements-doc.txt (line 17)) Downloading sphinx_external_toc-0.2.4-py3-none-any.whl (25 kB) Collecting sphinx-sitemap==2.2.0 (from -r doc/requirements-doc.txt (line 18)) Downloading sphinx-sitemap-2.2.0.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinxcontrib-redoc==1.6.0 (from -r doc/requirements-doc.txt (line 19)) Downloading sphinxcontrib-redoc-1.6.0.tar.gz (350 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 350.5/350.5 kB 41.9 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx-tabs==3.4.0 (from -r doc/requirements-doc.txt (line 20)) Downloading sphinx_tabs-3.4.0-py3-none-any.whl (10.0 kB) Collecting sphinx-remove-toctrees==0.0.3 (from -r doc/requirements-doc.txt (line 21)) Downloading sphinx_remove_toctrees-0.0.3-py3-none-any.whl (4.7 kB) Collecting autodoc_pydantic==1.6.1 (from -r doc/requirements-doc.txt (line 22)) Downloading autodoc_pydantic-1.6.1-py3-none-any.whl (25 kB) Collecting sphinx_design==0.4.1 (from -r doc/requirements-doc.txt (line 23)) Downloading sphinx_design-0.4.1-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 43.5 MB/s eta 0:00:00 Collecting pydantic<2 (from -r doc/requirements-doc.txt (line 25)) Obtaining dependency information for pydantic<2 from https://files.pythonhosted.org/packages/bc/e0/0371e9b6c910afe502e5fe18cc94562bfd9399617c7b4f5b6e13c29115b3/pydantic-1.10.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading pydantic-1.10.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (149 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.3/149.3 kB 243.3 MB/s eta 0:00:00 Collecting myst-parser==0.15.2 (from -r doc/requirements-doc.txt (line 28)) Downloading myst_parser-0.15.2-py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/46.3 kB 190.7 MB/s eta 0:00:00 Collecting myst-nb==0.13.1 (from -r doc/requirements-doc.txt (line 29)) Downloading myst_nb-0.13.1-py3-none-any.whl (37 kB) Collecting jupytext==1.13.6 (from -r doc/requirements-doc.txt (line 32)) Downloading jupytext-1.13.6-py3-none-any.whl (297 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.3/297.3 kB 136.5 MB/s eta 0:00:00 Collecting urllib3<1.27 (from -r doc/requirements-doc.txt (line 35)) Obtaining dependency information for urllib3<1.27 from https://files.pythonhosted.org/packages/c5/05/c214b32d21c0b465506f95c4f28ccbcba15022e000b043b72b3df7728471/urllib3-1.26.16-py2.py3-none-any.whl.metadata Downloading urllib3-1.26.16-py2.py3-none-any.whl.metadata (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 201.8 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (1.0.6) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (3.1.2) Collecting docutils<0.18,>=0.14 (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 59.8 MB/s eta 0:00:00 Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (2.31.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (68.2.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (23.1) Collecting click>=7.0 (from sphinx-click==3.0.2->-r doc/requirements-doc.txt (line 11)) Obtaining dependency information for click>=7.0 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting jsonpointer (from sphinx-jsonschema==1.17.2->-r doc/requirements-doc.txt (line 14)) Obtaining dependency information for jsonpointer from https://files.pythonhosted.org/packages/12/f6/0232cc0c617e195f06f810534d00b74d2f348fe71b2118009ad8ad31f878/jsonpointer-2.4-py2.py3-none-any.whl.metadata Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB) Collecting pyyaml (from sphinx-jsonschema==1.17.2->-r doc/requirements-doc.txt (line 14)) Obtaining dependency information for pyyaml from https://files.pythonhosted.org/packages/29/61/bf33c6c85c55bc45a29eee3195848ff2d518d84735eb0e2d8cb42e0d285e/PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting pydata-sphinx-theme~=0.8.0 (from sphinx-book-theme==0.3.3->-r doc/requirements-doc.txt (line 16)) Downloading pydata_sphinx_theme-0.8.1-py3-none-any.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 63.8 MB/s eta 0:00:00 Collecting attrs<22,>=20.3 (from sphinx-external-toc==0.2.4->-r doc/requirements-doc.txt (line 17)) Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 214.6 MB/s eta 0:00:00 Collecting six (from sphinx-sitemap==2.2.0->-r doc/requirements-doc.txt (line 18)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting jsonschema>=3.0 (from sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata Downloading jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB) Collecting Jinja2>=2.3 (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 241.9 MB/s eta 0:00:00 Collecting markdown-it-py<2.0.0,>=1.0.0 (from myst-parser==0.15.2->-r doc/requirements-doc.txt (line 28)) Downloading markdown_it_py-1.1.0-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.6/83.6 kB 226.1 MB/s eta 0:00:00 Collecting mdit-py-plugins~=0.2.8 (from myst-parser==0.15.2->-r doc/requirements-doc.txt (line 28)) Downloading mdit_py_plugins-0.2.8-py3-none-any.whl (41 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 175.0 MB/s eta 0:00:00 Collecting importlib-metadata (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for importlib-metadata from https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl.metadata Downloading importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB) Collecting ipython (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for ipython from https://files.pythonhosted.org/packages/7f/d0/c3eb7b17b013da59925aed7b2e7c55f8f1c9209249316812fe8cb758b337/ipython-8.15.0-py3-none-any.whl.metadata Downloading ipython-8.15.0-py3-none-any.whl.metadata (5.9 kB) Collecting ipywidgets<8,>=7.0.0 (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for ipywidgets<8,>=7.0.0 from https://files.pythonhosted.org/packages/dc/0f/efa0531c38e7651d7b229e4746ed83ddd286d0ad80a316b175a4b14e8c1c/ipywidgets-7.8.0-py2.py3-none-any.whl.metadata Downloading ipywidgets-7.8.0-py2.py3-none-any.whl.metadata (1.9 kB) Collecting jupyter-cache~=0.4.1 (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading jupyter_cache-0.4.3-py3-none-any.whl (31 kB) Collecting jupyter-sphinx~=0.3.2 (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading jupyter_sphinx-0.3.2-py3-none-any.whl (20 kB) Collecting nbconvert<7,>=5.6 (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading nbconvert-6.5.4-py3-none-any.whl (563 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 563.8/563.8 kB 152.7 MB/s eta 0:00:00 Collecting nbformat~=5.0 (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for nbformat~=5.0 from https://files.pythonhosted.org/packages/f4/e7/ef30a90b70eba39e675689b9eaaa92530a71d7435ab8f9cae520814e0caf/nbformat-5.9.2-py3-none-any.whl.metadata Downloading nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB) Collecting sphinx-togglebutton~=0.2.2 (from myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading sphinx_togglebutton-0.2.3-py3-none-any.whl (6.1 kB) Collecting toml (from jupytext==1.13.6->-r doc/requirements-doc.txt (line 32)) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting scikit-learn (from tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for scikit-learn from https://files.pythonhosted.org/packages/5c/e9/ee572691a3fb05555bcde41826faad29ae4bc1fb07982e7f53d54a176879/scikit_learn-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading scikit_learn-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Collecting scipy (from tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for scipy from https://files.pythonhosted.org/packages/a8/cc/c36f3439f5d47c3b13833ce6687b43a040cc7638c502ac46b41e2d4f3d6f/scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.1/59.1 kB 218.4 MB/s eta 0:00:00 Collecting ray[tune]>=2.0.0 (from tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for ray[tune]>=2.0.0 from https://files.pythonhosted.org/packages/d5/d1/50c97d98a8ead5660b832136b7cfcab0b4ed02099bf0fa6e7b18beaf3ba8/ray-2.6.3-cp310-cp310-manylinux2014_x86_64.whl.metadata Downloading ray-2.6.3-cp310-cp310-manylinux2014_x86_64.whl.metadata (12 kB) Collecting numpy>=1.16 (from tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for numpy>=1.16 from https://files.pythonhosted.org/packages/71/3c/3b1981c6a1986adc9ee7db760c0c34ea5b14ac3da9ecfcf1ea2a4ec6c398/numpy-1.25.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading numpy-1.25.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) Collecting anyio>=3.0.0 (from watchfiles->-r doc/requirements-doc.txt (line 4)) Obtaining dependency information for anyio>=3.0.0 from https://files.pythonhosted.org/packages/36/55/ad4de788d84a630656ece71059665e01ca793c04294c463fd84132f40fe6/anyio-4.0.0-py3-none-any.whl.metadata Downloading anyio-4.0.0-py3-none-any.whl.metadata (4.5 kB) Collecting typing-extensions>=4.2.0 (from pydantic<2->-r doc/requirements-doc.txt (line 25)) Obtaining dependency information for typing-extensions>=4.2.0 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Requirement already satisfied: idna>=2.8 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from anyio>=3.0.0->watchfiles->-r doc/requirements-doc.txt (line 4)) (3.4) Collecting sniffio>=1.1 (from anyio>=3.0.0->watchfiles->-r doc/requirements-doc.txt (line 4)) Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) Collecting exceptiongroup>=1.0.2 (from anyio>=3.0.0->watchfiles->-r doc/requirements-doc.txt (line 4)) Obtaining dependency information for exceptiongroup>=1.0.2 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) Collecting comm>=0.1.3 (from ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for comm>=0.1.3 from https://files.pythonhosted.org/packages/fe/47/0133ac1b7dc476ed77710715e98077119b3d9bae56b13f6f9055e7da1c53/comm-0.1.4-py3-none-any.whl.metadata Downloading comm-0.1.4-py3-none-any.whl.metadata (4.2 kB) Collecting ipython-genutils~=0.2.0 (from ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting traitlets>=4.3.1 (from ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading traitlets-5.9.0-py3-none-any.whl (117 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.4/117.4 kB 241.3 MB/s eta 0:00:00 Collecting widgetsnbextension~=3.6.5 (from ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for widgetsnbextension~=3.6.5 from https://files.pythonhosted.org/packages/bf/41/3fc8ddbb62a6b29438b9f435a84eff80bc62e9003b098d38a445b51d88e6/widgetsnbextension-3.6.5-py2.py3-none-any.whl.metadata Downloading widgetsnbextension-3.6.5-py2.py3-none-any.whl.metadata (1.3 kB) Collecting jupyterlab-widgets<3,>=1.0.0 (from ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyterlab-widgets<3,>=1.0.0 from https://files.pythonhosted.org/packages/65/10/dfe39b23de3625e2afb293b3f1dbc8edae2d42459ceeea7f3142ccad6543/jupyterlab_widgets-1.1.5-py3-none-any.whl.metadata Downloading jupyterlab_widgets-1.1.5-py3-none-any.whl.metadata (3.7 kB) Collecting backcall (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting decorator (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting jedi>=0.16 (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jedi>=0.16 from https://files.pythonhosted.org/packages/8e/46/7e3ae3aa2dcfcffc5138c6cef5448523218658411c84a2000bf75c8d3ec1/jedi-0.19.0-py2.py3-none-any.whl.metadata Downloading jedi-0.19.0-py2.py3-none-any.whl.metadata (22 kB) Collecting matplotlib-inline (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Collecting pickleshare (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Collecting prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 from https://files.pythonhosted.org/packages/a9/b4/ba77c84edf499877317225d7b7bc047a81f7c2eed9628eeb6bab0ac2e6c9/prompt_toolkit-3.0.39-py3-none-any.whl.metadata Downloading prompt_toolkit-3.0.39-py3-none-any.whl.metadata (6.4 kB) Collecting stack-data (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading stack_data-0.6.2-py3-none-any.whl (24 kB) Collecting pexpect>4.3 (from ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 204.2 MB/s eta 0:00:00 Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from Jinja2>=2.3->sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (2.1.3) INFO: pip is looking at multiple versions of jsonschema to determine which version is compatible with other requirements. This could take a while. Collecting jsonschema>=3.0 (from sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/b5/5c/ae834dd4160bbe9a4feb6e1f3e6189ab7772408823e294bd12eb6b4b4f44/jsonschema-4.18.6-py3-none-any.whl.metadata Downloading jsonschema-4.18.6-py3-none-any.whl.metadata (7.8 kB) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/d3/a4/54273ac37a667c3fcf93916fda59b36f0ad79950e4e56ad839ef2e3e1159/jsonschema-4.18.5-py3-none-any.whl.metadata Downloading jsonschema-4.18.5-py3-none-any.whl.metadata (7.7 kB) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/a1/ba/28ce987450c6afa8336373761193ddaadc1ba2004fbf23a6407db036f558/jsonschema-4.18.4-py3-none-any.whl.metadata Downloading jsonschema-4.18.4-py3-none-any.whl.metadata (7.8 kB) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/3a/34/ea34f7979d4f9ed1fa3b5c66000bc4e445c570f642ad478796f5ebaae45a/jsonschema-4.18.3-py3-none-any.whl.metadata Downloading jsonschema-4.18.3-py3-none-any.whl.metadata (7.9 kB) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/03/83/9a89e40dba1498ce9777865fa0bec0bfc3c1831679cdee814ec8dd223904/jsonschema-4.18.2-py3-none-any.whl.metadata Downloading jsonschema-4.18.2-py3-none-any.whl.metadata (7.8 kB) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/1d/85/984ef667a097ce4e671c6a5d8251a2b4a80845922a3937c6e77c8e6954f7/jsonschema-4.18.1-py3-none-any.whl.metadata Downloading jsonschema-4.18.1-py3-none-any.whl.metadata (7.8 kB) Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/8a/38/2c55180702a637be0fbb8aa95358213a750d25cad3e59869726a54309996/jsonschema-4.18.0-py3-none-any.whl.metadata Downloading jsonschema-4.18.0-py3-none-any.whl.metadata (10 kB) INFO: pip is still looking at multiple versions of jsonschema to determine which version is compatible with other requirements. This could take a while. Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 213.9 MB/s eta 0:00:00 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.0->sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 215.9 MB/s eta 0:00:00 Collecting nbdime (from jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading nbdime-3.2.1-py2.py3-none-any.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 88.2 MB/s eta 0:00:00 Collecting nbclient<0.6,>=0.2 (from jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading nbclient-0.5.13-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.6/70.6 kB 234.1 MB/s eta 0:00:00 Collecting sqlalchemy<1.5,>=1.3.12 (from jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for sqlalchemy<1.5,>=1.3.12 from https://files.pythonhosted.org/packages/77/68/4ce3f0677a4c5f51a91624a7c41921ea39aac1e39502d252ff339ec6cd3b/SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) Collecting lxml (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for lxml from https://files.pythonhosted.org/packages/3c/d2/11533f0bc47ff4d828a20cfb702f3453fe714bd5b475fcdc8cec6e6b7dcf/lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl.metadata Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting beautifulsoup4 (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 260.7 MB/s eta 0:00:00 Collecting bleach (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading bleach-6.0.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 254.8 MB/s eta 0:00:00 Collecting defusedxml (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting entrypoints>=0.2.2 (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB) Collecting jupyter-core>=4.7 (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyter-core>=4.7 from https://files.pythonhosted.org/packages/8c/e0/3f9061c5e99a03612510f892647b15a91f910c5275b7b77c6c72edae1494/jupyter_core-5.3.1-py3-none-any.whl.metadata Downloading jupyter_core-5.3.1-py3-none-any.whl.metadata (3.4 kB) Collecting jupyterlab-pygments (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting mistune<2,>=0.8.1 (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting pandocfilters>=1.4.1 (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB) Collecting tinycss2 (from nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting fastjsonschema (from nbformat~=5.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for fastjsonschema from https://files.pythonhosted.org/packages/9d/93/a3ca3cdeb84065d7d8f8df4cb09ab44405f109183c1d2b915ec17574e6b1/fastjsonschema-2.18.0-py3-none-any.whl.metadata Downloading fastjsonschema-2.18.0-py3-none-any.whl.metadata (2.0 kB) Collecting filelock (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for filelock from https://files.pythonhosted.org/packages/52/90/45223db4e1df30ff14e8aebf9a1bf0222da2e7b49e53692c968f36817812/filelock-3.12.3-py3-none-any.whl.metadata Downloading filelock-3.12.3-py3-none-any.whl.metadata (2.7 kB) Collecting msgpack<2.0.0,>=1.0.0 (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Downloading msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.8/316.8 kB 258.0 MB/s eta 0:00:00 Collecting protobuf!=3.19.5,>=3.15.3 (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for protobuf!=3.19.5,>=3.15.3 from https://files.pythonhosted.org/packages/bb/c3/6a06208ecf0934ecaf509b51c52a6cf688586f54ae81ac65c56124571494/protobuf-4.24.3-cp37-abi3-manylinux2014_x86_64.whl.metadata Downloading protobuf-4.24.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) Collecting aiosignal (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting frozenlist (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for frozenlist from https://files.pythonhosted.org/packages/1e/28/74b8b6451c89c070d34e753d8b65a1e4ce508a6808b18529f36e8c0e2184/frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Collecting grpcio>=1.42.0 (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for grpcio>=1.42.0 from https://files.pythonhosted.org/packages/28/94/63bef715d0afea96662c66075d72249bf9b55b018b91b6937045bdc1470c/grpcio-1.58.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading grpcio-1.58.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting pandas (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for pandas from https://files.pythonhosted.org/packages/fb/4f/4a4372b2e24439f559b73318683486831d75e59544ae02bf8dec8dd6f48b/pandas-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading pandas-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) Collecting tensorboardX>=1.9 (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for tensorboardX>=1.9 from https://files.pythonhosted.org/packages/44/71/f3e7c9b2ab67e28c572ab4e9d5fa3499e0d252650f96d8a3a03e26677f53/tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB) Collecting pyarrow>=6.0.1 (from ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for pyarrow>=6.0.1 from https://files.pythonhosted.org/packages/a1/14/4ffed5e85b96f0c0ae9e026f940bf71ac7dfbfbffff9f3fe339e32bfce2c/pyarrow-13.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata Downloading pyarrow-13.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.0 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from requests>=2.5.0->sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (3.2.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from requests>=2.5.0->sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) (2023.7.22) Requirement already satisfied: wheel in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/master/lib/python3.10/site-packages (from sphinx-togglebutton~=0.2.2->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) (0.37.0) INFO: pip is looking at multiple versions of sphinxcontrib-htmlhelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/d0/a1/5b678486ce3f7f3135ac5396db4591e967fc6709f27aa57fe13c97180953/sphinxcontrib_htmlhelp-2.0.3-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.3-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/57/41/ad44d14fd5273a7b20905fa4dd8444abf1795f6581666f6272e7d8cabf5a/sphinxcontrib_htmlhelp-2.0.2-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 kB 246.9 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-serializinghtml to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.5 from https://files.pythonhosted.org/packages/dc/85/ea34b6be0494eff8ae281107bb4a83f6c83066b358f2525a251dc852817c/sphinxcontrib_serializinghtml-1.1.8-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.8-py3-none-any.whl.metadata (2.3 kB) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.5 from https://files.pythonhosted.org/packages/36/c6/0d5b3f258fdb107558163e88607eb6c245d8785fbd707e027f2da7fbc795/sphinxcontrib_serializinghtml-1.1.7-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.7-py3-none-any.whl.metadata (2.3 kB) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.5 from https://files.pythonhosted.org/packages/82/a2/962548d13ceddff95eac7843c9ff37b451c02b69429007b93d6a10a353d3/sphinxcontrib_serializinghtml-1.1.6-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.6-py3-none-any.whl.metadata (2.3 kB) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 236.1 MB/s eta 0:00:00 Collecting zipp>=0.5 (from importlib-metadata->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for zipp>=0.5 from https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl.metadata Downloading zipp-3.16.2-py3-none-any.whl.metadata (3.7 kB) Collecting joblib>=1.1.1 (from scikit-learn->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for joblib>=1.1.1 from https://files.pythonhosted.org/packages/10/40/d551139c85db202f1f384ba8bcf96aca2f329440a844f924c8a0040b6d02/joblib-1.3.2-py3-none-any.whl.metadata Downloading joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB) Collecting threadpoolctl>=2.0.0 (from scikit-learn->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for threadpoolctl>=2.0.0 from https://files.pythonhosted.org/packages/81/12/fd4dea011af9d69e1cad05c75f3f7202cdcbeac9b712eea58ca779a72865/threadpoolctl-3.2.0-py3-none-any.whl.metadata Downloading threadpoolctl-3.2.0-py3-none-any.whl.metadata (10.0 kB) INFO: pip is looking at multiple versions of sphinxcontrib-applehelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-applehelp (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/b1/db/2c9a62f9d7c8abf45fa79d28a9d0c80e16cb42deac58a699cbd952efda1a/sphinxcontrib_applehelp-1.0.6-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/57/57/1cdaff9321329139ffb0616b9907f2ddf46fa9a6a9488a93f049b2325472/sphinxcontrib_applehelp-1.0.5-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.6/120.6 kB 248.6 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-devhelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-devhelp (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/5d/b6/7f58acb86c93e54236ca8b5b79dd3873138397060a74a143b1c1e30ba6bf/sphinxcontrib_devhelp-1.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_devhelp-1.0.4-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/30/68/7e7c2e823a50cc4d0835b962425924fe7006afa2bc7151a79c30b91fcf52/sphinxcontrib_devhelp-1.0.3-py3-none-any.whl.metadata Downloading sphinxcontrib_devhelp-1.0.3-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 224.6 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-qthelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-qthelp (from sphinx==4.3.2->-r doc/requirements-doc.txt (line 10)) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/c1/54/d3f8d78634c43be776bbec969cce56cf6a6ba49fc950774179b6cc20176b/sphinxcontrib_qthelp-1.0.5-py3-none-any.whl.metadata Downloading sphinxcontrib_qthelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/8d/57/6edeb937dbc2858d980242ffc5913303c19774048b68654e5bee9556e146/sphinxcontrib_qthelp-1.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_qthelp-1.0.4-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 241.0 MB/s eta 0:00:00 Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 239.3 MB/s eta 0:00:00 Collecting platformdirs>=2.5 (from jupyter-core>=4.7->nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for platformdirs>=2.5 from https://files.pythonhosted.org/packages/14/51/fe5a0d6ea589f0d4a1b97824fb518962ad48b27cd346dcdfa2405187997a/platformdirs-3.10.0-py3-none-any.whl.metadata Downloading platformdirs-3.10.0-py3-none-any.whl.metadata (11 kB) Collecting jupyter-client>=6.1.5 (from nbclient<0.6,>=0.2->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyter-client>=6.1.5 from https://files.pythonhosted.org/packages/73/d4/3c13d6a300be9e894561aea0b81e7aed46e8f98029b7d9369d90b1fc7ac5/jupyter_client-8.3.1-py3-none-any.whl.metadata Downloading jupyter_client-8.3.1-py3-none-any.whl.metadata (8.5 kB) Collecting nest-asyncio (from nbclient<0.6,>=0.2->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for nest-asyncio from https://files.pythonhosted.org/packages/7e/dd/69a7a6e89bb1fe09f99bde22027154c487b1e8b6769e642d7f56f35696d3/nest_asyncio-1.5.7-py3-none-any.whl.metadata Downloading nest_asyncio-1.5.7-py3-none-any.whl.metadata (2.7 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting wcwidth (from prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30->ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) Collecting greenlet!=0.4.17 (from sqlalchemy<1.5,>=1.3.12->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 613.7/613.7 kB 237.3 MB/s eta 0:00:00 Collecting notebook>=4.4.1 (from widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for notebook>=4.4.1 from https://files.pythonhosted.org/packages/79/97/b803f9686fe25b40c8eca2d1ba440b2f878f23b87765d18fe93dd323f0b7/notebook-7.0.3-py3-none-any.whl.metadata Downloading notebook-7.0.3-py3-none-any.whl.metadata (10 kB) Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for soupsieve>1.2 from https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl.metadata Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting webencodings (from bleach->nbconvert<7,>=5.6->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting colorama (from nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting tornado (from nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for tornado from https://files.pythonhosted.org/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.metadata Downloading tornado-6.3.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting GitPython!=2.1.4,!=2.1.5,!=2.1.6 (from nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for GitPython!=2.1.4,!=2.1.5,!=2.1.6 from https://files.pythonhosted.org/packages/0f/c6/bb9e2276b6fed126aa21e292493b45a3df4cfba7cbfcf2ab8809a6b0e718/GitPython-3.1.35-py3-none-any.whl.metadata Downloading GitPython-3.1.35-py3-none-any.whl.metadata (10 kB) Collecting jupyter-server (from nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyter-server from https://files.pythonhosted.org/packages/96/a2/b432812537beaf22a9dbc0d50cb62471e57ef90df42738675760fb3dce98/jupyter_server-2.7.3-py3-none-any.whl.metadata Downloading jupyter_server-2.7.3-py3-none-any.whl.metadata (8.6 kB) Collecting jupyter-server-mathjax>=0.2.2 (from nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading jupyter_server_mathjax-0.2.6-py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 123.5 MB/s eta 0:00:00 Collecting python-dateutil>=2.8.2 (from pandas->ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 264.5 MB/s eta 0:00:00 Collecting pytz>=2020.1 (from pandas->ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Obtaining dependency information for pytz>=2020.1 from https://files.pythonhosted.org/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl.metadata Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting tzdata>=2022.1 (from pandas->ray[tune]>=2.0.0->tune-sklearn==0.4.6->-r doc/requirements-doc.txt (line 3)) Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 265.4 MB/s eta 0:00:00 Collecting executing>=1.2.0 (from stack-data->ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading executing-1.2.0-py2.py3-none-any.whl (24 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for asttokens>=2.1.0 from https://files.pythonhosted.org/packages/4f/25/adda9979586d9606300415c89ad0e4c5b53d72b92d2747a3c634701a6a02/asttokens-2.4.0-py2.py3-none-any.whl.metadata Downloading asttokens-2.4.0-py2.py3-none-any.whl.metadata (4.9 kB) Collecting pure-eval (from stack-data->ipython->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) Collecting gitdb<5,>=4.0.1 (from GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading gitdb-4.0.10-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 212.7 MB/s eta 0:00:00 Collecting pyzmq>=23.0 (from jupyter-client>=6.1.5->nbclient<0.6,>=0.2->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for pyzmq>=23.0 from https://files.pythonhosted.org/packages/ca/e2/a986e003fcc5a263591b2f0367caea0b0ca1cbac516b2d7086059f141450/pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata Downloading pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (4.9 kB) Collecting argon2-cffi (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for argon2-cffi from https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl.metadata Downloading argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB) Collecting jupyter-events>=0.6.0 (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyter-events>=0.6.0 from https://files.pythonhosted.org/packages/15/0d/3c67f6c432d8085a3cee250e1e235f27b764be90cc2d16fdcc0b1cee9572/jupyter_events-0.7.0-py3-none-any.whl.metadata Downloading jupyter_events-0.7.0-py3-none-any.whl.metadata (5.5 kB) Collecting jupyter-server-terminals (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading jupyter_server_terminals-0.4.4-py3-none-any.whl (13 kB) Collecting overrides (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for overrides from https://files.pythonhosted.org/packages/da/28/3fa6ef8297302fc7b3844980b6c5dbc71cdbd4b61e9b2591234214d5ab39/overrides-7.4.0-py3-none-any.whl.metadata Downloading overrides-7.4.0-py3-none-any.whl.metadata (5.7 kB) Collecting prometheus-client (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for prometheus-client from https://files.pythonhosted.org/packages/ad/b3/6e18c89bf6bd120590ea538a62cae16dc763ff2745b18377c4be5495c4aa/prometheus_client-0.17.1-py3-none-any.whl.metadata Downloading prometheus_client-0.17.1-py3-none-any.whl.metadata (24 kB) Collecting send2trash>=1.8.2 (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading Send2Trash-1.8.2-py3-none-any.whl (18 kB) Collecting terminado>=0.8.3 (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading terminado-0.17.1-py3-none-any.whl (17 kB) Collecting websocket-client (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for websocket-client from https://files.pythonhosted.org/packages/4b/4a/3176388095e5bae6e6a1fbee66c438809230ae0196e7de4af12c5e75c509/websocket_client-1.6.2-py3-none-any.whl.metadata Downloading websocket_client-1.6.2-py3-none-any.whl.metadata (7.5 kB) Collecting jupyterlab-server<3,>=2.22.1 (from notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyterlab-server<3,>=2.22.1 from https://files.pythonhosted.org/packages/a7/0d/6d4eab0391bd4df1c43f308368d5e177b0fa8ac632267222a23b71317091/jupyterlab_server-2.24.0-py3-none-any.whl.metadata Downloading jupyterlab_server-2.24.0-py3-none-any.whl.metadata (5.8 kB) Collecting jupyterlab<5,>=4.0.2 (from notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyterlab<5,>=4.0.2 from https://files.pythonhosted.org/packages/71/a3/38b9d6492a393dcfdae9e82021655432a9fd6e8f4c03c30a7b55036c0d70/jupyterlab-4.0.5-py3-none-any.whl.metadata Downloading jupyterlab-4.0.5-py3-none-any.whl.metadata (15 kB) Collecting notebook-shim<0.3,>=0.2 (from notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading notebook_shim-0.2.3-py3-none-any.whl (13 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython!=2.1.4,!=2.1.5,!=2.1.6->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading smmap-5.0.0-py3-none-any.whl (24 kB) Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.6.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Collecting referencing (from jupyter-events>=0.6.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for referencing from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB) Collecting rfc3339-validator (from jupyter-events>=0.6.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.6.0->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Collecting async-lru>=1.0.0 (from jupyterlab<5,>=4.0.2->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for async-lru>=1.0.0 from https://files.pythonhosted.org/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl.metadata Downloading async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB) Collecting ipykernel (from jupyterlab<5,>=4.0.2->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for ipykernel from https://files.pythonhosted.org/packages/94/e3/70fb6e6bdd42cb0586d6b6680713997d2a9dc46642aec207ca04d0df80b8/ipykernel-6.25.2-py3-none-any.whl.metadata Downloading ipykernel-6.25.2-py3-none-any.whl.metadata (6.3 kB) Collecting jupyter-lsp>=2.0.0 (from jupyterlab<5,>=4.0.2->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyter-lsp>=2.0.0 from https://files.pythonhosted.org/packages/8f/b6/a1571e48550855a79898f851f57e5858b00eb36b09ea3b1a8bb65c53a290/jupyter_lsp-2.2.0-py3-none-any.whl.metadata Downloading jupyter_lsp-2.2.0-py3-none-any.whl.metadata (1.8 kB) Collecting tomli (from jupyterlab<5,>=4.0.2->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.22.1->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for json5>=0.9.0 from https://files.pythonhosted.org/packages/70/ba/fa37123a86ae8287d6678535a944f9c3377d8165e536310ed6f6cb0f0c0e/json5-0.9.14-py2.py3-none-any.whl.metadata Downloading json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.2/86.2 kB 231.3 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of jsonschema[format-nongpl] to determine which version is compatible with other requirements. This could take a while. INFO: pip is still looking at multiple versions of jsonschema[format-nongpl] to determine which version is compatible with other requirements. This could take a while. Collecting jupyterlab-server<3,>=2.22.1 (from notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for jupyterlab-server<3,>=2.22.1 from https://files.pythonhosted.org/packages/cb/14/8f1c4b9b80db855d48a762e248efd41649d102841b6bfadbd26b8c25e054/jupyterlab_server-2.23.0-py3-none-any.whl.metadata Downloading jupyterlab_server-2.23.0-py3-none-any.whl.metadata (5.8 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Collecting jupyter-events>=0.6.0 (from jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading jupyter_events-0.6.3-py3-none-any.whl (18 kB) Collecting fqdn (from jsonschema>=3.0->sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting isoduration (from jsonschema>=3.0->sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Downloading isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting uri-template (from jsonschema>=3.0->sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Obtaining dependency information for uri-template from https://files.pythonhosted.org/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl.metadata Downloading uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB) Collecting webcolors>=1.11 (from jsonschema>=3.0->sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Downloading webcolors-1.13-py3-none-any.whl (14 kB) Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 241.1 MB/s eta 0:00:00 Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab<5,>=4.0.2->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Obtaining dependency information for debugpy>=1.6.5 from https://files.pythonhosted.org/packages/76/a2/8986aa5e771ae5a2d5226d181978b7a00f753a0153bcc21619dafda9a51a/debugpy-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading debugpy-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.0 kB) Collecting psutil (from ipykernel->jupyterlab<5,>=4.0.2->notebook>=4.4.1->widgetsnbextension~=3.6.5->ipywidgets<8,>=7.0.0->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 270.4 MB/s eta 0:00:00 Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server->nbdime->jupyter-cache~=0.4.1->myst-nb==0.13.1->-r doc/requirements-doc.txt (line 29)) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 249.0 MB/s eta 0:00:00 Collecting arrow>=0.15.0 (from isoduration->jsonschema>=3.0->sphinxcontrib-redoc==1.6.0->-r doc/requirements-doc.txt (line 19)) Downloading arrow-1.2.3-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 219.9 MB/s eta 0:00:00 Downloading watchfiles-0.20.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 173.3 MB/s eta 0:00:00 Downloading pydantic-1.10.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 170.6 MB/s eta 0:00:00 Downloading urllib3-1.26.16-py2.py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 265.3 MB/s eta 0:00:00 Downloading anyio-4.0.0-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 227.8 MB/s eta 0:00:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 254.3 MB/s eta 0:00:00 Downloading ipywidgets-7.8.0-py2.py3-none-any.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 kB 255.2 MB/s eta 0:00:00 Downloading ipython-8.15.0-py3-none-any.whl (806 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 234.5 MB/s eta 0:00:00 Downloading nbformat-5.9.2-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 238.4 MB/s eta 0:00:00 Downloading numpy-1.25.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 200.1 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 271.6 MB/s eta 0:00:00 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB) Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) Downloading scikit_learn-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 207.3 MB/s eta 0:00:00 Downloading scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.3/36.3 MB 184.5 MB/s eta 0:00:00 Downloading comm-0.1.4-py3-none-any.whl (6.6 kB) Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) Downloading grpcio-1.58.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 218.9 MB/s eta 0:00:00 Downloading jedi-0.19.0-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 231.4 MB/s eta 0:00:00 Downloading joblib-1.3.2-py3-none-any.whl (302 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 278.5 MB/s eta 0:00:00 Downloading jupyter_core-5.3.1-py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.7/93.7 kB 222.1 MB/s eta 0:00:00 Downloading jupyterlab_widgets-1.1.5-py3-none-any.whl (246 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/246.1 kB 215.7 MB/s eta 0:00:00 Downloading prompt_toolkit-3.0.39-py3-none-any.whl (385 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.2/385.2 kB 281.4 MB/s eta 0:00:00 Downloading protobuf-4.24.3-cp37-abi3-manylinux2014_x86_64.whl (311 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.6/311.6 kB 268.5 MB/s eta 0:00:00 Downloading pyarrow-13.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (40.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 MB 203.7 MB/s eta 0:00:00 Downloading SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 221.1 MB/s eta 0:00:00 Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 226.2 MB/s eta 0:00:00 Downloading threadpoolctl-3.2.0-py3-none-any.whl (15 kB) Downloading widgetsnbextension-3.6.5-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 231.6 MB/s eta 0:00:00 Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB) Downloading frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.7/225.7 kB 262.3 MB/s eta 0:00:00 Downloading fastjsonschema-2.18.0-py3-none-any.whl (23 kB) Downloading filelock-3.12.3-py3-none-any.whl (11 kB) Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 186.0 MB/s eta 0:00:00 Downloading pandas-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 212.6 MB/s eta 0:00:00 Downloading ray-2.6.3-cp310-cp310-manylinux2014_x86_64.whl (56.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 MB 165.4 MB/s eta 0:00:00 Downloading asttokens-2.4.0-py2.py3-none-any.whl (27 kB) Downloading GitPython-3.1.35-py3-none-any.whl (188 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.8/188.8 kB 264.8 MB/s eta 0:00:00 Downloading jupyter_client-8.3.1-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.1/104.1 kB 252.7 MB/s eta 0:00:00 Downloading jupyter_server-2.7.3-py3-none-any.whl (375 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 375.6/375.6 kB 262.5 MB/s eta 0:00:00 Downloading notebook-7.0.3-py3-none-any.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 118.2 MB/s eta 0:00:00 Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB) Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 279.9 MB/s eta 0:00:00 Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading 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 278.4 MB/s eta 0:00:00 Downloading nest_asyncio-1.5.7-py3-none-any.whl (5.3 kB) Downloading jupyterlab-4.0.5-py3-none-any.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 185.6 MB/s eta 0:00:00 Downloading jupyterlab_server-2.24.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/57.3 kB 215.7 MB/s eta 0:00:00 Downloading pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 222.7 MB/s eta 0:00:00 Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB) Downloading overrides-7.4.0-py3-none-any.whl (17 kB) Downloading prometheus_client-0.17.1-py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 231.8 MB/s eta 0:00:00 Downloading websocket_client-1.6.2-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 192.8 MB/s eta 0:00:00 Downloading async_lru-2.0.4-py3-none-any.whl (6.1 kB) Downloading json5-0.9.14-py2.py3-none-any.whl (19 kB) Downloading jupyter_lsp-2.2.0-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.0/66.0 kB 217.2 MB/s eta 0:00:00 Downloading ipykernel-6.25.2-py3-none-any.whl (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.2/154.2 kB 251.0 MB/s eta 0:00:00 Downloading debugpy-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 219.4 MB/s eta 0:00:00 Downloading uri_template-1.3.0-py3-none-any.whl (11 kB) Building wheels for collected packages: sphinxemoji, sphinx-jsonschema, sphinx-sitemap, sphinxcontrib-redoc, tune-sklearn Building wheel for sphinxemoji (setup.py): started Building wheel for sphinxemoji (setup.py): finished with status 'done' Created wheel for sphinxemoji: filename=sphinxemoji-0.2.0-py3-none-any.whl size=44409 sha256=8afb3e6cc6168b08df7edfc90a5da8bbc3a484c0772acea4dbfe6cf4befb6b40 Stored in directory: /tmp/pip-ephem-wheel-cache-9n8uiyvu/wheels/64/a4/96/10ec59245ae6f2b45d4509261572f3d6a0db4a7c00d7a6d4c6 Building wheel for sphinx-jsonschema (setup.py): started Building wheel for sphinx-jsonschema (setup.py): finished with status 'done' Created wheel for sphinx-jsonschema: filename=sphinx_jsonschema-1.17.2-py3-none-any.whl size=14043 sha256=f1366a561c1afd196c87d4fc12a9ae7a6e099d7c649400a61b4cebddf9563776 Stored in directory: /tmp/pip-ephem-wheel-cache-9n8uiyvu/wheels/26/ad/11/d8c2deccd5bdc966fc88f67c66def6850baf8086b4b1efcdbb Building wheel for sphinx-sitemap (setup.py): started Building wheel for sphinx-sitemap (setup.py): finished with status 'done' Created wheel for sphinx-sitemap: filename=sphinx_sitemap-2.2.0-py3-none-any.whl size=6049 sha256=195241b9e10f52a8e36878325a662c958eba7e20a5b093b1954f2b508e9ac011 Stored in directory: /tmp/pip-ephem-wheel-cache-9n8uiyvu/wheels/2b/13/98/a3a68cf2efaf51a2eaf69f1d138d2749bd1aeceb3d2d455aeb Building wheel for sphinxcontrib-redoc (setup.py): started Building wheel for sphinxcontrib-redoc (setup.py): finished with status 'done' Created wheel for sphinxcontrib-redoc: filename=sphinxcontrib_redoc-1.6.0-py3-none-any.whl size=299595 sha256=5a5ea781fa101b41d6c8d45ea70414ad1e5107e1c5c99a42818b42945ead4764 Stored in directory: /tmp/pip-ephem-wheel-cache-9n8uiyvu/wheels/c3/f3/09/ca56bcb5e735dbf9d7ccfcbfa66480b60179becfe44e425e7b Building wheel for tune-sklearn (setup.py): started Building wheel for tune-sklearn (setup.py): finished with status 'done' Created wheel for tune-sklearn: filename=tune_sklearn-0.4.6-py3-none-any.whl size=41915 sha256=710b836b0079e1554c5fb3fdafe7546a30773065ebdaf7ee791994f71c762b01 Stored in directory: /tmp/pip-ephem-wheel-cache-9n8uiyvu/wheels/e7/61/e3/441666565829d7080a62c78245900a9d1ee06de041df4dfda1 Successfully built sphinxemoji sphinx-jsonschema sphinx-sitemap sphinxcontrib-redoc tune-sklearn Installing collected packages: webencodings, wcwidth, pytz, pure-eval, ptyprocess, pickleshare, msgpack, mistune, json5, ipython-genutils, fastjsonschema, executing, backcall, zipp, websocket-client, webcolors, urllib3, uri-template, tzdata, typing-extensions, traitlets, tornado, tomli, toml, tinycss2, threadpoolctl, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, sniffio, smmap, six, send2trash, rfc3986-validator, pyzmq, pyyaml, python-json-logger, pyrsistent, Pygments, pycparser, psutil, protobuf, prompt-toolkit, prometheus-client, platformdirs, pexpect, parso, pandocfilters, overrides, numpy, nest-asyncio, lxml, jupyterlab-widgets, jupyterlab-pygments, jsonpointer, joblib, Jinja2, grpcio, greenlet, frozenlist, fqdn, exceptiongroup, entrypoints, docutils, defusedxml, decorator, debugpy, colorama, click, attrs, terminado, tensorboardX, sqlalchemy, scipy, rfc3339-validator, python-dateutil, pydantic, pyarrow, matplotlib-inline, markdown-it-py, jupyter-core, jsonschema, jedi, importlib-metadata, gitdb, filelock, comm, cffi, bleach, beautifulsoup4, async-lru, asttokens, anyio, aiosignal, watchfiles, stack-data, sphinx-jsonschema, sphinx, scikit-learn, ray, pandas, nbformat, mdit-py-plugins, jupyter-server-terminals, jupyter-client, GitPython, arrow, argon2-cffi-bindings, sphinxemoji, sphinxcontrib-redoc, sphinx-version-warning, sphinx-togglebutton, sphinx-tabs, sphinx-sitemap, sphinx-remove-toctrees, sphinx-external-toc, sphinx_design, sphinx-copybutton, sphinx-click, pydata-sphinx-theme, nbclient, myst-parser, jupytext, isoduration, ipython, autodoc_pydantic, argon2-cffi, tune-sklearn, sphinx-book-theme, nbconvert, ipykernel, jupyter-events, jupyter-server, notebook-shim, jupyterlab-server, jupyter-server-mathjax, jupyter-lsp, nbdime, jupyterlab, notebook, jupyter-cache, widgetsnbextension, ipywidgets, jupyter-sphinx, myst-nb Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.4 Uninstalling urllib3-2.0.4: Successfully uninstalled urllib3-2.0.4 Attempting uninstall: sphinxcontrib-serializinghtml Found existing installation: sphinxcontrib-serializinghtml 1.1.9 Uninstalling sphinxcontrib-serializinghtml-1.1.9: Successfully uninstalled sphinxcontrib-serializinghtml-1.1.9 Attempting uninstall: sphinxcontrib-qthelp Found existing installation: sphinxcontrib-qthelp 1.0.6 Uninstalling sphinxcontrib-qthelp-1.0.6: Successfully uninstalled sphinxcontrib-qthelp-1.0.6 Attempting uninstall: sphinxcontrib-htmlhelp Found existing installation: sphinxcontrib-htmlhelp 2.0.4 Uninstalling sphinxcontrib-htmlhelp-2.0.4: Successfully uninstalled sphinxcontrib-htmlhelp-2.0.4 Attempting uninstall: sphinxcontrib-devhelp Found existing installation: sphinxcontrib-devhelp 1.0.5 Uninstalling sphinxcontrib-devhelp-1.0.5: Successfully uninstalled sphinxcontrib-devhelp-1.0.5 Attempting uninstall: sphinxcontrib-applehelp Found existing installation: sphinxcontrib-applehelp 1.0.7 Uninstalling sphinxcontrib-applehelp-1.0.7: Successfully uninstalled sphinxcontrib-applehelp-1.0.7 Attempting uninstall: Pygments Found existing installation: Pygments 2.16.1 Uninstalling Pygments-2.16.1: Successfully uninstalled Pygments-2.16.1 Attempting uninstall: Jinja2 Found existing installation: Jinja2 3.1.2 Uninstalling Jinja2-3.1.2: Successfully uninstalled Jinja2-3.1.2 Attempting uninstall: docutils Found existing installation: docutils 0.18.1 Uninstalling docutils-0.18.1: Successfully uninstalled docutils-0.18.1 Attempting uninstall: sphinx Found existing installation: Sphinx 7.2.5 Uninstalling Sphinx-7.2.5: Successfully uninstalled Sphinx-7.2.5 Successfully installed GitPython-3.1.35 Jinja2-3.0.3 Pygments-2.13.0 aiosignal-1.3.1 anyio-4.0.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.2.3 asttokens-2.4.0 async-lru-2.0.4 attrs-21.4.0 autodoc_pydantic-1.6.1 backcall-0.2.0 beautifulsoup4-4.12.2 bleach-6.0.0 cffi-1.15.1 click-8.1.7 colorama-0.4.6 comm-0.1.4 debugpy-1.7.0 decorator-5.1.1 defusedxml-0.7.1 docutils-0.17.1 entrypoints-0.4 exceptiongroup-1.1.3 executing-1.2.0 fastjsonschema-2.18.0 filelock-3.12.3 fqdn-1.5.1 frozenlist-1.4.0 gitdb-4.0.10 greenlet-2.0.2 grpcio-1.58.0 importlib-metadata-6.8.0 ipykernel-6.25.2 ipython-8.15.0 ipython-genutils-0.2.0 ipywidgets-7.8.0 isoduration-20.11.0 jedi-0.19.0 joblib-1.3.2 json5-0.9.14 jsonpointer-2.4 jsonschema-4.17.3 jupyter-cache-0.4.3 jupyter-client-8.3.1 jupyter-core-5.3.1 jupyter-events-0.6.3 jupyter-lsp-2.2.0 jupyter-server-2.7.3 jupyter-server-mathjax-0.2.6 jupyter-server-terminals-0.4.4 jupyter-sphinx-0.3.2 jupyterlab-4.0.5 jupyterlab-pygments-0.2.2 jupyterlab-server-2.24.0 jupyterlab-widgets-1.1.5 jupytext-1.13.6 lxml-4.9.3 markdown-it-py-1.1.0 matplotlib-inline-0.1.6 mdit-py-plugins-0.2.8 mistune-0.8.4 msgpack-1.0.5 myst-nb-0.13.1 myst-parser-0.15.2 nbclient-0.5.13 nbconvert-6.5.4 nbdime-3.2.1 nbformat-5.9.2 nest-asyncio-1.5.7 notebook-7.0.3 notebook-shim-0.2.3 numpy-1.25.2 overrides-7.4.0 pandas-2.1.0 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 platformdirs-3.10.0 prometheus-client-0.17.1 prompt-toolkit-3.0.39 protobuf-4.24.3 psutil-5.9.5 ptyprocess-0.7.0 pure-eval-0.2.2 pyarrow-13.0.0 pycparser-2.21 pydantic-1.10.12 pydata-sphinx-theme-0.8.1 pyrsistent-0.19.3 python-dateutil-2.8.2 python-json-logger-2.0.7 pytz-2023.3.post1 pyyaml-6.0.1 pyzmq-25.1.1 ray-2.6.3 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 scikit-learn-1.3.0 scipy-1.11.2 send2trash-1.8.2 six-1.16.0 smmap-5.0.0 sniffio-1.3.0 soupsieve-2.5 sphinx-4.3.2 sphinx-book-theme-0.3.3 sphinx-click-3.0.2 sphinx-copybutton-0.4.0 sphinx-external-toc-0.2.4 sphinx-jsonschema-1.17.2 sphinx-remove-toctrees-0.0.3 sphinx-sitemap-2.2.0 sphinx-tabs-3.4.0 sphinx-togglebutton-0.2.3 sphinx-version-warning-1.1.2 sphinx_design-0.4.1 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-redoc-1.6.0 sphinxcontrib-serializinghtml-1.1.5 sphinxemoji-0.2.0 sqlalchemy-1.4.49 stack-data-0.6.2 tensorboardX-2.6.2.2 terminado-0.17.1 threadpoolctl-3.2.0 tinycss2-1.2.1 toml-0.10.2 tomli-2.0.1 tornado-6.3.3 traitlets-5.9.0 tune-sklearn-0.4.6 typing-extensions-4.7.1 tzdata-2023.3 uri-template-1.3.0 urllib3-1.26.16 watchfiles-0.20.0 wcwidth-0.2.6 webcolors-1.13 webencodings-0.5.1 websocket-client-1.6.2 widgetsnbextension-3.6.5 zipp-3.16.2