Read the Docs build information Build id: 1740804 Project: plenoptix-nerfstudio Version: latest Commit: 2864c52618fa9511639015fd390f50a38b00cd61 Date: 2023-09-25T15:37:10.699008Z State: finished Success: True [rtd-command-info] start-time: 2023-09-25T15:37:22.904976Z, end-time: 2023-09-25T15:37:26.089494Z, duration: 3, exit-code: 0 git clone --depth 1 git@github.com:nerfstudio-project/nerfstudio.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-09-25T15:37:27.092611Z, end-time: 2023-09-25T15:37:29.938993Z, 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:nerfstudio-project/nerfstudio * [new tag] v0.3.3 -> v0.3.3 * [new tag] v0.3.4 -> v0.3.4 [rtd-command-info] start-time: 2023-09-25T15:37:30.416770Z, end-time: 2023-09-25T15:37:30.715253Z, 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 2864c52 Fix COLMAP dataparser masks and depthmaps (#2467) [rtd-command-info] start-time: 2023-09-25T15:37:31.461870Z, end-time: 2023-09-25T15:37:31.529783Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-25T15:37:31.992238Z, end-time: 2023-09-25T15:37:32.051464Z, 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-20.04 tools: python: '3.9' # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" # golang: "1.17" # Build documentation in the docs/ directory with Sphinx sphinx: fail_on_warning: true configuration: docs/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf # Optionally declare the Python requirements required to build your docs python: install: # Equivalent to 'pip install .' - method: pip path: . # Equivalent to 'pip install .[docs]' - method: pip path: . extra_requirements: - docs [rtd-command-info] start-time: 2023-09-25T15:37:44.847379Z, end-time: 2023-09-25T15:37:45.871432Z, duration: 1, exit-code: 0 asdf global python 3.9.17 [rtd-command-info] start-time: 2023-09-25T15:37:47.415846Z, end-time: 2023-09-25T15:37:49.689739Z, duration: 2, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.17.final.0-64 in 753ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-09-25T15:37:50.233025Z, end-time: 2023-09-25T15:38:04.364413Z, duration: 14, 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/plenoptix-nerfstudio/envs/latest/lib/python3.9/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/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (57.4.0) Collecting setuptools Downloading setuptools-68.2.2-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.2 [rtd-command-info] start-time: 2023-09-25T15:38:05.590751Z, end-time: 2023-09-25T15:38:15.076299Z, duration: 9, 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/0a/20/a94a0462495de73e248643fb24667270f2e67f44792456ab7207764e80cc/Pillow-10.0.1-cp39-cp39-manylinux_2_28_x86_64.whl.metadata Downloading Pillow-10.0.1-cp39-cp39-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 20.0 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 123.2 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/b2/b6/8ed35256aa530a9d3da15d20bdc0ba888d5364441bb50a5a83ee7827affe/sphinx-7.2.6-py3-none-any.whl.metadata Downloading sphinx-7.2.6-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 136.7 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 136.6 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 141.5 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 197.1 MB/s eta 0:00:00 Collecting importlib-metadata>=4.8 (from sphinx) Obtaining dependency information for importlib-metadata>=4.8 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 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 256.4 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 219.0 MB/s eta 0:00:00 Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Obtaining dependency information for zipp>=0.5 from https://files.pythonhosted.org/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl.metadata Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/de/63/cb7e71984e9159ec5f45b5e81e896c8bdd0e45fe3fc6ce02ab497f0d790e/MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/f9/0d/514be8597d7a96243e5467a37d337b9399cec117a513fcf9328405d911c0/charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp39-cp39-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 203.1 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/37/dc/399e63f5d1d96bb643404ee830657f4dfcf8503f5ba8fa3c6d465d0c57fe/urllib3-2.0.5-py3-none-any.whl.metadata Downloading urllib3-2.0.5-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.1-cp39-cp39-manylinux_2_28_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 184.3 MB/s eta 0:00:00 Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 186.4 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 210.1 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB) Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 262.2 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 209.9 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 230.8 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 227.4 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 230.8 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 223.7 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 234.5 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 243.7 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (202 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.1/202.1 kB 240.8 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.0.5-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 235.4 MB/s eta 0:00:00 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB) 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=409eb3657c4b5896fc0558d278cb6639bd20bfca203a36ebe6c998719b15393c Stored in directory: /tmp/pip-ephem-wheel-cache-n1vi10co/wheels/44/dc/c7/e89296d3612588db0aa6545ee3305c23b7a48b3a9922916e1f Successfully built mock Installing collected packages: snowballstemmer, mock, commonmark, zipp, urllib3, sphinxcontrib-jsmath, Pygments, pillow, 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, 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 importlib-metadata-6.8.0 mock-1.0.1 packaging-23.1 pillow-10.0.1 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 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.5 zipp-3.17.0 [rtd-command-info] start-time: 2023-09-25T15:38:15.974443Z, end-time: 2023-09-25T15:41:32.133400Z, duration: 196, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir . Processing /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/checkouts/latest Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting appdirs>=1.4 (from nerfstudio==0.3.4) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting av>=9.2.0 (from nerfstudio==0.3.4) Downloading av-10.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.2/31.2 MB 164.3 MB/s eta 0:00:00 Collecting comet-ml>=3.33.8 (from nerfstudio==0.3.4) Obtaining dependency information for comet-ml>=3.33.8 from https://files.pythonhosted.org/packages/ae/03/abb3a62a076c34eec02119ac1648d8caf04f5a5c034687a71c83792ca15e/comet_ml-3.33.10-py3-none-any.whl.metadata Downloading comet_ml-3.33.10-py3-none-any.whl.metadata (3.4 kB) Collecting cryptography>=38 (from nerfstudio==0.3.4) Obtaining dependency information for cryptography>=38 from https://files.pythonhosted.org/packages/eb/4b/f86cc66c632cf0948ca1712aadd255f624deef1cd371ea3bfd30851e188d/cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl.metadata Downloading cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting tyro>=0.5.3 (from nerfstudio==0.3.4) Obtaining dependency information for tyro>=0.5.3 from https://files.pythonhosted.org/packages/18/90/ec14750938d4d9f18f3165d9f89ef8ba359c15fcb2c7e0c08e54d8705cff/tyro-0.5.7-py3-none-any.whl.metadata Downloading tyro-0.5.7-py3-none-any.whl.metadata (6.4 kB) Collecting gdown>=4.6.0 (from nerfstudio==0.3.4) Downloading gdown-4.7.1-py3-none-any.whl (15 kB) Collecting ninja>=1.10 (from nerfstudio==0.3.4) Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.0/146.0 kB 241.1 MB/s eta 0:00:00 Collecting h5py>=2.9.0 (from nerfstudio==0.3.4) Obtaining dependency information for h5py>=2.9.0 from https://files.pythonhosted.org/packages/4f/79/8e6e05bc4954ebdb8b9c587f780a11f28790585798bd15a8e4870cfc02bc/h5py-3.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading h5py-3.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting imageio>=2.21.1 (from nerfstudio==0.3.4) Obtaining dependency information for imageio>=2.21.1 from https://files.pythonhosted.org/packages/1a/55/7a7646d7cc42e771d689d39930afcbe57b3d82267544ebabead57ffb86d1/imageio-2.31.4-py3-none-any.whl.metadata Downloading imageio-2.31.4-py3-none-any.whl.metadata (4.6 kB) Collecting ipywidgets>=7.6 (from nerfstudio==0.3.4) Obtaining dependency information for ipywidgets>=7.6 from https://files.pythonhosted.org/packages/4a/0e/57ed498fafbc60419a9332d872e929879ceba2d73cb11d284d7112472b3e/ipywidgets-8.1.1-py3-none-any.whl.metadata Downloading ipywidgets-8.1.1-py3-none-any.whl.metadata (2.4 kB) Collecting jaxtyping>=0.2.15 (from nerfstudio==0.3.4) Obtaining dependency information for jaxtyping>=0.2.15 from https://files.pythonhosted.org/packages/9a/ed/472785389fbbcf190671fc32f56c7323515bd931bd11e18426948cb3e509/jaxtyping-0.2.22-py3-none-any.whl.metadata Downloading jaxtyping-0.2.22-py3-none-any.whl.metadata (6.0 kB) Collecting jupyterlab>=3.3.4 (from nerfstudio==0.3.4) Obtaining dependency information for jupyterlab>=3.3.4 from https://files.pythonhosted.org/packages/3b/43/2368d8ffee6e33f282f548d42fa222bd385cc9f66545b260e7d08e90046b/jupyterlab-4.0.6-py3-none-any.whl.metadata Downloading jupyterlab-4.0.6-py3-none-any.whl.metadata (15 kB) Collecting matplotlib>=3.5.3 (from nerfstudio==0.3.4) Obtaining dependency information for matplotlib>=3.5.3 from https://files.pythonhosted.org/packages/e0/8b/b62bc50b01bb2d4af96bc0045c39d60209e2701e172789ceace20a0866b2/matplotlib-3.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading matplotlib-3.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) Collecting mediapy>=1.1.0 (from nerfstudio==0.3.4) Obtaining dependency information for mediapy>=1.1.0 from https://files.pythonhosted.org/packages/22/e8/63417295c027d2b4ee475798168e21b7f3265304e0ca77b9d65b5e8aff05/mediapy-1.1.9-py3-none-any.whl.metadata Downloading mediapy-1.1.9-py3-none-any.whl.metadata (4.8 kB) Collecting msgpack>=1.0.4 (from nerfstudio==0.3.4) Obtaining dependency information for msgpack>=1.0.4 from https://files.pythonhosted.org/packages/ae/20/bcde1e994e6cefd69fbbe09ec123e043f8e3d5af1479fbdf67f1949a572c/msgpack-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading msgpack-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB) Collecting msgpack-numpy>=0.4.8 (from nerfstudio==0.3.4) Downloading msgpack_numpy-0.4.8-py2.py3-none-any.whl (6.9 kB) Collecting nerfacc==0.5.2 (from nerfstudio==0.3.4) Downloading nerfacc-0.5.2-py3-none-any.whl (55 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.5/55.5 kB 202.7 MB/s eta 0:00:00 Collecting open3d>=0.16.0 (from nerfstudio==0.3.4) Downloading open3d-0.17.0-cp39-cp39-manylinux_2_27_x86_64.whl (420.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 420.5/420.5 MB 192.8 MB/s eta 0:00:00 Collecting opencv-python==4.6.0.66 (from nerfstudio==0.3.4) Downloading opencv_python-4.6.0.66-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/60.9 MB 199.3 MB/s eta 0:00:00 Requirement already satisfied: Pillow>=9.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (10.0.1) Collecting plotly>=5.7.0 (from nerfstudio==0.3.4) Obtaining dependency information for plotly>=5.7.0 from https://files.pythonhosted.org/packages/df/79/c80174d711ee26ee5da55a9cc3e248f1ec7a0188b5e4d6bbbbcd09b974b0/plotly-5.17.0-py2.py3-none-any.whl.metadata Downloading plotly-5.17.0-py2.py3-none-any.whl.metadata (7.0 kB) Collecting protobuf!=3.20.0,<=3.20.3 (from nerfstudio==0.3.4) Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 258.7 MB/s eta 0:00:00 Collecting pymeshlab>=2022.2.post2 (from nerfstudio==0.3.4) Downloading pymeshlab-2022.2.post4-cp39-cp39-manylinux_2_31_x86_64.whl (64.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 MB 200.8 MB/s eta 0:00:00 Collecting pyngrok>=5.1.0 (from nerfstudio==0.3.4) Downloading pyngrok-7.0.0.tar.gz (718 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 718.7/718.7 kB 258.1 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting python-socketio>=5.7.1 (from nerfstudio==0.3.4) Obtaining dependency information for python-socketio>=5.7.1 from https://files.pythonhosted.org/packages/2b/31/fd41960cf365177f323d8c10d774a0b017336556c6f0ba0a38403240914d/python_socketio-5.9.0-py3-none-any.whl.metadata Downloading python_socketio-5.9.0-py3-none-any.whl.metadata (3.2 kB) Collecting pyquaternion>=0.9.9 (from nerfstudio==0.3.4) Downloading pyquaternion-0.9.9-py3-none-any.whl (14 kB) Collecting rawpy>=0.18.1 (from nerfstudio==0.3.4) Downloading rawpy-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 201.1 MB/s eta 0:00:00 Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (2.31.0) Collecting rich>=12.5.1 (from nerfstudio==0.3.4) Obtaining dependency information for rich>=12.5.1 from https://files.pythonhosted.org/packages/c1/d1/23ba6235ed82883bb416f57179d1db2c05f3fb8e5d83c18660f9ab6f09c9/rich-13.5.3-py3-none-any.whl.metadata Downloading rich-13.5.3-py3-none-any.whl.metadata (18 kB) Collecting scikit-image>=0.19.3 (from nerfstudio==0.3.4) Obtaining dependency information for scikit-image>=0.19.3 from https://files.pythonhosted.org/packages/19/bd/a53569a0a698d925eb46dbea0bd3b6b62e7287a9ec88b5a03efa8ebd5b14/scikit_image-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading scikit_image-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (14 kB) Collecting splines==0.3.0 (from nerfstudio==0.3.4) Obtaining dependency information for splines==0.3.0 from https://files.pythonhosted.org/packages/cd/a4/518bee82ace2681327e471f8f59e9958760a564775a8f650489da61205d3/splines-0.3.0-py3-none-any.whl.metadata Downloading splines-0.3.0-py3-none-any.whl.metadata (1.5 kB) Collecting tensorboard>=2.13.0 (from nerfstudio==0.3.4) Obtaining dependency information for tensorboard>=2.13.0 from https://files.pythonhosted.org/packages/bc/a2/ff5f4c299eb37c95299a76015da3f30211468e29d8d6f1d011683279baee/tensorboard-2.14.0-py3-none-any.whl.metadata Downloading tensorboard-2.14.0-py3-none-any.whl.metadata (1.8 kB) Collecting torch>=1.13.1 (from nerfstudio==0.3.4) Downloading torch-2.0.1-cp39-cp39-manylinux1_x86_64.whl (619.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.9/619.9 MB 196.8 MB/s eta 0:00:00 Collecting torchvision>=0.14.1 (from nerfstudio==0.3.4) Downloading torchvision-0.15.2-cp39-cp39-manylinux1_x86_64.whl (6.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 202.3 MB/s eta 0:00:00 Collecting torchmetrics[image]>=1.0.1 (from nerfstudio==0.3.4) Obtaining dependency information for torchmetrics[image]>=1.0.1 from https://files.pythonhosted.org/packages/a3/88/cc27059747ddecff744826e38014822023cbfff4ca079a6ee9a96602dd0b/torchmetrics-1.2.0-py3-none-any.whl.metadata Downloading torchmetrics-1.2.0-py3-none-any.whl.metadata (21 kB) Collecting typing-extensions>=4.4.0 (from nerfstudio==0.3.4) Obtaining dependency information for typing-extensions>=4.4.0 from https://files.pythonhosted.org/packages/24/21/7d397a4b7934ff4028987914ac1044d3b7d52712f30e2ac7a2ae5bc86dd0/typing_extensions-4.8.0-py3-none-any.whl.metadata Downloading typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB) Collecting viser==0.1.3 (from nerfstudio==0.3.4) Obtaining dependency information for viser==0.1.3 from https://files.pythonhosted.org/packages/9f/70/eed44a8d1d5112a9dcb199983d6938d50060999d040b62517d3f7fd773f0/viser-0.1.3-py3-none-any.whl.metadata Downloading viser-0.1.3-py3-none-any.whl.metadata (4.4 kB) Collecting nuscenes-devkit>=1.1.1 (from nerfstudio==0.3.4) Obtaining dependency information for nuscenes-devkit>=1.1.1 from https://files.pythonhosted.org/packages/b0/06/9029f796dcf7854f0681f11ae81fe42542fb15e02830f6b4239749f59739/nuscenes_devkit-1.1.11-py3-none-any.whl.metadata Downloading nuscenes_devkit-1.1.11-py3-none-any.whl.metadata (15 kB) Collecting wandb>=0.13.3 (from nerfstudio==0.3.4) Obtaining dependency information for wandb>=0.13.3 from https://files.pythonhosted.org/packages/8a/ab/3b6cce52474f273522b4381f4ed93120f1a196d09a8ba65e1f4615fbaa39/wandb-0.15.11-py3-none-any.whl.metadata Downloading wandb-0.15.11-py3-none-any.whl.metadata (9.8 kB) Collecting xatlas (from nerfstudio==0.3.4) Obtaining dependency information for xatlas from https://files.pythonhosted.org/packages/8e/ae/e99f94e87c9fbd406236e71860205a9779e2f7634c324febcb7c84844a32/xatlas-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading xatlas-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB) Collecting trimesh>=3.20.2 (from nerfstudio==0.3.4) Obtaining dependency information for trimesh>=3.20.2 from https://files.pythonhosted.org/packages/c9/10/c5925a556ae5eebca155524443cb94d84ba5715b56085fbbdd8438eb5509/trimesh-3.23.5-py3-none-any.whl.metadata Downloading trimesh-3.23.5-py3-none-any.whl.metadata (17 kB) Collecting timm==0.6.7 (from nerfstudio==0.3.4) Downloading timm-0.6.7-py3-none-any.whl (509 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 257.7 MB/s eta 0:00:00 Requirement already satisfied: importlib-metadata>=6.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (6.8.0) Collecting numpy>=1.14.5 (from opencv-python==4.6.0.66->nerfstudio==0.3.4) Obtaining dependency information for numpy>=1.14.5 from https://files.pythonhosted.org/packages/75/cd/7ae0f2cd3fc68aea6cfb2b7e523842e1fa953adb38efabc110d27ba6e423/numpy-1.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading numpy-1.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.5/58.5 kB 201.4 MB/s eta 0:00:00 Collecting websockets>=10.4 (from viser==0.1.3->nerfstudio==0.3.4) Downloading websockets-11.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.7/129.7 kB 236.4 MB/s eta 0:00:00 Collecting pyliblzfse>=0.4.1 (from viser==0.1.3->nerfstudio==0.3.4) Downloading pyliblzfse-0.4.1.tar.gz (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.7/47.7 kB 193.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting scipy>=1.7.3 (from viser==0.1.3->nerfstudio==0.3.4) Obtaining dependency information for scipy>=1.7.3 from https://files.pythonhosted.org/packages/a3/d3/f88285098505c8e5d141678a24bb9620d902c683f11edc1eb9532b02624e/scipy-1.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading scipy-1.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.1/59.1 kB 195.4 MB/s eta 0:00:00 Collecting tqdm>=4.0.0 (from viser==0.1.3->nerfstudio==0.3.4) Obtaining dependency information for tqdm>=4.0.0 from https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl.metadata Downloading tqdm-4.66.1-py3-none-any.whl.metadata (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 195.3 MB/s eta 0:00:00 Collecting nodeenv>=1.8.0 (from viser==0.1.3->nerfstudio==0.3.4) Obtaining dependency information for nodeenv>=1.8.0 from https://files.pythonhosted.org/packages/1a/e6/6d2ead760a9ddb35e65740fd5a57e46aadd7b0c49861ab24f94812797a1c/nodeenv-1.8.0-py2.py3-none-any.whl.metadata Downloading nodeenv-1.8.0-py2.py3-none-any.whl.metadata (21 kB) Collecting psutil>=5.9.5 (from viser==0.1.3->nerfstudio==0.3.4) 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 235.5 MB/s eta 0:00:00 Collecting yourdfpy>=0.0.53 (from viser==0.1.3->nerfstudio==0.3.4) Downloading yourdfpy-0.0.53-py3-none-any.whl (22 kB) Collecting jsonschema!=3.1.0,>=2.6.0 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for jsonschema!=3.1.0,>=2.6.0 from https://files.pythonhosted.org/packages/0f/bf/a84bc75f069f4f156e1c0d9892fb7325945106c6ecaad9f29d24360872af/jsonschema-4.19.1-py3-none-any.whl.metadata Downloading jsonschema-4.19.1-py3-none-any.whl.metadata (7.9 kB) Collecting python-box<7.0.0 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading python_box-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 210.4 MB/s eta 0:00:00 Collecting requests-toolbelt>=0.8.0 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 206.3 MB/s eta 0:00:00 Collecting semantic-version>=2.8.0 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Collecting sentry-sdk>=1.1.0 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for sentry-sdk>=1.1.0 from https://files.pythonhosted.org/packages/62/3a/765a7699a26884dcbf8b071dbe2a2486cc1cafcfb5f5d2e64ffe745dd0c6/sentry_sdk-1.31.0-py2.py3-none-any.whl.metadata Downloading sentry_sdk-1.31.0-py2.py3-none-any.whl.metadata (9.8 kB) Collecting simplejson (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading simplejson-3.19.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.4/137.4 kB 231.2 MB/s eta 0:00:00 Collecting six (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: urllib3>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (2.0.5) Collecting websocket-client<1.4.0,>=0.55.0 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 199.7 MB/s eta 0:00:00 Collecting wrapt>=1.11.2 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading wrapt-1.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 207.8 MB/s eta 0:00:00 Collecting wurlitzer>=1.0.2 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading wurlitzer-3.0.3-py3-none-any.whl (7.3 kB) Collecting everett[ini]<3.2.0,>=1.0.1 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading everett-3.1.0-py2.py3-none-any.whl (35 kB) Collecting dulwich!=0.20.33,>=0.20.6 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for dulwich!=0.20.33,>=0.20.6 from https://files.pythonhosted.org/packages/f5/3c/a99b679e711b62503cd65d9fa4aa3c60d468cb41f63b72857b13735e6458/dulwich-0.21.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading dulwich-0.21.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB) Collecting cffi>=1.12 (from cryptography>=38->nerfstudio==0.3.4) Downloading cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.2/441.2 kB 246.4 MB/s eta 0:00:00 Collecting filelock (from gdown>=4.6.0->nerfstudio==0.3.4) Obtaining dependency information for filelock from https://files.pythonhosted.org/packages/5e/5d/97afbafd9d584ff1b45fcb354a479a3609bd97f912f8f1f6c563cb1fae21/filelock-3.12.4-py3-none-any.whl.metadata Downloading filelock-3.12.4-py3-none-any.whl.metadata (2.8 kB) Collecting beautifulsoup4 (from gdown>=4.6.0->nerfstudio==0.3.4) Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 247.7 MB/s eta 0:00:00 Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=6.0.0->nerfstudio==0.3.4) (3.17.0) Collecting comm>=0.1.3 (from ipywidgets>=7.6->nerfstudio==0.3.4) 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>=6.1.0 (from ipywidgets>=7.6->nerfstudio==0.3.4) Obtaining dependency information for ipython>=6.1.0 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 traitlets>=4.3.1 (from ipywidgets>=7.6->nerfstudio==0.3.4) Obtaining dependency information for traitlets>=4.3.1 from https://files.pythonhosted.org/packages/fb/00/78472b256929614443c3fa3be31ee60777e5a9e3c6770d8d934154aa2cab/traitlets-5.10.0-py3-none-any.whl.metadata Downloading traitlets-5.10.0-py3-none-any.whl.metadata (10 kB) Collecting widgetsnbextension~=4.0.9 (from ipywidgets>=7.6->nerfstudio==0.3.4) Obtaining dependency information for widgetsnbextension~=4.0.9 from https://files.pythonhosted.org/packages/29/03/107d96077c4befed191f7ad1a12c7b52a8f9d2778a5836d59f9855c105f6/widgetsnbextension-4.0.9-py3-none-any.whl.metadata Downloading widgetsnbextension-4.0.9-py3-none-any.whl.metadata (1.6 kB) Collecting jupyterlab-widgets~=3.0.9 (from ipywidgets>=7.6->nerfstudio==0.3.4) Obtaining dependency information for jupyterlab-widgets~=3.0.9 from https://files.pythonhosted.org/packages/e8/05/0ebab152288693b5ec7b339aab857362947031143b282853b4c2dd4b5b40/jupyterlab_widgets-3.0.9-py3-none-any.whl.metadata Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl.metadata (4.1 kB) Collecting typeguard>=2.13.3 (from jaxtyping>=0.2.15->nerfstudio==0.3.4) Obtaining dependency information for typeguard>=2.13.3 from https://files.pythonhosted.org/packages/18/01/5fc45558268ced46d86292763477996a3cdd505567cd590a688e8cdc386e/typeguard-4.1.5-py3-none-any.whl.metadata Downloading typeguard-4.1.5-py3-none-any.whl.metadata (3.7 kB) Collecting async-lru>=1.0.0 (from jupyterlab>=3.3.4->nerfstudio==0.3.4) 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>=3.3.4->nerfstudio==0.3.4) 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) Requirement already satisfied: jinja2>=3.0.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (3.1.2) Collecting jupyter-core (from jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for jupyter-core 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 jupyter-lsp>=2.0.0 (from jupyterlab>=3.3.4->nerfstudio==0.3.4) 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 jupyter-server<3,>=2.4.0 (from jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for jupyter-server<3,>=2.4.0 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 jupyterlab-server<3,>=2.19.0 (from jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for jupyterlab-server<3,>=2.19.0 from https://files.pythonhosted.org/packages/96/cd/cdabe44549d60e0967904f0bdd9e3756b521112317612a3997eb2fda9181/jupyterlab_server-2.25.0-py3-none-any.whl.metadata Downloading jupyterlab_server-2.25.0-py3-none-any.whl.metadata (5.9 kB) Collecting notebook-shim>=0.2 (from jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading notebook_shim-0.2.3-py3-none-any.whl (13 kB) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (23.1) Collecting tomli (from jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting tornado>=6.2.0 (from jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for tornado>=6.2.0 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 contourpy>=1.0.1 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Obtaining dependency information for contourpy>=1.0.1 from https://files.pythonhosted.org/packages/2b/c0/24c34c41a180f875419b536125799c61e2330b997d77a5a818a3bc3e08cd/contourpy-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading contourpy-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB) Collecting cycler>=0.10 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting fonttools>=4.22.0 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Obtaining dependency information for fonttools>=4.22.0 from https://files.pythonhosted.org/packages/49/50/2e31753c088d364756daa5bed0dab6a5928ebfd6e6d26f975c8b6d6f754a/fonttools-4.42.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading fonttools-4.42.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (150 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.0/151.0 kB 242.3 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Obtaining dependency information for kiwisolver>=1.0.1 from https://files.pythonhosted.org/packages/c0/a8/841594f11d0b88d8aeb26991bc4dac38baa909dc58d0c4262a4f7893bcbf/kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.4 kB) Collecting pyparsing>=2.3.1 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Obtaining dependency information for pyparsing>=2.3.1 from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB) Collecting python-dateutil>=2.7 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 230.1 MB/s eta 0:00:00 Collecting importlib-resources>=3.2.0 (from matplotlib>=3.5.3->nerfstudio==0.3.4) Obtaining dependency information for importlib-resources>=3.2.0 from https://files.pythonhosted.org/packages/65/6e/09d8816b5cb7a4006ef8ad1717a2703ad9f331dae9717d9f22488a2d6469/importlib_resources-6.1.0-py3-none-any.whl.metadata Downloading importlib_resources-6.1.0-py3-none-any.whl.metadata (4.1 kB) Collecting cachetools (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Obtaining dependency information for cachetools from https://files.pythonhosted.org/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl.metadata Downloading cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB) Collecting descartes (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Downloading descartes-1.1.0-py3-none-any.whl (5.8 kB) Collecting fire (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Downloading fire-0.5.0.tar.gz (88 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.3/88.3 kB 226.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting matplotlib>=3.5.3 (from nerfstudio==0.3.4) Downloading matplotlib-3.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 203.3 MB/s eta 0:00:00 Collecting scikit-learn (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Obtaining dependency information for scikit-learn from https://files.pythonhosted.org/packages/af/ad/329a88013936e4372181c0e275c19aa6130b0835876726944b811af5a856/scikit_learn-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading scikit_learn-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Collecting Shapely<2.0.0 (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Downloading Shapely-1.8.5.post1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 229.0 MB/s eta 0:00:00 Collecting pycocotools>=2.0.1 (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Obtaining dependency information for pycocotools>=2.0.1 from https://files.pythonhosted.org/packages/fe/83/ae272705f1b2e4efe0cd2e7e2de0233386ed578a2356c6409e3db268e2db/pycocotools-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading pycocotools-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) Collecting dash>=2.6.0 (from open3d>=0.16.0->nerfstudio==0.3.4) Obtaining dependency information for dash>=2.6.0 from https://files.pythonhosted.org/packages/9b/b4/d522c16b41a8da013fd60a67f9618e57c504cd2c80e02a7a861413b93906/dash-2.13.0-py3-none-any.whl.metadata Downloading dash-2.13.0-py3-none-any.whl.metadata (11 kB) Collecting werkzeug>=2.2.3 (from open3d>=0.16.0->nerfstudio==0.3.4) Obtaining dependency information for werkzeug>=2.2.3 from https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl.metadata Downloading werkzeug-2.3.7-py3-none-any.whl.metadata (4.1 kB) Collecting nbformat==5.7.0 (from open3d>=0.16.0->nerfstudio==0.3.4) Downloading nbformat-5.7.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 215.2 MB/s eta 0:00:00 Collecting configargparse (from open3d>=0.16.0->nerfstudio==0.3.4) Obtaining dependency information for configargparse from https://files.pythonhosted.org/packages/6f/b3/b4ac838711fd74a2b4e6f746703cf9dd2cf5462d17dac07e349234e21b97/ConfigArgParse-1.7-py3-none-any.whl.metadata Downloading ConfigArgParse-1.7-py3-none-any.whl.metadata (23 kB) Collecting addict (from open3d>=0.16.0->nerfstudio==0.3.4) Downloading addict-2.4.0-py3-none-any.whl (3.8 kB) Collecting pandas>=1.0 (from open3d>=0.16.0->nerfstudio==0.3.4) Obtaining dependency information for pandas>=1.0 from https://files.pythonhosted.org/packages/bc/7e/a9e11bd272e3135108892b6230a115568f477864276181eada3a35d03237/pandas-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading pandas-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) Collecting pyyaml>=5.4.1 (from open3d>=0.16.0->nerfstudio==0.3.4) Obtaining dependency information for pyyaml>=5.4.1 from https://files.pythonhosted.org/packages/7d/39/472f2554a0f1e825bd7c5afc11c817cd7a2f3657460f7159f691fbb37c51/PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting fastjsonschema (from nbformat==5.7.0->open3d>=0.16.0->nerfstudio==0.3.4) 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 tenacity>=6.2.0 (from plotly>=5.7.0->nerfstudio==0.3.4) Obtaining dependency information for tenacity>=6.2.0 from https://files.pythonhosted.org/packages/f4/f1/990741d5bb2487d529d20a433210ffa136a367751e454214013b441c4575/tenacity-8.2.3-py3-none-any.whl.metadata Downloading tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB) Collecting bidict>=0.21.0 (from python-socketio>=5.7.1->nerfstudio==0.3.4) Downloading bidict-0.22.1-py3-none-any.whl (35 kB) Collecting python-engineio>=4.7.0 (from python-socketio>=5.7.1->nerfstudio==0.3.4) Obtaining dependency information for python-engineio>=4.7.0 from https://files.pythonhosted.org/packages/b3/69/1e5985404fdc7873cef612ae7451ba5d3c00b2daa0aa1d9a4f6a5265532a/python_engineio-4.7.1-py3-none-any.whl.metadata Downloading python_engineio-4.7.1-py3-none-any.whl.metadata (2.2 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (3.4) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (2023.7.22) Collecting markdown-it-py>=2.2.0 (from rich>=12.5.1->nerfstudio==0.3.4) Obtaining dependency information for markdown-it-py>=2.2.0 from https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl.metadata Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from rich>=12.5.1->nerfstudio==0.3.4) (2.16.1) Collecting networkx>=2.8 (from scikit-image>=0.19.3->nerfstudio==0.3.4) Downloading networkx-3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 234.5 MB/s eta 0:00:00 Collecting tifffile>=2022.8.12 (from scikit-image>=0.19.3->nerfstudio==0.3.4) Obtaining dependency information for tifffile>=2022.8.12 from https://files.pythonhosted.org/packages/36/06/b5408ce5edf09a3ee0ee531dadb2afc85ffb7624515b223b226b4a45a1d2/tifffile-2023.9.18-py3-none-any.whl.metadata Downloading tifffile-2023.9.18-py3-none-any.whl.metadata (30 kB) Collecting PyWavelets>=1.1.1 (from scikit-image>=0.19.3->nerfstudio==0.3.4) Downloading PyWavelets-1.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 189.8 MB/s eta 0:00:00 Collecting lazy_loader>=0.2 (from scikit-image>=0.19.3->nerfstudio==0.3.4) Obtaining dependency information for lazy_loader>=0.2 from https://files.pythonhosted.org/packages/a1/c3/65b3814e155836acacf720e5be3b5757130346670ac454fee29d3eda1381/lazy_loader-0.3-py3-none-any.whl.metadata Downloading lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB) Collecting absl-py>=0.4 (from tensorboard>=2.13.0->nerfstudio==0.3.4) Obtaining dependency information for absl-py>=0.4 from https://files.pythonhosted.org/packages/01/e4/dc0a1dcc4e74e08d7abedab278c795eef54a224363bb18f5692f416d834f/absl_py-2.0.0-py3-none-any.whl.metadata Downloading absl_py-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting grpcio>=1.48.2 (from tensorboard>=2.13.0->nerfstudio==0.3.4) Obtaining dependency information for grpcio>=1.48.2 from https://files.pythonhosted.org/packages/5a/e8/c6bbb12ec726c80c05baaab5dc0d026798ef6e9f53edd7a3798655b9c242/grpcio-1.58.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading grpcio-1.58.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting google-auth<3,>=1.6.3 (from tensorboard>=2.13.0->nerfstudio==0.3.4) Obtaining dependency information for google-auth<3,>=1.6.3 from https://files.pythonhosted.org/packages/9d/44/5a992cb9d7bf8aaae73bc5adaf721ad08731c9d00c1c17999a8691404b0c/google_auth-2.23.0-py2.py3-none-any.whl.metadata Downloading google_auth-2.23.0-py2.py3-none-any.whl.metadata (4.2 kB) Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard>=2.13.0->nerfstudio==0.3.4) Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) Collecting markdown>=2.6.8 (from tensorboard>=2.13.0->nerfstudio==0.3.4) Obtaining dependency information for markdown>=2.6.8 from https://files.pythonhosted.org/packages/1a/b5/228c1cdcfe138f1a8e01ab1b54284c8b83735476cb22b6ba251656ed13ad/Markdown-3.4.4-py3-none-any.whl.metadata Downloading Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB) Requirement already satisfied: setuptools>=41.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (68.2.2) Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard>=2.13.0->nerfstudio==0.3.4) Obtaining dependency information for tensorboard-data-server<0.8.0,>=0.7.0 from https://files.pythonhosted.org/packages/02/52/fb9e51fba47951aabd7a6b25e41d73eae94208ccf62d886168096941a781/tensorboard_data_server-0.7.1-py3-none-manylinux2014_x86_64.whl.metadata Downloading tensorboard_data_server-0.7.1-py3-none-manylinux2014_x86_64.whl.metadata (1.1 kB) Requirement already satisfied: wheel>=0.26 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (0.37.0) Collecting sympy (from torch>=1.13.1->nerfstudio==0.3.4) Downloading sympy-1.12-py3-none-any.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 212.4 MB/s eta 0:00:00 Collecting nvidia-cuda-nvrtc-cu11==11.7.99 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/21.0 MB 186.9 MB/s eta 0:00:00 Collecting nvidia-cuda-runtime-cu11==11.7.99 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 849.3/849.3 kB 257.8 MB/s eta 0:00:00 Collecting nvidia-cuda-cupti-cu11==11.7.101 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 195.0 MB/s eta 0:00:00 Collecting nvidia-cudnn-cu11==8.5.0.96 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 MB 208.3 MB/s eta 0:00:00 Collecting nvidia-cublas-cu11==11.10.3.66 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.1/317.1 MB 208.2 MB/s eta 0:00:00 Collecting nvidia-cufft-cu11==10.9.0.58 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.4/168.4 MB 206.6 MB/s eta 0:00:00 Collecting nvidia-curand-cu11==10.2.10.91 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.6/54.6 MB 182.1 MB/s eta 0:00:00 Collecting nvidia-cusolver-cu11==11.4.0.1 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 MB 205.5 MB/s eta 0:00:00 Collecting nvidia-cusparse-cu11==11.7.4.91 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.2/173.2 MB 206.2 MB/s eta 0:00:00 Collecting nvidia-nccl-cu11==2.14.3 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.1/177.1 MB 191.5 MB/s eta 0:00:00 Collecting nvidia-nvtx-cu11==11.7.91 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.6/98.6 kB 170.6 MB/s eta 0:00:00 Collecting triton==2.0.0 (from torch>=1.13.1->nerfstudio==0.3.4) Downloading triton-2.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.3/63.3 MB 208.1 MB/s eta 0:00:00 Collecting cmake (from triton==2.0.0->torch>=1.13.1->nerfstudio==0.3.4) Obtaining dependency information for cmake from https://files.pythonhosted.org/packages/de/94/cba4b3ddc0d4555967cce8fd6e9fbced98a6bf62857db71c2400a7b6e183/cmake-3.27.5-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata Downloading cmake-3.27.5-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (6.7 kB) Collecting lit (from triton==2.0.0->torch>=1.13.1->nerfstudio==0.3.4) Downloading lit-16.0.6.tar.gz (153 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 243.9 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting lightning-utilities>=0.8.0 (from torchmetrics[image]>=1.0.1->nerfstudio==0.3.4) Obtaining dependency information for lightning-utilities>=0.8.0 from https://files.pythonhosted.org/packages/46/ee/8641eeb6a062f383b7d6875604e1f3f83bd2c93a0b4dbcabd3150b32de6e/lightning_utilities-0.9.0-py3-none-any.whl.metadata Downloading lightning_utilities-0.9.0-py3-none-any.whl.metadata (4.6 kB) Collecting torch-fidelity<=0.4.0 (from torchmetrics[image]>=1.0.1->nerfstudio==0.3.4) Downloading torch_fidelity-0.3.0-py3-none-any.whl (37 kB) Collecting lpips<=0.1.4 (from torchmetrics[image]>=1.0.1->nerfstudio==0.3.4) Downloading lpips-0.1.4-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 kB 197.2 MB/s eta 0:00:00 Collecting docstring-parser>=0.14.1 (from tyro>=0.5.3->nerfstudio==0.3.4) Downloading docstring_parser-0.15-py3-none-any.whl (36 kB) Collecting frozendict>=2.3.4 (from tyro>=0.5.3->nerfstudio==0.3.4) Downloading frozendict-2.3.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.8/114.8 kB 229.9 MB/s eta 0:00:00 Collecting shtab>=1.5.6 (from tyro>=0.5.3->nerfstudio==0.3.4) Obtaining dependency information for shtab>=1.5.6 from https://files.pythonhosted.org/packages/86/69/3a4873b36d65a1b8f4ee606f5a785b5babb9960385802de60d8455e2f8b6/shtab-1.6.4-py3-none-any.whl.metadata Downloading shtab-1.6.4-py3-none-any.whl.metadata (7.3 kB) Collecting Click!=8.0.0,>=7.1 (from wandb>=0.13.3->nerfstudio==0.3.4) Obtaining dependency information for Click!=8.0.0,>=7.1 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 GitPython!=3.1.29,>=1.0.0 (from wandb>=0.13.3->nerfstudio==0.3.4) Obtaining dependency information for GitPython!=3.1.29,>=1.0.0 from https://files.pythonhosted.org/packages/8a/7e/20f7e45878b5aed34320fbeeae8f78acc806e7bd708d00b1c6e64b016f5b/GitPython-3.1.37-py3-none-any.whl.metadata Downloading GitPython-3.1.37-py3-none-any.whl.metadata (12 kB) Collecting docker-pycreds>=0.4.0 (from wandb>=0.13.3->nerfstudio==0.3.4) Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) Collecting pathtools (from wandb>=0.13.3->nerfstudio==0.3.4) Downloading pathtools-0.1.2.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setproctitle (from wandb>=0.13.3->nerfstudio==0.3.4) Downloading setproctitle-1.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) Collecting pycparser (from cffi>=1.12->cryptography>=38->nerfstudio==0.3.4) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 234.1 MB/s eta 0:00:00 Collecting Flask<2.3.0,>=1.0.4 (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading Flask-2.2.5-py3-none-any.whl (101 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 229.3 MB/s eta 0:00:00 Collecting werkzeug>=2.2.3 (from open3d>=0.16.0->nerfstudio==0.3.4) Downloading Werkzeug-2.2.3-py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.6/233.6 kB 243.0 MB/s eta 0:00:00 Collecting dash-html-components==2.0.0 (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading dash_html_components-2.0.0-py3-none-any.whl (4.1 kB) Collecting dash-core-components==2.0.0 (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading dash_core_components-2.0.0-py3-none-any.whl (3.8 kB) Collecting dash-table==5.0.0 (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading dash_table-5.0.0-py3-none-any.whl (3.9 kB) Collecting retrying (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading retrying-1.3.4-py3-none-any.whl (11 kB) Collecting ansi2html (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading ansi2html-1.8.0-py3-none-any.whl (16 kB) Collecting nest-asyncio (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Obtaining dependency information for nest-asyncio from https://files.pythonhosted.org/packages/ab/d3/48c01d1944e0ee49fdc005bf518a68b0582d3bd201e5401664890b62a647/nest_asyncio-1.5.8-py3-none-any.whl.metadata Downloading nest_asyncio-1.5.8-py3-none-any.whl.metadata (2.8 kB) Collecting configobj (from everett[ini]<3.2.0,>=1.0.1->comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading configobj-5.0.8-py2.py3-none-any.whl (36 kB) Collecting gitdb<5,>=4.0.1 (from GitPython!=3.1.29,>=1.0.0->wandb>=0.13.3->nerfstudio==0.3.4) Downloading gitdb-4.0.10-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 179.5 MB/s eta 0:00:00 Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard>=2.13.0->nerfstudio==0.3.4) Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 243.1 MB/s eta 0:00:00 Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard>=2.13.0->nerfstudio==0.3.4) Downloading rsa-4.9-py3-none-any.whl (34 kB) Collecting urllib3>=1.21.1 (from comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for urllib3>=1.21.1 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 198.7 MB/s eta 0:00:00 Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.13.0->nerfstudio==0.3.4) Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting backcall (from ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting decorator (from ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting jedi>=0.16 (from ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) 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>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Collecting pickleshare (from ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) 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>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) 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>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading stack_data-0.6.2-py3-none-any.whl (24 kB) Collecting exceptiongroup (from ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Obtaining dependency information for exceptiongroup 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 pexpect>4.3 (from ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 210.9 MB/s eta 0:00:00 Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jinja2>=3.0.3->jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.1.3) Collecting attrs>=22.2.0 (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading attrs-23.1.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 216.0 MB/s eta 0:00:00 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) Collecting referencing>=0.28.4 (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for referencing>=0.28.4 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 rpds-py>=0.7.1 (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/82/29/8fc73714f40f83cc995d590f04ae46b152663a9e7f3f94ddee3765125870/rpds_py-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading rpds_py-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.7 kB) Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for anyio>=3.1.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 argon2-cffi (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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-client>=7.4.4 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for jupyter-client>=7.4.4 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 jupyter-events>=0.6.0 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading jupyter_server_terminals-0.4.4-py3-none-any.whl (13 kB) Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for nbconvert>=6.4.4 from https://files.pythonhosted.org/packages/a4/a6/072b6fd04616f1409f37ef5967ea5bbbeea1447d4494c2d98658a95fc985/nbconvert-7.8.0-py3-none-any.whl.metadata Downloading nbconvert-7.8.0-py3-none-any.whl.metadata (8.0 kB) Collecting overrides (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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 pyzmq>=24 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for pyzmq>=24 from https://files.pythonhosted.org/packages/a2/e0/08605421a2ede5d87adbde9685599fa7e6af1df700c657759a1892ced942/pyzmq-25.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata Downloading pyzmq-25.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (4.9 kB) Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading Send2Trash-1.8.2-py3-none-any.whl (18 kB) Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading terminado-0.17.1-py3-none-any.whl (17 kB) Collecting platformdirs>=2.5 (from jupyter-core->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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) Requirement already satisfied: babel>=2.10 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab-server<3,>=2.19.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.12.1) Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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 mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=12.5.1->nerfstudio==0.3.4) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Collecting pytz>=2020.1 (from pandas>=1.0->open3d>=0.16.0->nerfstudio==0.3.4) 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>=1.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 245.2 MB/s eta 0:00:00 Collecting simple-websocket>=0.10.0 (from python-engineio>=4.7.0->python-socketio>=5.7.1->nerfstudio==0.3.4) Obtaining dependency information for simple-websocket>=0.10.0 from https://files.pythonhosted.org/packages/f6/00/6583d44c59b765c01a14e69260d90c3ca489a47ac8ffc9f1ddf81f1d25f5/simple_websocket-0.10.1-py3-none-any.whl.metadata Downloading simple_websocket-0.10.1-py3-none-any.whl.metadata (1.3 kB) Collecting joblib>=1.1.1 (from scikit-learn->nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) 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->nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) 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) Collecting lxml (from yourdfpy>=0.0.53->viser==0.1.3->nerfstudio==0.3.4) Obtaining dependency information for lxml from https://files.pythonhosted.org/packages/c5/a2/7876f76606725340c989b1c73b5501fc41fb21e50a8597c9ecdb63a05b27/lxml-4.9.3-cp39-cp39-manylinux_2_28_x86_64.whl.metadata Downloading lxml-4.9.3-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting soupsieve>1.2 (from beautifulsoup4->gdown>=4.6.0->nerfstudio==0.3.4) 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 termcolor (from fire->nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) Downloading termcolor-2.3.0-py3-none-any.whl (6.9 kB) Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for debugpy>=1.6.5 from https://files.pythonhosted.org/packages/f7/79/6053a14f60e879b8cb1a42dadbbef8822603eadde79944c61e955309b622/debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.0 kB) Collecting PySocks!=1.5.7,>=1.5.6 (from requests->nerfstudio==0.3.4) Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) Collecting mpmath>=0.19 (from sympy->torch>=1.13.1->nerfstudio==0.3.4) Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 229.5 MB/s eta 0:00:00 Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading sniffio-1.3.0-py3-none-any.whl (10 kB) Collecting itsdangerous>=2.0 (from Flask<2.3.0,>=1.0.4->dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb>=0.13.3->nerfstudio==0.3.4) Obtaining dependency information for smmap<6,>=3.0.1 from https://files.pythonhosted.org/packages/a7/a5/10f97f73544edcdef54409f1d839f6049a0d79df68adbc1ceb24d1aaca42/smmap-5.0.1-py3-none-any.whl.metadata Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 215.5 MB/s eta 0:00:00 Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Collecting rfc3339-validator (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading bleach-6.0.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 232.6 MB/s eta 0:00:00 Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for mistune<4,>=2.0.3 from https://files.pythonhosted.org/packages/cc/c0/ac9587149e37cde62ae338e9db8241ae2fdc79a84bde8c8ba7caea2c22d8/mistune-3.0.1-py3-none-any.whl.metadata Downloading mistune-3.0.1-py3-none-any.whl.metadata (1.7 kB) Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Obtaining dependency information for nbclient>=0.5.0 from https://files.pythonhosted.org/packages/ac/5a/d670ca51e6c3d98574b9647599821590efcd811d71f58e9c89fc59a17685/nbclient-0.8.0-py3-none-any.whl.metadata Downloading nbclient-0.8.0-py3-none-any.whl.metadata (7.8 kB) Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB) Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) 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>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard>=2.13.0->nerfstudio==0.3.4) Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 220.9 MB/s eta 0:00:00 Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.13.0->nerfstudio==0.3.4) Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 245.1 MB/s eta 0:00:00 Collecting wsproto (from simple-websocket>=0.10.0->python-engineio>=4.7.0->python-socketio>=5.7.1->nerfstudio==0.3.4) Downloading wsproto-1.2.0-py3-none-any.whl (24 kB) Collecting mapbox-earcut (from trimesh>=3.20.2->nerfstudio==0.3.4) Downloading mapbox_earcut-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.2/105.2 kB 220.2 MB/s eta 0:00:00 Collecting chardet (from trimesh>=3.20.2->nerfstudio==0.3.4) Obtaining dependency information for chardet from https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl.metadata Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) Collecting embreex (from trimesh>=3.20.2->nerfstudio==0.3.4) Obtaining dependency information for embreex from https://files.pythonhosted.org/packages/5c/89/39b85463487c9e0bc2fcbe09e71e685c9ff0d2abb5fde7e431264f0fe754/embreex-2.17.7.post3-cp39-cp39-manylinux_2_28_x86_64.whl.metadata Downloading embreex-2.17.7.post3-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (3.0 kB) Collecting xxhash (from trimesh>=3.20.2->nerfstudio==0.3.4) Obtaining dependency information for xxhash from https://files.pythonhosted.org/packages/45/63/40da996350689cf29db7f8819aafa74c9d36feca4f0e4393d220c619a1dc/xxhash-3.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading xxhash-3.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) Collecting svg.path (from trimesh>=3.20.2->nerfstudio==0.3.4) Downloading svg.path-6.3-py2.py3-none-any.whl (16 kB) Collecting pycollada (from trimesh>=3.20.2->nerfstudio==0.3.4) Downloading pycollada-0.7.2.tar.gz (107 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.6/107.6 kB 232.4 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting rtree (from trimesh>=3.20.2->nerfstudio==0.3.4) Downloading Rtree-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 252.6 MB/s eta 0:00:00 Collecting colorlog (from trimesh>=3.20.2->nerfstudio==0.3.4) Downloading colorlog-6.7.0-py2.py3-none-any.whl (11 kB) Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) 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 209.2 MB/s eta 0:00:00 Collecting executing>=1.2.0 (from stack-data->ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading executing-1.2.0-py2.py3-none-any.whl (24 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) 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>=6.1.0->ipywidgets>=7.6->nerfstudio==0.3.4) Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) Collecting webencodings (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting fqdn (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB) Collecting isoduration (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading isoduration-20.11.0-py3-none-any.whl (11 kB) Collecting jsonpointer>1.13 (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Obtaining dependency information for jsonpointer>1.13 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 uri-template (from jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) 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.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading webcolors-1.13-py3-none-any.whl (14 kB) Collecting h11<1,>=0.9.0 (from wsproto->simple-websocket>=0.10.0->python-engineio>=4.7.0->python-socketio>=5.7.1->nerfstudio==0.3.4) Downloading h11-0.14.0-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 208.7 MB/s eta 0:00:00 Collecting arrow>=0.15.0 (from isoduration->jsonschema!=3.1.0,>=2.6.0->comet-ml>=3.33.8->nerfstudio==0.3.4) Downloading arrow-1.2.3-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 210.1 MB/s eta 0:00:00 Downloading splines-0.3.0-py3-none-any.whl (17 kB) Downloading viser-0.1.3-py3-none-any.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 216.9 MB/s eta 0:00:00 Downloading comet_ml-3.33.10-py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.9/561.9 kB 77.6 MB/s eta 0:00:00 Downloading cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 169.5 MB/s eta 0:00:00 Downloading h5py-3.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 176.3 MB/s eta 0:00:00 Downloading imageio-2.31.4-py3-none-any.whl (313 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.2/313.2 kB 256.1 MB/s eta 0:00:00 Downloading ipywidgets-8.1.1-py3-none-any.whl (139 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.4/139.4 kB 214.9 MB/s eta 0:00:00 Downloading jaxtyping-0.2.22-py3-none-any.whl (25 kB) Downloading jupyterlab-4.0.6-py3-none-any.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 165.8 MB/s eta 0:00:00 Downloading mediapy-1.1.9-py3-none-any.whl (25 kB) Downloading msgpack-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 531.0/531.0 kB 263.9 MB/s eta 0:00:00 Downloading nuscenes_devkit-1.1.11-py3-none-any.whl (313 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.1/313.1 kB 253.4 MB/s eta 0:00:00 Downloading plotly-5.17.0-py2.py3-none-any.whl (15.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 160.9 MB/s eta 0:00:00 Downloading python_socketio-5.9.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 206.0 MB/s eta 0:00:00 Downloading rich-13.5.3-py3-none-any.whl (239 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.8/239.8 kB 246.1 MB/s eta 0:00:00 Downloading scikit_image-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.8/13.8 MB 175.4 MB/s eta 0:00:00 Downloading tensorboard-2.14.0-py3-none-any.whl (5.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 171.9 MB/s eta 0:00:00 Downloading trimesh-3.23.5-py3-none-any.whl (685 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 685.4/685.4 kB 265.6 MB/s eta 0:00:00 Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB) Downloading tyro-0.5.7-py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.2/93.2 kB 223.8 MB/s eta 0:00:00 Downloading wandb-0.15.11-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 230.9 MB/s eta 0:00:00 Downloading xatlas-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.5/229.5 kB 247.7 MB/s eta 0:00:00 Downloading absl_py-2.0.0-py3-none-any.whl (130 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.2/130.2 kB 239.5 MB/s eta 0:00:00 Downloading async_lru-2.0.4-py3-none-any.whl (6.1 kB) Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 216.6 MB/s eta 0:00:00 Downloading comm-0.1.4-py3-none-any.whl (6.6 kB) Downloading dash-2.13.0-py3-none-any.whl (10.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 175.2 MB/s eta 0:00:00 Downloading dulwich-0.21.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (511 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 511.6/511.6 kB 255.3 MB/s eta 0:00:00 Downloading fonttools-4.42.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 173.8 MB/s eta 0:00:00 Downloading GitPython-3.1.37-py3-none-any.whl (190 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.0/190.0 kB 244.3 MB/s eta 0:00:00 Downloading google_auth-2.23.0-py2.py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.4/181.4 kB 240.8 MB/s eta 0:00:00 Downloading cachetools-5.3.1-py3-none-any.whl (9.3 kB) Downloading grpcio-1.58.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 174.7 MB/s eta 0:00:00 Downloading ipython-8.15.0-py3-none-any.whl (806 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 265.2 MB/s eta 0:00:00 Downloading jsonschema-4.19.1-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.3/83.3 kB 213.9 MB/s eta 0:00:00 Downloading jupyter_lsp-2.2.0-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.0/66.0 kB 192.8 MB/s eta 0:00:00 Downloading jupyter_server-2.7.3-py3-none-any.whl (375 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 375.6/375.6 kB 256.3 MB/s eta 0:00:00 Downloading jupyter_core-5.3.1-py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.7/93.7 kB 216.0 MB/s eta 0:00:00 Downloading jupyterlab_server-2.25.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.2/57.2 kB 207.8 MB/s eta 0:00:00 Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl (214 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.9/214.9 kB 235.1 MB/s eta 0:00:00 Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 227.8 MB/s eta 0:00:00 Downloading lazy_loader-0.3-py3-none-any.whl (9.1 kB) Downloading lightning_utilities-0.9.0-py3-none-any.whl (23 kB) Downloading Markdown-3.4.4-py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.2/94.2 kB 223.7 MB/s eta 0:00:00 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 219.6 MB/s eta 0:00:00 Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB) Downloading numpy-1.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 178.1 MB/s eta 0:00:00 Downloading pandas-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 170.5 MB/s eta 0:00:00 Downloading pycocotools-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.1/435.1 kB 241.5 MB/s eta 0:00:00 Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 227.7 MB/s eta 0:00:00 Downloading python_engineio-4.7.1-py3-none-any.whl (55 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.0/55.0 kB 201.4 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 235.3 MB/s eta 0:00:00 Downloading scikit_learn-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.9/10.9 MB 162.5 MB/s eta 0:00:00 Downloading scipy-1.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.5/36.5 MB 176.4 MB/s eta 0:00:00 Downloading sentry_sdk-1.31.0-py2.py3-none-any.whl (224 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 256.2 MB/s eta 0:00:00 Downloading shtab-1.6.4-py3-none-any.whl (13 kB) Downloading tenacity-8.2.3-py3-none-any.whl (24 kB) Downloading tensorboard_data_server-0.7.1-py3-none-manylinux2014_x86_64.whl (6.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 171.0 MB/s eta 0:00:00 Downloading tifffile-2023.9.18-py3-none-any.whl (222 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.1/222.1 kB 248.8 MB/s eta 0:00:00 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 250.0 MB/s eta 0:00:00 Downloading tqdm-4.66.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 217.5 MB/s eta 0:00:00 Downloading traitlets-5.10.0-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/120.4 kB 222.3 MB/s eta 0:00:00 Downloading typeguard-4.1.5-py3-none-any.whl (34 kB) Downloading urllib3-1.26.16-py2.py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 240.4 MB/s eta 0:00:00 Downloading widgetsnbextension-4.0.9-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 233.0 MB/s eta 0:00:00 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB) Downloading filelock-3.12.4-py3-none-any.whl (11 kB) Downloading ipykernel-6.25.2-py3-none-any.whl (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.2/154.2 kB 240.5 MB/s eta 0:00:00 Downloading torchmetrics-1.2.0-py3-none-any.whl (805 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 805.2/805.2 kB 257.5 MB/s eta 0:00:00 Downloading anyio-4.0.0-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 224.6 MB/s eta 0:00:00 Downloading debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 184.5 MB/s eta 0:00:00 Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) Downloading jedi-0.19.0-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 254.7 MB/s eta 0:00:00 Downloading joblib-1.3.2-py3-none-any.whl (302 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 252.5 MB/s eta 0:00:00 Downloading json5-0.9.14-py2.py3-none-any.whl (19 kB) Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) Downloading jupyter_client-8.3.1-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.1/104.1 kB 222.8 MB/s eta 0:00:00 Downloading jupyter_events-0.7.0-py3-none-any.whl (18 kB) Downloading nbconvert-7.8.0-py3-none-any.whl (254 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.9/254.9 kB 235.8 MB/s eta 0:00:00 Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB) Downloading prompt_toolkit-3.0.39-py3-none-any.whl (385 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.2/385.2 kB 257.0 MB/s eta 0:00:00 Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 255.0 MB/s eta 0:00:00 Downloading pyzmq-25.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 250.6 MB/s eta 0:00:00 Downloading referencing-0.30.2-py3-none-any.whl (25 kB) Downloading rpds_py-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 241.0 MB/s eta 0:00:00 Downloading simple_websocket-0.10.1-py3-none-any.whl (7.5 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading threadpoolctl-3.2.0-py3-none-any.whl (15 kB) Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB) Downloading cmake-3.27.5-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (26.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.1/26.1 MB 185.0 MB/s eta 0:00:00 Downloading fastjsonschema-2.18.0-py3-none-any.whl (23 kB) Downloading lxml-4.9.3-cp39-cp39-manylinux_2_28_x86_64.whl (8.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 173.9 MB/s eta 0:00:00 Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 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 210.1 MB/s eta 0:00:00 Downloading asttokens-2.4.0-py2.py3-none-any.whl (27 kB) Downloading mistune-3.0.1-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 177.3 MB/s eta 0:00:00 Downloading nbclient-0.8.0-py3-none-any.whl (73 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.1/73.1 kB 208.5 MB/s eta 0:00:00 Downloading smmap-5.0.1-py3-none-any.whl (24 kB) Downloading chardet-5.2.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 175.8 MB/s eta 0:00:00 Downloading embreex-2.17.7.post3-cp39-cp39-manylinux_2_28_x86_64.whl (17.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 183.1 MB/s eta 0:00:00 Downloading xxhash-3.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.8/193.8 kB 249.3 MB/s eta 0:00:00 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB) Downloading uri_template-1.3.0-py3-none-any.whl (11 kB) Building wheels for collected packages: nerfstudio, pyngrok, pyliblzfse, fire, pathtools, lit, pycollada Building wheel for nerfstudio (pyproject.toml): started Building wheel for nerfstudio (pyproject.toml): finished with status 'done' Created wheel for nerfstudio: filename=nerfstudio-0.3.4-py3-none-any.whl size=500410 sha256=c397691da51d0c7e687f15d482afff949146e9751e4882780c8d18154049ce39 Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/c8/91/b0/7f7ff34b1a62c9efcbfde0fe5731daa6bac609a8b4f64f60f5 Building wheel for pyngrok (setup.py): started Building wheel for pyngrok (setup.py): finished with status 'done' Created wheel for pyngrok: filename=pyngrok-7.0.0-py3-none-any.whl size=21129 sha256=f9e1d9d3825b91b73014ae9fb2446b3b050d404d7d1afe32af996ed9716f2816 Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/a1/27/d7/83363a0fd832c7e4be4a73ae8805f9b5410b40570ae8be7d67 Building wheel for pyliblzfse (setup.py): started Building wheel for pyliblzfse (setup.py): finished with status 'done' Created wheel for pyliblzfse: filename=pyliblzfse-0.4.1-cp39-cp39-linux_x86_64.whl size=108008 sha256=1339b2b40785649b1c5e113eee0b72d4943cfbd2711d5f86cfe745efa17ea35c Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/ce/8f/05/1b0670dd4965f2ae23caf70fb13567d5068295f48fea7fa183 Building wheel for fire (setup.py): started Building wheel for fire (setup.py): finished with status 'done' Created wheel for fire: filename=fire-0.5.0-py2.py3-none-any.whl size=116932 sha256=d597696c4de0747f948f302e702d81db819466be4bb8e34cd5745fed863a12ec Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/f7/f1/89/b9ea2bf8f80ec027a88fef1d354b3816b4d3d29530988972f6 Building wheel for pathtools (setup.py): started Building wheel for pathtools (setup.py): finished with status 'done' Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8791 sha256=8d42bd4f9661d637013f8ce5aadd6eae82b7f2861ba0d3044b47b5cd5c5a2fae Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/b7/0a/67/ada2a22079218c75a88361c0782855cc72aebc4d18d0289d05 Building wheel for lit (pyproject.toml): started Building wheel for lit (pyproject.toml): finished with status 'done' Created wheel for lit: filename=lit-16.0.6-py3-none-any.whl size=93584 sha256=48a34a9728e8e0466e451b65204585403d2cf5efa7b682e620268d8a38a1e215 Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/a5/36/d6/cac2e6fb891889b33a548f2fddb8b4b7726399aaa2ed32b188 Building wheel for pycollada (setup.py): started Building wheel for pycollada (setup.py): finished with status 'done' Created wheel for pycollada: filename=pycollada-0.7.2-py3-none-any.whl size=127026 sha256=38234e4228faf0db415a2046f0dba584713267163d43245081c917de2a5a58b5 Stored in directory: /tmp/pip-ephem-wheel-cache-ayz4mpa9/wheels/1c/ab/7d/4974afa70877d57e24a04aa7cddb765c7899793ed5ba515921 Successfully built nerfstudio pyngrok pyliblzfse fire pathtools lit pycollada Installing collected packages: xatlas, webencodings, wcwidth, pytz, pyliblzfse, pure-eval, ptyprocess, pickleshare, pathtools, ninja, mpmath, lit, json5, fastjsonschema, executing, everett, dash-table, dash-html-components, dash-core-components, cmake, backcall, av, appdirs, addict, xxhash, wurlitzer, wrapt, widgetsnbextension, werkzeug, websockets, websocket-client, webcolors, urllib3, uri-template, tzdata, typing-extensions, traitlets, tqdm, tornado, tomli, tinycss2, threadpoolctl, termcolor, tensorboard-data-server, tenacity, sympy, svg.path, soupsieve, sniffio, smmap, six, simplejson, shtab, Shapely, setproctitle, send2trash, semantic-version, rtree, rpds-py, rfc3986-validator, pyzmq, pyyaml, python-json-logger, python-box, PySocks, pyparsing, pycparser, pyasn1, psutil, protobuf, prompt-toolkit, prometheus-client, platformdirs, pexpect, parso, pandocfilters, overrides, oauthlib, nvidia-nvtx-cu11, nvidia-nccl-cu11, nvidia-cusparse-cu11, nvidia-curand-cu11, nvidia-cufft-cu11, nvidia-cuda-runtime-cu11, nvidia-cuda-nvrtc-cu11, nvidia-cuda-cupti-cu11, nvidia-cublas-cu11, numpy, nodeenv, networkx, nest-asyncio, msgpack, mistune, mdurl, lxml, lazy_loader, kiwisolver, jupyterlab-widgets, jupyterlab-pygments, jsonpointer, joblib, itsdangerous, h11, grpcio, frozendict, fqdn, fonttools, filelock, exceptiongroup, docstring-parser, defusedxml, decorator, debugpy, cycler, configargparse, colorlog, Click, chardet, cachetools, bidict, attrs, ansi2html, absl-py, wsproto, typeguard, trimesh, tifffile, terminado, splines, sentry-sdk, scipy, rsa, rfc3339-validator, retrying, referencing, rawpy, PyWavelets, python-dateutil, pyquaternion, pyngrok, pymeshlab, pyasn1-modules, plotly, opencv-python, nvidia-cusolver-cu11, nvidia-cudnn-cu11, msgpack-numpy, matplotlib-inline, markdown-it-py, markdown, mapbox-earcut, lightning-utilities, jupyter-core, jedi, imageio, h5py, gitdb, Flask, fire, embreex, dulwich, docker-pycreds, configobj, comm, cffi, bleach, beautifulsoup4, async-lru, asttokens, anyio, stack-data, simple-websocket, scikit-learn, scikit-image, rich, requests-toolbelt, requests-oauthlib, pycollada, pandas, matplotlib, jupyter-server-terminals, jupyter-client, jsonschema-specifications, jaxtyping, google-auth, GitPython, dash, cryptography, arrow, argon2-cffi-bindings, wandb, tyro, python-engineio, pycocotools, jsonschema, isoduration, ipython, google-auth-oauthlib, gdown, descartes, argon2-cffi, tensorboard, python-socketio, nuscenes-devkit, nbformat, mediapy, ipywidgets, ipykernel, comet-ml, yourdfpy, open3d, nbclient, jupyter-events, viser, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, triton, torch, torchvision, torchmetrics, torch-fidelity, lpips, timm, nerfacc, nerfstudio Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.5 Uninstalling urllib3-2.0.5: Successfully uninstalled urllib3-2.0.5 Successfully installed Click-8.1.7 Flask-2.2.5 GitPython-3.1.37 PySocks-1.7.1 PyWavelets-1.4.1 Shapely-1.8.5.post1 absl-py-2.0.0 addict-2.4.0 ansi2html-1.8.0 anyio-4.0.0 appdirs-1.4.4 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-23.1.0 av-10.0.0 backcall-0.2.0 beautifulsoup4-4.12.2 bidict-0.22.1 bleach-6.0.0 cachetools-5.3.1 cffi-1.15.1 chardet-5.2.0 cmake-3.27.5 colorlog-6.7.0 comet-ml-3.33.10 comm-0.1.4 configargparse-1.7 configobj-5.0.8 cryptography-41.0.4 cycler-0.11.0 dash-2.13.0 dash-core-components-2.0.0 dash-html-components-2.0.0 dash-table-5.0.0 debugpy-1.8.0 decorator-5.1.1 defusedxml-0.7.1 descartes-1.1.0 docker-pycreds-0.4.0 docstring-parser-0.15 dulwich-0.21.6 embreex-2.17.7.post3 everett-3.1.0 exceptiongroup-1.1.3 executing-1.2.0 fastjsonschema-2.18.0 filelock-3.12.4 fire-0.5.0 fonttools-4.42.1 fqdn-1.5.1 frozendict-2.3.8 gdown-4.7.1 gitdb-4.0.10 google-auth-2.23.0 google-auth-oauthlib-1.0.0 grpcio-1.58.0 h11-0.14.0 h5py-3.9.0 imageio-2.31.4 ipykernel-6.25.2 ipython-8.15.0 ipywidgets-8.1.1 isoduration-20.11.0 itsdangerous-2.1.2 jaxtyping-0.2.22 jedi-0.19.0 joblib-1.3.2 json5-0.9.14 jsonpointer-2.4 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 jupyter-client-8.3.1 jupyter-core-5.3.1 jupyter-events-0.7.0 jupyter-lsp-2.2.0 jupyter-server-2.7.3 jupyter-server-terminals-0.4.4 jupyterlab-4.0.6 jupyterlab-pygments-0.2.2 jupyterlab-server-2.25.0 jupyterlab-widgets-3.0.9 kiwisolver-1.4.5 lazy_loader-0.3 lightning-utilities-0.9.0 lit-16.0.6 lpips-0.1.4 lxml-4.9.3 mapbox-earcut-1.0.1 markdown-3.4.4 markdown-it-py-3.0.0 matplotlib-3.5.3 matplotlib-inline-0.1.6 mdurl-0.1.2 mediapy-1.1.9 mistune-3.0.1 mpmath-1.3.0 msgpack-1.0.6 msgpack-numpy-0.4.8 nbclient-0.8.0 nbconvert-7.8.0 nbformat-5.7.0 nerfacc-0.5.2 nerfstudio-0.3.4 nest-asyncio-1.5.8 networkx-3.1 ninja-1.11.1 nodeenv-1.8.0 notebook-shim-0.2.3 numpy-1.26.0 nuscenes-devkit-1.1.11 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-cupti-cu11-11.7.101 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 nvidia-cufft-cu11-10.9.0.58 nvidia-curand-cu11-10.2.10.91 nvidia-cusolver-cu11-11.4.0.1 nvidia-cusparse-cu11-11.7.4.91 nvidia-nccl-cu11-2.14.3 nvidia-nvtx-cu11-11.7.91 oauthlib-3.2.2 open3d-0.17.0 opencv-python-4.6.0.66 overrides-7.4.0 pandas-2.1.1 pandocfilters-1.5.0 parso-0.8.3 pathtools-0.1.2 pexpect-4.8.0 pickleshare-0.7.5 platformdirs-3.10.0 plotly-5.17.0 prometheus-client-0.17.1 prompt-toolkit-3.0.39 protobuf-3.20.3 psutil-5.9.5 ptyprocess-0.7.0 pure-eval-0.2.2 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycocotools-2.0.7 pycollada-0.7.2 pycparser-2.21 pyliblzfse-0.4.1 pymeshlab-2022.2.post4 pyngrok-7.0.0 pyparsing-3.1.1 pyquaternion-0.9.9 python-box-6.1.0 python-dateutil-2.8.2 python-engineio-4.7.1 python-json-logger-2.0.7 python-socketio-5.9.0 pytz-2023.3.post1 pyyaml-6.0.1 pyzmq-25.1.1 rawpy-0.18.1 referencing-0.30.2 requests-oauthlib-1.3.1 requests-toolbelt-1.0.0 retrying-1.3.4 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rich-13.5.3 rpds-py-0.10.3 rsa-4.9 rtree-1.0.1 scikit-image-0.21.0 scikit-learn-1.3.1 scipy-1.11.2 semantic-version-2.10.0 send2trash-1.8.2 sentry-sdk-1.31.0 setproctitle-1.3.2 shtab-1.6.4 simple-websocket-0.10.1 simplejson-3.19.1 six-1.16.0 smmap-5.0.1 sniffio-1.3.0 soupsieve-2.5 splines-0.3.0 stack-data-0.6.2 svg.path-6.3 sympy-1.12 tenacity-8.2.3 tensorboard-2.14.0 tensorboard-data-server-0.7.1 termcolor-2.3.0 terminado-0.17.1 threadpoolctl-3.2.0 tifffile-2023.9.18 timm-0.6.7 tinycss2-1.2.1 tomli-2.0.1 torch-2.0.1 torch-fidelity-0.3.0 torchmetrics-1.2.0 torchvision-0.15.2 tornado-6.3.3 tqdm-4.66.1 traitlets-5.10.0 trimesh-3.23.5 triton-2.0.0 typeguard-4.1.5 typing-extensions-4.8.0 tyro-0.5.7 tzdata-2023.3 uri-template-1.3.0 urllib3-1.26.16 viser-0.1.3 wandb-0.15.11 wcwidth-0.2.6 webcolors-1.13 webencodings-0.5.1 websocket-client-1.3.3 websockets-11.0.3 werkzeug-2.2.3 widgetsnbextension-4.0.9 wrapt-1.15.0 wsproto-1.2.0 wurlitzer-3.0.3 xatlas-0.0.8 xxhash-3.3.0 yourdfpy-0.0.53 [rtd-command-info] start-time: 2023-09-25T15:41:32.731722Z, end-time: 2023-09-25T15:42:10.207857Z, duration: 37, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir .[docs] Processing /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/checkouts/latest Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: appdirs>=1.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (1.4.4) Requirement already satisfied: av>=9.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (10.0.0) Requirement already satisfied: comet-ml>=3.33.8 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (3.33.10) Requirement already satisfied: cryptography>=38 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (41.0.4) Requirement already satisfied: tyro>=0.5.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.5.7) Requirement already satisfied: gdown>=4.6.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (4.7.1) Requirement already satisfied: ninja>=1.10 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (1.11.1) Requirement already satisfied: h5py>=2.9.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (3.9.0) Requirement already satisfied: imageio>=2.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (2.31.4) Requirement already satisfied: ipywidgets>=7.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (8.1.1) Requirement already satisfied: jaxtyping>=0.2.15 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.2.22) Requirement already satisfied: jupyterlab>=3.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (4.0.6) Requirement already satisfied: matplotlib>=3.5.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (3.5.3) Requirement already satisfied: mediapy>=1.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (1.1.9) Requirement already satisfied: msgpack>=1.0.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (1.0.6) Requirement already satisfied: msgpack-numpy>=0.4.8 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.4.8) Requirement already satisfied: nerfacc==0.5.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.5.2) Requirement already satisfied: open3d>=0.16.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.17.0) Requirement already satisfied: opencv-python==4.6.0.66 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (4.6.0.66) Requirement already satisfied: Pillow>=9.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (10.0.1) Requirement already satisfied: plotly>=5.7.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (5.17.0) Requirement already satisfied: protobuf!=3.20.0,<=3.20.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (3.20.3) Requirement already satisfied: pymeshlab>=2022.2.post2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (2022.2.post4) Requirement already satisfied: pyngrok>=5.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (7.0.0) Requirement already satisfied: python-socketio>=5.7.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (5.9.0) Requirement already satisfied: pyquaternion>=0.9.9 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.9.9) Requirement already satisfied: rawpy>=0.18.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.18.1) Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (2.31.0) Requirement already satisfied: rich>=12.5.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (13.5.3) Requirement already satisfied: scikit-image>=0.19.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.21.0) Requirement already satisfied: splines==0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.3.0) Requirement already satisfied: tensorboard>=2.13.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (2.14.0) Requirement already satisfied: torch>=1.13.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (2.0.1) Requirement already satisfied: torchvision>=0.14.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.15.2) Requirement already satisfied: torchmetrics[image]>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (1.2.0) Requirement already satisfied: typing-extensions>=4.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (4.8.0) Requirement already satisfied: viser==0.1.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.1.3) Requirement already satisfied: nuscenes-devkit>=1.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (1.1.11) Requirement already satisfied: wandb>=0.13.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.15.11) Requirement already satisfied: xatlas in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.0.8) Requirement already satisfied: trimesh>=3.20.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (3.23.5) Requirement already satisfied: timm==0.6.7 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (0.6.7) Requirement already satisfied: importlib-metadata>=6.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nerfstudio==0.3.4) (6.8.0) Collecting furo==2022.09.29 (from nerfstudio==0.3.4) Downloading furo-2022.9.29-py3-none-any.whl (326 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 326.8/326.8 kB 15.3 MB/s eta 0:00:00 Collecting ipython==8.6.0 (from nerfstudio==0.3.4) Downloading ipython-8.6.0-py3-none-any.whl (761 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 761.1/761.1 kB 108.0 MB/s eta 0:00:00 Collecting readthedocs-sphinx-search==0.1.2 (from nerfstudio==0.3.4) Downloading readthedocs_sphinx_search-0.1.2-py3-none-any.whl (18 kB) Collecting myst-nb==0.16.0 (from nerfstudio==0.3.4) Downloading myst_nb-0.16.0-py3-none-any.whl (76 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.9/76.9 kB 193.5 MB/s eta 0:00:00 Collecting nbconvert==7.2.5 (from nerfstudio==0.3.4) Downloading nbconvert-7.2.5-py3-none-any.whl (273 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.3/273.3 kB 236.3 MB/s eta 0:00:00 Collecting nbformat==5.5.0 (from nerfstudio==0.3.4) Downloading nbformat-5.5.0-py3-none-any.whl (75 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.3/75.3 kB 214.7 MB/s eta 0:00:00 Collecting sphinx==5.2.1 (from nerfstudio==0.3.4) Downloading sphinx-5.2.1-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 223.4 MB/s eta 0:00:00 Collecting sphinxemoji==0.2.0 (from nerfstudio==0.3.4) Downloading sphinxemoji-0.2.0.tar.gz (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/44.4 kB 196.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx-argparse==0.3.1 (from nerfstudio==0.3.4) Downloading sphinx_argparse-0.3.1-py2.py3-none-any.whl (12 kB) Collecting sphinx-copybutton==0.5.0 (from nerfstudio==0.3.4) Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB) Collecting sphinx-design==0.2.0 (from nerfstudio==0.3.4) Downloading sphinx_design-0.2.0-py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 236.5 MB/s eta 0:00:00 Collecting sphinxext-opengraph==0.6.3 (from nerfstudio==0.3.4) Downloading sphinxext_opengraph-0.6.3-py3-none-any.whl (8.3 kB) Requirement already satisfied: beautifulsoup4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from furo==2022.09.29->nerfstudio==0.3.4) (4.12.2) Collecting sphinx-basic-ng (from furo==2022.09.29->nerfstudio==0.3.4) Obtaining dependency information for sphinx-basic-ng from https://files.pythonhosted.org/packages/3c/dd/018ce05c532a22007ac58d4f45232514cd9d6dd0ee1dc374e309db830983/sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: pygments>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from furo==2022.09.29->nerfstudio==0.3.4) (2.16.1) Requirement already satisfied: backcall in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (0.2.0) Requirement already satisfied: decorator in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (5.1.1) Requirement already satisfied: jedi>=0.16 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (0.19.0) Requirement already satisfied: matplotlib-inline in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (0.1.6) Requirement already satisfied: pickleshare in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (0.7.5) Requirement already satisfied: prompt-toolkit<3.1.0,>3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (3.0.39) Requirement already satisfied: stack-data in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (0.6.2) Requirement already satisfied: traitlets>=5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (5.10.0) Requirement already satisfied: pexpect>4.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipython==8.6.0->nerfstudio==0.3.4) (4.8.0) Collecting jupyter-cache~=0.5.0 (from myst-nb==0.16.0->nerfstudio==0.3.4) Downloading jupyter_cache-0.5.0-py3-none-any.whl (34 kB) Requirement already satisfied: nbclient in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from myst-nb==0.16.0->nerfstudio==0.3.4) (0.8.0) Collecting myst-parser~=0.18.0 (from myst-nb==0.16.0->nerfstudio==0.3.4) Downloading myst_parser-0.18.1-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 205.1 MB/s eta 0:00:00 Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from myst-nb==0.16.0->nerfstudio==0.3.4) (6.0.1) Collecting sphinx-togglebutton~=0.3.0 (from myst-nb==0.16.0->nerfstudio==0.3.4) Downloading sphinx_togglebutton-0.3.2-py3-none-any.whl (8.2 kB) Requirement already satisfied: ipykernel in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from myst-nb==0.16.0->nerfstudio==0.3.4) (6.25.2) Requirement already satisfied: bleach in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (6.0.0) Requirement already satisfied: defusedxml in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (0.7.1) Requirement already satisfied: jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (3.1.2) Requirement already satisfied: jupyter-core>=4.7 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (5.3.1) Requirement already satisfied: jupyterlab-pygments in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (0.2.2) Requirement already satisfied: markupsafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (2.1.3) Collecting mistune<3,>=2.0.3 (from nbconvert==7.2.5->nerfstudio==0.3.4) Downloading mistune-2.0.5-py2.py3-none-any.whl (24 kB) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (23.1) Requirement already satisfied: pandocfilters>=1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (1.5.0) Requirement already satisfied: tinycss2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbconvert==7.2.5->nerfstudio==0.3.4) (1.2.1) Requirement already satisfied: fastjsonschema in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbformat==5.5.0->nerfstudio==0.3.4) (2.18.0) Requirement already satisfied: jsonschema>=2.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nbformat==5.5.0->nerfstudio==0.3.4) (4.19.1) Requirement already satisfied: numpy>=1.14.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from opencv-python==4.6.0.66->nerfstudio==0.3.4) (1.26.0) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (1.0.6) Requirement already satisfied: docutils<0.20,>=0.14 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (0.18.1) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sphinx==5.2.1->nerfstudio==0.3.4) (1.4.1) Requirement already satisfied: websockets>=10.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (11.0.3) Requirement already satisfied: pyliblzfse>=0.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (0.4.1) Requirement already satisfied: scipy>=1.7.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (1.11.2) Requirement already satisfied: tqdm>=4.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (4.66.1) Requirement already satisfied: nodeenv>=1.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (1.8.0) Requirement already satisfied: psutil>=5.9.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (5.9.5) Requirement already satisfied: yourdfpy>=0.0.53 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from viser==0.1.3->nerfstudio==0.3.4) (0.0.53) Requirement already satisfied: python-box<7.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (6.1.0) Requirement already satisfied: requests-toolbelt>=0.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (1.0.0) Requirement already satisfied: semantic-version>=2.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (2.10.0) Requirement already satisfied: sentry-sdk>=1.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (1.31.0) Requirement already satisfied: simplejson in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (3.19.1) Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (1.16.0) Requirement already satisfied: urllib3>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (1.26.16) Requirement already satisfied: websocket-client<1.4.0,>=0.55.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (1.3.3) Requirement already satisfied: wrapt>=1.11.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (1.15.0) Requirement already satisfied: wurlitzer>=1.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (3.0.3) Requirement already satisfied: everett[ini]<3.2.0,>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (3.1.0) Requirement already satisfied: dulwich!=0.20.33,>=0.20.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from comet-ml>=3.33.8->nerfstudio==0.3.4) (0.21.6) Requirement already satisfied: cffi>=1.12 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from cryptography>=38->nerfstudio==0.3.4) (1.15.1) Requirement already satisfied: filelock in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from gdown>=4.6.0->nerfstudio==0.3.4) (3.12.4) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=6.0.0->nerfstudio==0.3.4) (3.17.0) Requirement already satisfied: comm>=0.1.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipywidgets>=7.6->nerfstudio==0.3.4) (0.1.4) Requirement already satisfied: widgetsnbextension~=4.0.9 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipywidgets>=7.6->nerfstudio==0.3.4) (4.0.9) Requirement already satisfied: jupyterlab-widgets~=3.0.9 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipywidgets>=7.6->nerfstudio==0.3.4) (3.0.9) Requirement already satisfied: typeguard>=2.13.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jaxtyping>=0.2.15->nerfstudio==0.3.4) (4.1.5) Requirement already satisfied: async-lru>=1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.0.4) Requirement already satisfied: jupyter-lsp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.2.0) Requirement already satisfied: jupyter-server<3,>=2.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.7.3) Requirement already satisfied: jupyterlab-server<3,>=2.19.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.25.0) Requirement already satisfied: notebook-shim>=0.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.2.3) Requirement already satisfied: tomli in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.0.1) Requirement already satisfied: tornado>=6.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab>=3.3.4->nerfstudio==0.3.4) (6.3.3) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from matplotlib>=3.5.3->nerfstudio==0.3.4) (0.11.0) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from matplotlib>=3.5.3->nerfstudio==0.3.4) (4.42.1) Requirement already satisfied: kiwisolver>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from matplotlib>=3.5.3->nerfstudio==0.3.4) (1.4.5) Requirement already satisfied: pyparsing>=2.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from matplotlib>=3.5.3->nerfstudio==0.3.4) (3.1.1) Requirement already satisfied: python-dateutil>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from matplotlib>=3.5.3->nerfstudio==0.3.4) (2.8.2) Requirement already satisfied: cachetools in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (5.3.1) Requirement already satisfied: descartes in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (1.1.0) Requirement already satisfied: fire in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (0.5.0) Requirement already satisfied: scikit-learn in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (1.3.1) Requirement already satisfied: Shapely<2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (1.8.5.post1) Requirement already satisfied: pycocotools>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (2.0.7) Requirement already satisfied: dash>=2.6.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from open3d>=0.16.0->nerfstudio==0.3.4) (2.13.0) Requirement already satisfied: werkzeug>=2.2.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from open3d>=0.16.0->nerfstudio==0.3.4) (2.2.3) INFO: pip is looking at multiple versions of open3d to determine which version is compatible with other requirements. This could take a while. Collecting open3d>=0.16.0 (from nerfstudio==0.3.4) Downloading open3d-0.16.0-cp39-cp39-manylinux_2_27_x86_64.whl (422.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.5/422.5 MB 220.5 MB/s eta 0:00:00 Requirement already satisfied: configargparse in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from open3d>=0.16.0->nerfstudio==0.3.4) (1.7) Requirement already satisfied: addict in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from open3d>=0.16.0->nerfstudio==0.3.4) (2.4.0) Requirement already satisfied: pandas>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from open3d>=0.16.0->nerfstudio==0.3.4) (2.1.1) Requirement already satisfied: tenacity>=6.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from plotly>=5.7.0->nerfstudio==0.3.4) (8.2.3) Requirement already satisfied: bidict>=0.21.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from python-socketio>=5.7.1->nerfstudio==0.3.4) (0.22.1) Requirement already satisfied: python-engineio>=4.7.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from python-socketio>=5.7.1->nerfstudio==0.3.4) (4.7.1) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (3.4) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (2023.7.22) Requirement already satisfied: markdown-it-py>=2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from rich>=12.5.1->nerfstudio==0.3.4) (3.0.0) Requirement already satisfied: networkx>=2.8 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from scikit-image>=0.19.3->nerfstudio==0.3.4) (3.1) Requirement already satisfied: tifffile>=2022.8.12 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from scikit-image>=0.19.3->nerfstudio==0.3.4) (2023.9.18) Requirement already satisfied: PyWavelets>=1.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from scikit-image>=0.19.3->nerfstudio==0.3.4) (1.4.1) Requirement already satisfied: lazy_loader>=0.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from scikit-image>=0.19.3->nerfstudio==0.3.4) (0.3) Requirement already satisfied: absl-py>=0.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (2.0.0) Requirement already satisfied: grpcio>=1.48.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (1.58.0) Requirement already satisfied: google-auth<3,>=1.6.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (2.23.0) Requirement already satisfied: google-auth-oauthlib<1.1,>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (1.0.0) Requirement already satisfied: markdown>=2.6.8 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (3.4.4) Requirement already satisfied: setuptools>=41.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (68.2.2) Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (0.7.1) Requirement already satisfied: wheel>=0.26 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tensorboard>=2.13.0->nerfstudio==0.3.4) (0.37.0) Requirement already satisfied: sympy in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (1.12) Requirement already satisfied: nvidia-cuda-nvrtc-cu11==11.7.99 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.7.99) Requirement already satisfied: nvidia-cuda-runtime-cu11==11.7.99 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.7.99) Requirement already satisfied: nvidia-cuda-cupti-cu11==11.7.101 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.7.101) Requirement already satisfied: nvidia-cudnn-cu11==8.5.0.96 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (8.5.0.96) Requirement already satisfied: nvidia-cublas-cu11==11.10.3.66 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.10.3.66) Requirement already satisfied: nvidia-cufft-cu11==10.9.0.58 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (10.9.0.58) Requirement already satisfied: nvidia-curand-cu11==10.2.10.91 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (10.2.10.91) Requirement already satisfied: nvidia-cusolver-cu11==11.4.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.4.0.1) Requirement already satisfied: nvidia-cusparse-cu11==11.7.4.91 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.7.4.91) Requirement already satisfied: nvidia-nccl-cu11==2.14.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (2.14.3) Requirement already satisfied: nvidia-nvtx-cu11==11.7.91 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (11.7.91) Requirement already satisfied: triton==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torch>=1.13.1->nerfstudio==0.3.4) (2.0.0) Requirement already satisfied: cmake in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from triton==2.0.0->torch>=1.13.1->nerfstudio==0.3.4) (3.27.5) Requirement already satisfied: lit in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from triton==2.0.0->torch>=1.13.1->nerfstudio==0.3.4) (16.0.6) Requirement already satisfied: lightning-utilities>=0.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torchmetrics[image]>=1.0.1->nerfstudio==0.3.4) (0.9.0) Requirement already satisfied: torch-fidelity<=0.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torchmetrics[image]>=1.0.1->nerfstudio==0.3.4) (0.3.0) Requirement already satisfied: lpips<=0.1.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from torchmetrics[image]>=1.0.1->nerfstudio==0.3.4) (0.1.4) Requirement already satisfied: docstring-parser>=0.14.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tyro>=0.5.3->nerfstudio==0.3.4) (0.15) Requirement already satisfied: frozendict>=2.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tyro>=0.5.3->nerfstudio==0.3.4) (2.3.8) Requirement already satisfied: shtab>=1.5.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from tyro>=0.5.3->nerfstudio==0.3.4) (1.6.4) Requirement already satisfied: Click!=8.0.0,>=7.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from wandb>=0.13.3->nerfstudio==0.3.4) (8.1.7) Requirement already satisfied: GitPython!=3.1.29,>=1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from wandb>=0.13.3->nerfstudio==0.3.4) (3.1.37) Requirement already satisfied: docker-pycreds>=0.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from wandb>=0.13.3->nerfstudio==0.3.4) (0.4.0) Requirement already satisfied: pathtools in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from wandb>=0.13.3->nerfstudio==0.3.4) (0.1.2) Requirement already satisfied: setproctitle in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from wandb>=0.13.3->nerfstudio==0.3.4) (1.3.2) Requirement already satisfied: pycparser in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from cffi>=1.12->cryptography>=38->nerfstudio==0.3.4) (2.21) Requirement already satisfied: Flask<2.3.0,>=1.0.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (2.2.5) Requirement already satisfied: dash-html-components==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (2.0.0) Requirement already satisfied: dash-core-components==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (2.0.0) Requirement already satisfied: dash-table==5.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (5.0.0) Requirement already satisfied: retrying in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (1.3.4) Requirement already satisfied: ansi2html in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (1.8.0) Requirement already satisfied: nest-asyncio in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (1.5.8) Requirement already satisfied: configobj in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from everett[ini]<3.2.0,>=1.0.1->comet-ml>=3.33.8->nerfstudio==0.3.4) (5.0.8) Requirement already satisfied: gitdb<5,>=4.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from GitPython!=3.1.29,>=1.0.0->wandb>=0.13.3->nerfstudio==0.3.4) (4.0.10) Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from google-auth<3,>=1.6.3->tensorboard>=2.13.0->nerfstudio==0.3.4) (0.3.0) Requirement already satisfied: rsa<5,>=3.1.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from google-auth<3,>=1.6.3->tensorboard>=2.13.0->nerfstudio==0.3.4) (4.9) Requirement already satisfied: requests-oauthlib>=0.7.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.13.0->nerfstudio==0.3.4) (1.3.1) Requirement already satisfied: parso<0.9.0,>=0.8.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jedi>=0.16->ipython==8.6.0->nerfstudio==0.3.4) (0.8.3) Requirement already satisfied: attrs>=22.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (23.1.0) Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (2023.7.1) Requirement already satisfied: referencing>=0.28.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (0.30.2) Requirement already satisfied: rpds-py>=0.7.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (0.10.3) Collecting nbclient (from myst-nb==0.16.0->nerfstudio==0.3.4) Downloading nbclient-0.5.13-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.6/70.6 kB 210.1 MB/s eta 0:00:00 Collecting sqlalchemy<1.5,>=1.3.12 (from jupyter-cache~=0.5.0->myst-nb==0.16.0->nerfstudio==0.3.4) Obtaining dependency information for sqlalchemy<1.5,>=1.3.12 from https://files.pythonhosted.org/packages/1b/21/3aa5406575603c15a9eb1e76d5f6a7c7d29682eedb9f643a43e54e8c4f29/SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) Collecting tabulate (from jupyter-cache~=0.5.0->myst-nb==0.16.0->nerfstudio==0.3.4) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Requirement already satisfied: platformdirs>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-core>=4.7->nbconvert==7.2.5->nerfstudio==0.3.4) (3.10.0) Requirement already satisfied: anyio>=3.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (4.0.0) Requirement already satisfied: argon2-cffi in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (23.1.0) Requirement already satisfied: jupyter-client>=7.4.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (8.3.1) Requirement already satisfied: jupyter-events>=0.6.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.7.0) Requirement already satisfied: jupyter-server-terminals in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.4.4) Requirement already satisfied: overrides in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (7.4.0) Requirement already satisfied: prometheus-client in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.17.1) Requirement already satisfied: pyzmq>=24 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (25.1.1) Requirement already satisfied: send2trash>=1.8.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (1.8.2) Requirement already satisfied: terminado>=0.8.3 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.17.1) Requirement already satisfied: json5>=0.9.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyterlab-server<3,>=2.19.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.9.14) Requirement already satisfied: mdurl~=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from markdown-it-py>=2.2.0->rich>=12.5.1->nerfstudio==0.3.4) (0.1.2) Collecting markdown-it-py>=2.2.0 (from rich>=12.5.1->nerfstudio==0.3.4) Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 206.6 MB/s eta 0:00:00 Collecting mdit-py-plugins~=0.3.1 (from myst-parser~=0.18.0->myst-nb==0.16.0->nerfstudio==0.3.4) Downloading mdit_py_plugins-0.3.5-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.1/52.1 kB 160.6 MB/s eta 0:00:00 Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from pandas>=1.0->open3d>=0.16.0->nerfstudio==0.3.4) (2023.3.post1) Requirement already satisfied: tzdata>=2022.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from pandas>=1.0->open3d>=0.16.0->nerfstudio==0.3.4) (2023.3) Requirement already satisfied: ptyprocess>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from pexpect>4.3->ipython==8.6.0->nerfstudio==0.3.4) (0.7.0) Requirement already satisfied: wcwidth in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from prompt-toolkit<3.1.0,>3.0.1->ipython==8.6.0->nerfstudio==0.3.4) (0.2.6) Requirement already satisfied: simple-websocket>=0.10.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from python-engineio>=4.7.0->python-socketio>=5.7.1->nerfstudio==0.3.4) (0.10.1) Requirement already satisfied: joblib>=1.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from scikit-learn->nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (1.3.2) Requirement already satisfied: threadpoolctl>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from scikit-learn->nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (3.2.0) Requirement already satisfied: lxml in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from yourdfpy>=0.0.53->viser==0.1.3->nerfstudio==0.3.4) (4.9.3) Requirement already satisfied: soupsieve>1.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from beautifulsoup4->furo==2022.09.29->nerfstudio==0.3.4) (2.5) Requirement already satisfied: webencodings in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from bleach->nbconvert==7.2.5->nerfstudio==0.3.4) (0.5.1) Requirement already satisfied: termcolor in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from fire->nuscenes-devkit>=1.1.1->nerfstudio==0.3.4) (2.3.0) Requirement already satisfied: debugpy>=1.6.5 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from ipykernel->myst-nb==0.16.0->nerfstudio==0.3.4) (1.8.0) Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests->nerfstudio==0.3.4) (1.7.1) Requirement already satisfied: executing>=1.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from stack-data->ipython==8.6.0->nerfstudio==0.3.4) (1.2.0) Requirement already satisfied: asttokens>=2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from stack-data->ipython==8.6.0->nerfstudio==0.3.4) (2.4.0) Requirement already satisfied: pure-eval in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from stack-data->ipython==8.6.0->nerfstudio==0.3.4) (0.2.2) Requirement already satisfied: mpmath>=0.19 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from sympy->torch>=1.13.1->nerfstudio==0.3.4) (1.3.0) Requirement already satisfied: sniffio>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (1.3.0) Requirement already satisfied: exceptiongroup>=1.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (1.1.3) Requirement already satisfied: itsdangerous>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from Flask<2.3.0,>=1.0.4->dash>=2.6.0->open3d>=0.16.0->nerfstudio==0.3.4) (2.1.2) Requirement already satisfied: smmap<6,>=3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb>=0.13.3->nerfstudio==0.3.4) (5.0.1) Requirement already satisfied: python-json-logger>=2.0.4 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (2.0.7) Requirement already satisfied: rfc3339-validator in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.1.4) Requirement already satisfied: rfc3986-validator>=0.1.1 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (0.1.1) Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard>=2.13.0->nerfstudio==0.3.4) (0.5.0) Requirement already satisfied: oauthlib>=3.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.13.0->nerfstudio==0.3.4) (3.2.2) Requirement already satisfied: wsproto in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from simple-websocket>=0.10.0->python-engineio>=4.7.0->python-socketio>=5.7.1->nerfstudio==0.3.4) (1.2.0) Collecting greenlet!=0.4.17 (from sqlalchemy<1.5,>=1.3.12->jupyter-cache~=0.5.0->myst-nb==0.16.0->nerfstudio==0.3.4) Downloading greenlet-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (610 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 610.9/610.9 kB 252.6 MB/s eta 0:00:00 Requirement already satisfied: mapbox-earcut in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (1.0.1) Requirement already satisfied: chardet in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (5.2.0) Requirement already satisfied: embreex in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (2.17.7.post3) Requirement already satisfied: xxhash in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (3.3.0) Requirement already satisfied: svg.path in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (6.3) Requirement already satisfied: pycollada in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (0.7.2) Requirement already satisfied: rtree in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (1.0.1) Requirement already satisfied: colorlog in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from trimesh>=3.20.2->nerfstudio==0.3.4) (6.7.0) Requirement already satisfied: argon2-cffi-bindings in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab>=3.3.4->nerfstudio==0.3.4) (21.2.0) Requirement already satisfied: fqdn in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (1.5.1) Requirement already satisfied: isoduration in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (20.11.0) Requirement already satisfied: jsonpointer>1.13 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (2.4) Requirement already satisfied: uri-template in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (1.3.0) Requirement already satisfied: webcolors>=1.11 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (1.13) Requirement already satisfied: h11<1,>=0.9.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from wsproto->simple-websocket>=0.10.0->python-engineio>=4.7.0->python-socketio>=5.7.1->nerfstudio==0.3.4) (0.14.0) Requirement already satisfied: arrow>=0.15.0 in /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/envs/latest/lib/python3.9/site-packages (from isoduration->jsonschema>=2.6->nbformat==5.5.0->nerfstudio==0.3.4) (1.2.3) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading SQLAlchemy-1.4.49-cp39-cp39-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 249.4 MB/s eta 0:00:00 Building wheels for collected packages: sphinxemoji, nerfstudio 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=acd71689cc15050cf87e78e0637831f4b276e0a865ee8db6beea9d1b85513929 Stored in directory: /tmp/pip-ephem-wheel-cache-m9c72lgx/wheels/2b/12/1c/c58487270d860c94a2f2274555f1d04471343295f738458e8e Building wheel for nerfstudio (pyproject.toml): started Building wheel for nerfstudio (pyproject.toml): finished with status 'done' Created wheel for nerfstudio: filename=nerfstudio-0.3.4-py3-none-any.whl size=500410 sha256=a4755d0e8d7b15bdc9fb61b75a49e1093c97ad612f6ce13236ba8256014fe158 Stored in directory: /tmp/pip-ephem-wheel-cache-m9c72lgx/wheels/c8/91/b0/7f7ff34b1a62c9efcbfde0fe5731daa6bac609a8b4f64f60f5 Successfully built sphinxemoji nerfstudio Installing collected packages: mistune, tabulate, readthedocs-sphinx-search, markdown-it-py, greenlet, sqlalchemy, mdit-py-plugins, ipython, nbformat, open3d, nbclient, nbconvert, jupyter-cache, sphinx, sphinx-togglebutton, sphinx-basic-ng, myst-parser, sphinxext-opengraph, sphinxemoji, sphinx-design, sphinx-copybutton, sphinx-argparse, nerfstudio, myst-nb, furo Attempting uninstall: mistune Found existing installation: mistune 3.0.1 Uninstalling mistune-3.0.1: Successfully uninstalled mistune-3.0.1 Attempting uninstall: markdown-it-py Found existing installation: markdown-it-py 3.0.0 Uninstalling markdown-it-py-3.0.0: Successfully uninstalled markdown-it-py-3.0.0 Attempting uninstall: ipython Found existing installation: ipython 8.15.0 Uninstalling ipython-8.15.0: Successfully uninstalled ipython-8.15.0 Attempting uninstall: nbformat Found existing installation: nbformat 5.7.0 Uninstalling nbformat-5.7.0: Successfully uninstalled nbformat-5.7.0 Attempting uninstall: open3d Found existing installation: open3d 0.17.0 Uninstalling open3d-0.17.0: Successfully uninstalled open3d-0.17.0 Attempting uninstall: nbclient Found existing installation: nbclient 0.8.0 Uninstalling nbclient-0.8.0: Successfully uninstalled nbclient-0.8.0 Attempting uninstall: nbconvert Found existing installation: nbconvert 7.8.0 Uninstalling nbconvert-7.8.0: Successfully uninstalled nbconvert-7.8.0 Attempting uninstall: sphinx Found existing installation: Sphinx 7.2.6 Uninstalling Sphinx-7.2.6: Successfully uninstalled Sphinx-7.2.6 Attempting uninstall: nerfstudio Found existing installation: nerfstudio 0.3.4 Uninstalling nerfstudio-0.3.4: Successfully uninstalled nerfstudio-0.3.4 Successfully installed furo-2022.9.29 greenlet-2.0.2 ipython-8.6.0 jupyter-cache-0.5.0 markdown-it-py-2.2.0 mdit-py-plugins-0.3.5 mistune-2.0.5 myst-nb-0.16.0 myst-parser-0.18.1 nbclient-0.5.13 nbconvert-7.2.5 nbformat-5.5.0 nerfstudio-0.3.4 open3d-0.16.0 readthedocs-sphinx-search-0.1.2 sphinx-5.2.1 sphinx-argparse-0.3.1 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.0 sphinx-design-0.2.0 sphinx-togglebutton-0.3.2 sphinxemoji-0.2.0 sphinxext-opengraph-0.6.3 sqlalchemy-1.4.49 tabulate-0.9.0 [rtd-command-info] start-time: 2023-09-25T15:42:17.578174Z, end-time: 2023-09-25T15:42:17.636571Z, duration: 0, exit-code: 0 cat docs/conf.py # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os import sys sys.path.insert(0, os.path.abspath("..")) sys.path.append(os.path.abspath("./_pygments")) # -- Project information ----------------------------------------------------- project = "nerfstudio" copyright = "2022, nerfstudio Team" author = "nerfstudio Team" # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ "sphinxarg.ext", "sphinx.ext.duration", "sphinx.ext.doctest", "sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinxemoji.sphinxemoji", "myst_nb", "sphinx.ext.napoleon", "sphinx_copybutton", "sphinx_design", "sphinx.ext.mathjax", "sphinxext.opengraph", "sphinx.ext.viewcode", ] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] suppress_warnings = ["myst.header"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # 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"] # Needed for interactive plotly in notebooks html_js_files = [ "require.min.js", "custom.js", ] # -- MYST configs ----------------------------------------------------------- # To enable admonitions: myst_enable_extensions = ["amsmath", "colon_fence", "deflist", "dollarmath", "html_image", "substitution"] # -- Options for open graph ------------------------------------------------- ogp_site_url = "http://docs.nerf.studio/" ogp_image = "https://assets.nerf.studio/opg.png" # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = "furo" html_title = "nerfstudio" autosectionlabel_prefix_document = True html_theme_options = { "light_css_variables": { "color-brand-primary": "#d34600", "color-brand-content": "#ff6f00", }, "dark_css_variables": { "color-brand-primary": "#fdd06c", "color-brand-content": "##fea96a", }, "light_logo": "imgs/logo.png", "dark_logo": "imgs/logo-dark.png", } # -- Code block theme -------------------------------------------------------- pygments_style = "style.NerfstudioStyleLight" pygments_dark_style = "style.NerfstudioStyleDark" # -- Napoleon settings ------------------------------------------------------- # Settings for parsing non-sphinx style docstrings. We use Google style in this # project. napoleon_google_docstring = True napoleon_numpy_docstring = False napoleon_include_init_with_doc = False napoleon_include_private_with_doc = False napoleon_include_special_with_doc = True napoleon_use_admonition_for_examples = False napoleon_use_admonition_for_notes = False napoleon_use_admonition_for_references = False napoleon_use_ivar = False napoleon_use_param = True napoleon_use_rtype = True napoleon_preprocess_types = False napoleon_type_aliases = None napoleon_attr_annotations = True # -- MYSTNB ----------------------------------------------------------------- suppress_warnings = ["mystnb.unknown_mime_type", "myst.header"] nb_execution_mode = "off" ########################################################################### # 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/"), ("v0.2.2", "/en/v0.2.2/"), ("v0.2.1", "/en/v0.2.1/"), ("v0.1.19", "/en/v0.1.19/"), ("v0.1.18", "/en/v0.1.18/"), ("v0.1.17", "/en/v0.1.17/"), ("v0.1.16", "/en/v0.1.16/"), ("v0.1.15", "/en/v0.1.15/"), ("v0.1.14", "/en/v0.1.14/"), ("v0.1.12", "/en/v0.1.12/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'plenoptix-nerfstudio', 'name': u'nerfstudio', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'G-YCM80SMMXZ', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'nerfstudio-project', 'proxied_api_host': '/_', 'github_repo': 'nerfstudio', '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-YCM80SMMXZ', 'global_analytics_code': 'UA-17997319-2', 'commit': '2864c526', } # 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/plenoptix-nerfstudio/builds/1740804/' 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-09-25T15:42:18.329820Z, end-time: 2023-09-25T15:44:04.578180Z, duration: 106, exit-code: 0 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v5.2.1 making output directory... done myst v0.18.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=['amsmath', 'colon_fence', 'deflist', 'dollarmath', 'html_image', 'substitution'], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), 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') myst-nb v0.16.0: NbParserConfig(custom_formats={}, metadata_key='mystnb', cell_metadata_key='mystnb', kernel_rgx_aliases={}, execution_mode='off', execution_cache_path='', execution_excludepatterns=(), execution_timeout=30, execution_in_temp=False, execution_allow_errors=False, execution_raise_on_error=False, execution_show_tb=False, merge_streams=False, render_plugin='default', remove_code_source=False, remove_code_outputs=False, number_source_lines=False, output_stderr='show', render_text_lexer='myst-ansi', render_error_lexer='ipythontb', render_image_options={}, render_figure_options={}, render_markdown_format='commonmark', output_folder='build', append_css=True, metadata_to_fm=False) Using jupyter-cache at: /home/docs/checkouts/readthedocs.org/user_builds/plenoptix-nerfstudio/checkouts/latest/_readthedocs/.jupyter_cache building [mo]: targets for 0 po files that are out of date building [html]: targets for 83 source files that are out of date updating environment: [new config] 83 added, 0 changed, 0 removed reading sources... [ 1%] developer_guides/config reading sources... [ 2%] developer_guides/debugging_tools/benchmarking reading sources... [ 3%] developer_guides/debugging_tools/index reading sources... [ 4%] developer_guides/debugging_tools/local_logger reading sources... [ 6%] developer_guides/debugging_tools/profiling reading sources... [ 7%] developer_guides/new_methods reading sources... [ 8%] developer_guides/pipelines/datamanagers reading sources... [ 9%] developer_guides/pipelines/dataparsers reading sources... [ 10%] developer_guides/pipelines/fields reading sources... [ 12%] developer_guides/pipelines/index reading sources... [ 13%] developer_guides/pipelines/models reading sources... [ 14%] developer_guides/pipelines/pipelines reading sources... [ 15%] developer_guides/viewer/custom_gui reading sources... [ 16%] developer_guides/viewer/index reading sources... [ 18%] developer_guides/viewer/local_viewer reading sources... [ 19%] developer_guides/viewer/viewer_control reading sources... [ 20%] extensions/blender_addon reading sources... [ 21%] extensions/sdfstudio reading sources... [ 22%] extensions/unreal_engine reading sources... [ 24%] index reading sources... [ 25%] nerfology/methods/generfacto reading sources... [ 26%] nerfology/methods/in2n reading sources... [ 27%] nerfology/methods/index reading sources... [ 28%] nerfology/methods/instant_ngp reading sources... [ 30%] nerfology/methods/kplanes reading sources... [ 31%] nerfology/methods/lerf reading sources... [ 32%] nerfology/methods/mipnerf reading sources... [ 33%] nerfology/methods/nerf reading sources... [ 34%] nerfology/methods/nerfacto reading sources... [ 36%] nerfology/methods/nerfbusters reading sources... [ 37%] nerfology/methods/nerfplayer reading sources... [ 38%] nerfology/methods/tensorf reading sources... [ 39%] nerfology/methods/tetranerf reading sources... [ 40%] nerfology/model_components/index reading sources... [ 42%] nerfology/model_components/visualize_cameras reading sources... [ 43%] nerfology/model_components/visualize_encoders reading sources... [ 44%] nerfology/model_components/visualize_samplers reading sources... [ 45%] nerfology/model_components/visualize_samples reading sources... [ 46%] nerfology/model_components/visualize_spatial_distortions reading sources... [ 48%] quickstart/custom_dataset reading sources... [ 49%] quickstart/data_conventions reading sources... [ 50%] quickstart/export_geometry reading sources... [ 51%] quickstart/first_nerf reading sources... [ 53%] quickstart/installation reading sources... [ 54%] quickstart/viewer_quickstart reading sources... [ 55%] reference/api/cameras reading sources... [ 56%] reference/api/config reading sources... [ 57%] reference/api/data/datamanagers Matplotlib is building the font cache; this may take a moment. reading sources... [ 59%] reference/api/data/dataparsers reading sources... [ 60%] reference/api/data/datasets reading sources... [ 61%] reference/api/data/index reading sources... [ 62%] reference/api/data/utils reading sources... [ 63%] reference/api/field_components/embeddings reading sources... [ 65%] reference/api/field_components/encodings reading sources... [ 66%] reference/api/field_components/field_heads reading sources... [ 67%] reference/api/field_components/index reading sources... [ 68%] reference/api/field_components/mlp reading sources... [ 69%] reference/api/field_components/spatial_distortions reading sources... [ 71%] reference/api/fields reading sources... [ 72%] reference/api/index reading sources... [ 73%] reference/api/model_components/index reading sources... [ 74%] reference/api/model_components/losses reading sources... [ 75%] reference/api/model_components/ray_sampler reading sources... [ 77%] reference/api/model_components/renderers reading sources... [ 78%] reference/api/models reading sources... [ 79%] reference/api/optimizers reading sources... [ 80%] reference/api/plugins reading sources... [ 81%] reference/api/utils/colormaps reading sources... [ 83%] reference/api/utils/colors reading sources... [ 84%] reference/api/utils/index reading sources... [ 85%] reference/api/utils/math reading sources... [ 86%] reference/api/utils/tensor_dataclass reading sources... [ 87%] reference/api/viewer reading sources... [ 89%] reference/cli/index reading sources... [ 90%] reference/cli/ns_download_data reading sources... [ 91%] reference/cli/ns_eval reading sources... [ 92%] reference/cli/ns_export reading sources... [ 93%] reference/cli/ns_install_cli reading sources... [ 95%] reference/cli/ns_process_data reading sources... [ 96%] reference/cli/ns_render reading sources... [ 97%] reference/cli/ns_train reading sources... [ 98%] reference/cli/ns_viewer reading sources... [100%] reference/contributing looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] developer_guides/config writing output... [ 2%] developer_guides/debugging_tools/benchmarking writing output... [ 3%] developer_guides/debugging_tools/index writing output... [ 4%] developer_guides/debugging_tools/local_logger writing output... [ 6%] developer_guides/debugging_tools/profiling writing output... [ 7%] developer_guides/new_methods writing output... [ 8%] developer_guides/pipelines/datamanagers writing output... [ 9%] developer_guides/pipelines/dataparsers writing output... [ 10%] developer_guides/pipelines/fields writing output... [ 12%] developer_guides/pipelines/index writing output... [ 13%] developer_guides/pipelines/models writing output... [ 14%] developer_guides/pipelines/pipelines writing output... [ 15%] developer_guides/viewer/custom_gui writing output... [ 16%] developer_guides/viewer/index writing output... [ 18%] developer_guides/viewer/local_viewer writing output... [ 19%] developer_guides/viewer/viewer_control writing output... [ 20%] extensions/blender_addon writing output... [ 21%] extensions/sdfstudio writing output... [ 22%] extensions/unreal_engine writing output... [ 24%] index writing output... [ 25%] nerfology/methods/generfacto writing output... [ 26%] nerfology/methods/in2n writing output... [ 27%] nerfology/methods/index writing output... [ 28%] nerfology/methods/instant_ngp writing output... [ 30%] nerfology/methods/kplanes writing output... [ 31%] nerfology/methods/lerf writing output... [ 32%] nerfology/methods/mipnerf writing output... [ 33%] nerfology/methods/nerf writing output... [ 34%] nerfology/methods/nerfacto writing output... [ 36%] nerfology/methods/nerfbusters writing output... [ 37%] nerfology/methods/nerfplayer writing output... [ 38%] nerfology/methods/tensorf writing output... [ 39%] nerfology/methods/tetranerf writing output... [ 40%] nerfology/model_components/index writing output... [ 42%] nerfology/model_components/visualize_cameras writing output... [ 43%] nerfology/model_components/visualize_encoders writing output... [ 44%] nerfology/model_components/visualize_samplers writing output... [ 45%] nerfology/model_components/visualize_samples writing output... [ 46%] nerfology/model_components/visualize_spatial_distortions writing output... [ 48%] quickstart/custom_dataset writing output... [ 49%] quickstart/data_conventions writing output... [ 50%] quickstart/export_geometry writing output... [ 51%] quickstart/first_nerf writing output... [ 53%] quickstart/installation writing output... [ 54%] quickstart/viewer_quickstart writing output... [ 55%] reference/api/cameras writing output... [ 56%] reference/api/config writing output... [ 57%] reference/api/data/datamanagers writing output... [ 59%] reference/api/data/dataparsers writing output... [ 60%] reference/api/data/datasets writing output... [ 61%] reference/api/data/index writing output... [ 62%] reference/api/data/utils writing output... [ 63%] reference/api/field_components/embeddings writing output... [ 65%] reference/api/field_components/encodings writing output... [ 66%] reference/api/field_components/field_heads writing output... [ 67%] reference/api/field_components/index writing output... [ 68%] reference/api/field_components/mlp writing output... [ 69%] reference/api/field_components/spatial_distortions writing output... [ 71%] reference/api/fields writing output... [ 72%] reference/api/index writing output... [ 73%] reference/api/model_components/index writing output... [ 74%] reference/api/model_components/losses writing output... [ 75%] reference/api/model_components/ray_sampler writing output... [ 77%] reference/api/model_components/renderers writing output... [ 78%] reference/api/models writing output... [ 79%] reference/api/optimizers writing output... [ 80%] reference/api/plugins writing output... [ 81%] reference/api/utils/colormaps writing output... [ 83%] reference/api/utils/colors writing output... [ 84%] reference/api/utils/index writing output... [ 85%] reference/api/utils/math writing output... [ 86%] reference/api/utils/tensor_dataclass writing output... [ 87%] reference/api/viewer writing output... [ 89%] reference/cli/index writing output... [ 90%] reference/cli/ns_download_data writing output... [ 91%] reference/cli/ns_eval writing output... [ 92%] reference/cli/ns_export writing output... [ 93%] reference/cli/ns_install_cli writing output... [ 95%] reference/cli/ns_process_data writing output... [ 96%] reference/cli/ns_render writing output... [ 97%] reference/cli/ns_train writing output... [ 98%] reference/cli/ns_viewer writing output... [100%] reference/contributing generating indices... genindex py-modindex done highlighting module code... [ 1%] nerfstudio.cameras.camera_optimizers highlighting module code... [ 3%] nerfstudio.cameras.camera_paths highlighting module code... [ 4%] nerfstudio.cameras.camera_utils highlighting module code... [ 6%] nerfstudio.cameras.cameras highlighting module code... [ 7%] nerfstudio.cameras.lie_groups highlighting module code... [ 9%] nerfstudio.cameras.rays highlighting module code... [ 11%] nerfstudio.configs.base_config highlighting module code... [ 12%] nerfstudio.data.datamanagers.base_datamanager highlighting module code... [ 14%] nerfstudio.data.dataparsers.arkitscenes_dataparser highlighting module code... [ 15%] nerfstudio.data.dataparsers.base_dataparser highlighting module code... [ 17%] nerfstudio.data.dataparsers.blender_dataparser highlighting module code... [ 19%] nerfstudio.data.dataparsers.dnerf_dataparser highlighting module code... [ 20%] nerfstudio.data.dataparsers.dycheck_dataparser highlighting module code... [ 22%] nerfstudio.data.dataparsers.instant_ngp_dataparser highlighting module code... [ 23%] nerfstudio.data.dataparsers.minimal_dataparser highlighting module code... [ 25%] nerfstudio.data.dataparsers.nerfosr_dataparser highlighting module code... [ 26%] nerfstudio.data.dataparsers.nerfstudio_dataparser highlighting module code... [ 28%] nerfstudio.data.dataparsers.nuscenes_dataparser highlighting module code... [ 30%] nerfstudio.data.dataparsers.phototourism_dataparser highlighting module code... [ 31%] nerfstudio.data.dataparsers.scannet_dataparser highlighting module code... [ 33%] nerfstudio.data.dataparsers.sdfstudio_dataparser highlighting module code... [ 34%] nerfstudio.data.dataparsers.sitcoms3d_dataparser highlighting module code... [ 36%] nerfstudio.data.datasets.base_dataset highlighting module code... [ 38%] nerfstudio.data.datasets.sdf_dataset highlighting module code... [ 39%] nerfstudio.data.datasets.semantic_dataset highlighting module code... [ 41%] nerfstudio.data.pixel_samplers highlighting module code... [ 42%] nerfstudio.data.scene_box highlighting module code... [ 44%] nerfstudio.data.utils.colmap_parsing_utils highlighting module code... [ 46%] nerfstudio.data.utils.data_utils highlighting module code... [ 47%] nerfstudio.data.utils.dataloaders highlighting module code... [ 49%] nerfstudio.data.utils.nerfstudio_collate highlighting module code... [ 50%] nerfstudio.engine.callbacks highlighting module code... [ 52%] nerfstudio.engine.optimizers highlighting module code... [ 53%] nerfstudio.engine.schedulers highlighting module code... [ 55%] nerfstudio.engine.trainer highlighting module code... [ 57%] nerfstudio.field_components.embedding highlighting module code... [ 58%] nerfstudio.field_components.encodings highlighting module code... [ 60%] nerfstudio.field_components.field_heads highlighting module code... [ 61%] nerfstudio.field_components.mlp highlighting module code... [ 63%] nerfstudio.field_components.spatial_distortions highlighting module code... [ 65%] nerfstudio.fields.base_field highlighting module code... [ 66%] nerfstudio.fields.density_fields highlighting module code... [ 68%] nerfstudio.fields.nerfacto_field highlighting module code... [ 69%] nerfstudio.fields.nerfw_field highlighting module code... [ 71%] nerfstudio.fields.sdf_field highlighting module code... [ 73%] nerfstudio.fields.semantic_nerf_field highlighting module code... [ 74%] nerfstudio.fields.tensorf_field highlighting module code... [ 76%] nerfstudio.fields.vanilla_nerf_field highlighting module code... [ 77%] nerfstudio.model_components.losses highlighting module code... [ 79%] nerfstudio.model_components.ray_samplers highlighting module code... [ 80%] nerfstudio.model_components.renderers highlighting module code... [ 82%] nerfstudio.models.base_model highlighting module code... [ 84%] nerfstudio.models.instant_ngp highlighting module code... [ 85%] nerfstudio.models.semantic_nerfw highlighting module code... [ 87%] nerfstudio.models.vanilla_nerf highlighting module code... [ 88%] nerfstudio.plugins.registry highlighting module code... [ 90%] nerfstudio.plugins.registry_dataparser highlighting module code... [ 92%] nerfstudio.plugins.types highlighting module code... [ 93%] nerfstudio.utils.colormaps highlighting module code... [ 95%] nerfstudio.utils.colors highlighting module code... [ 96%] nerfstudio.utils.math highlighting module code... [ 98%] nerfstudio.utils.tensor_dataclass highlighting module code... [100%] nerfstudio.viewer.server.viewer_elements writing additional pages... search done copying images... [ 1%] developer_guides/pipelines/imgs/pipeline_datamanager-light.png copying images... [ 3%] developer_guides/pipelines/imgs/pipeline_datamanager-dark.png copying images... [ 5%] developer_guides/pipelines/imgs/pipeline_parser-light.png copying images... [ 6%] developer_guides/pipelines/imgs/pipeline_parser-dark.png copying images... [ 8%] developer_guides/pipelines/imgs/pipeline_field-light.png copying images... [ 10%] developer_guides/pipelines/imgs/pipeline_field-dark.png copying images... [ 12%] developer_guides/pipelines/imgs/pipeline_overview-light.png copying images... [ 13%] developer_guides/pipelines/imgs/pipeline_overview-dark.png copying images... [ 15%] developer_guides/pipelines/imgs/pipeline_model-light.png copying images... [ 17%] developer_guides/pipelines/imgs/pipeline_model-dark.png copying images... [ 18%] developer_guides/pipelines/imgs/pipeline_pipeline-light.png copying images... [ 20%] developer_guides/pipelines/imgs/pipeline_pipeline-dark.png copying images... [ 22%] developer_guides/viewer/imgs/custom_controls.png copying images... [ 24%] extensions/imgs/sdfstudio_overview.svg copying images... [ 25%] extensions/imgs/desolation_unreal.png copying images... [ 27%] extensions/imgs/export_nvol.png copying images... [ 29%] extensions/imgs/nvol_ready.png copying images... [ 31%] _static/imgs/logo.png copying images... [ 32%] _static/imgs/logo-dark.png copying images... [ 34%] _static/imgs/luma_light.png copying images... [ 36%] _static/imgs/luma_dark.png copying images... [ 37%] _static/imgs/bair_light.png copying images... [ 39%] _static/imgs/bair_dark.png copying images... [ 41%] nerfology/methods/imgs/ingp/hash_figure.png copying images... [ 43%] nerfology/methods/imgs/mipnerf/models_mipnerf_pipeline-light.png copying images... [ 44%] nerfology/methods/imgs/mipnerf/models_mipnerf_pipeline-dark.png copying images... [ 46%] nerfology/methods/imgs/mipnerf/models_mipnerf_field-light.png copying images... [ 48%] nerfology/methods/imgs/mipnerf/models_mipnerf_field-dark.png copying images... [ 50%] nerfology/methods/imgs/models_nerf-pipeline-light.png copying images... [ 51%] nerfology/methods/imgs/models_nerf-pipeline-dark.png copying images... [ 53%] nerfology/methods/imgs/models_nerf-pipeline-field-light.png copying images... [ 55%] nerfology/methods/imgs/models_nerf-pipeline-field-dark.png copying images... [ 56%] nerfology/methods/imgs/models_nerf-field-light.png copying images... [ 58%] nerfology/methods/imgs/models_nerf-field-dark.png copying images... [ 60%] nerfology/methods/imgs/models_nerf-pipeline-renderer-light.png copying images... [ 62%] nerfology/methods/imgs/models_nerf-pipeline-renderer-dark.png copying images... [ 63%] nerfology/methods/imgs/models_nerf-pipeline-sampler-light.png copying images... [ 65%] nerfology/methods/imgs/models_nerf-pipeline-sampler-dark.png copying images... [ 67%] nerfology/methods/imgs/nerfacto/models_nerfacto_pipeline-light.png copying images... [ 68%] nerfology/methods/imgs/nerfacto/models_nerfacto_pipeline-dark.png copying images... [ 70%] nerfology/methods/imgs/nerfacto/models_nerfacto_field-light.png copying images... [ 72%] nerfology/methods/imgs/nerfacto/models_nerfacto_field-dark.png copying images... [ 74%] nerfology/methods/imgs/tensorf/models_tensorf_pipeline.png copying images... [ 75%] nerfology/methods/imgs/tensorf/models_tensorf_factorization.png copying images... [ 77%] nerfology/model_components/imgs/samplers_type-light.png copying images... [ 79%] nerfology/model_components/imgs/samplers_type-dark.png copying images... [ 81%] nerfology/model_components/imgs/samplers_stratified-light.png copying images... [ 82%] nerfology/model_components/imgs/samplers_stratified-dark.png copying images... [ 84%] nerfology/model_components/imgs/frustums.png copying images... [ 86%] nerfology/model_components/imgs/frustums-dark.png copying images... [ 87%] quickstart/imgs/polycam_settings.png copying images... [ 89%] quickstart/imgs/polycam_export.png copying images... [ 91%] quickstart/imgs/kiri_setup.png copying images... [ 93%] quickstart/imgs/kiri_capture.png copying images... [ 94%] quickstart/imgs/record3d_promo.png copying images... [ 96%] quickstart/imgs/record_3d_video_selection.png copying images... [ 98%] quickstart/imgs/record_3d_export_selection.png copying images... [100%] quickstart/imgs/equirect_crop.jpg 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... ====================== slowest reading durations ======================= 47.199 reference/api/data/datamanagers 8.869 reference/api/cameras 2.922 reference/cli/ns_export 1.067 reference/api/data/dataparsers 0.992 reference/api/models build succeeded. The HTML pages are in ../_readthedocs/html.