Skip to content

Instantly share code, notes, and snippets.

@jwmatthews
Created July 18, 2024 20:16
Show Gist options
  • Save jwmatthews/333a849213830973e7f242c0504a7874 to your computer and use it in GitHub Desktop.
Save jwmatthews/333a849213830973e7f242c0504a7874 to your computer and use it in GitHub Desktop.
$ time ./build.sh
STEP 1/11: FROM registry.access.redhat.com/ubi9/python-312:latest
STEP 2/11: USER 0
--> Using cache c1b29eb6fadd3b00158398c23ba06a858517c95354511ba352ef139b1c9ed20c
--> c1b29eb6fadd
STEP 3/11: RUN echo -e "[almalinux9-appstream]" "\nname = almalinux9-appstream" "\nbaseurl = https://repo.almalinux.org/almalinux/9/AppStream/\$basearch/os/" "\nenabled = 1" "\ngpgcheck = 0" > /etc/yum.repos.d/almalinux.repo
--> Using cache 6fe526905a6090e01cf0a68bc0e87bc86a355413f5e5a95e17e2f9fdf4b25399
--> 6fe526905a60
STEP 4/11: RUN dnf -y install postgresql && dnf clean all
--> Using cache 9da24e1228a86ae580fc122634acbde8c77b939762c298dc8eccda9770beb99f
--> 9da24e1228a8
STEP 5/11: USER 1001
--> Using cache f6a4947e0a0458ca148ae5b99f5416bafe7df06d3654ea4d95e01c6cb2eee781
--> f6a4947e0a04
STEP 6/11: COPY --chown=1001:1001 . /kai
--> Using cache 84c52e1cb3966f8db655d4a0fd9b5e501261194ab0e0795660ff32e8040a6ecf
--> 84c52e1cb396
STEP 7/11: RUN pip install --no-cache -r /kai/requirements.txt
Ignoring aiohttp: markers 'python_version < "3.12"' don't match your environment
Ignoring nvidia-cublas-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cuda-cupti-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cuda-nvrtc-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cuda-runtime-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cudnn-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cufft-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-curand-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cusolver-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-cusparse-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-nccl-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-nvjitlink-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring nvidia-nvtx-cu12: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring setuptools: markers 'sys_platform == "darwin"' don't match your environment
Ignoring triton: markers 'sys_platform != "darwin" and platform_machine == "x86_64"' don't match your environment
Ignoring wheel: markers 'sys_platform == "darwin"' don't match your environment
Collecting vcrpy (from -r /kai/requirements.txt (line 196))
Cloning https://github.com/fabianvf/vcrpy.git (to revision httpx-async-threadpool) to /tmp/pip-install-6z6b_cy1/vcrpy_86861ecd9a124cf2a8f2530e79a16ba9
Running command git clone --filter=blob:none --quiet https://github.com/fabianvf/vcrpy.git /tmp/pip-install-6z6b_cy1/vcrpy_86861ecd9a124cf2a8f2530e79a16ba9
Running command git checkout -b httpx-async-threadpool --track origin/httpx-async-threadpool
Switched to a new branch 'httpx-async-threadpool'
branch 'httpx-async-threadpool' set up to track 'origin/httpx-async-threadpool'.
Resolved https://github.com/fabianvf/vcrpy.git to commit db764f025eaad9459e1553da36fd71400a0c9849
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting aiohttp==3.9.3 (from -r /kai/requirements.txt (line 2))
Obtaining dependency information for aiohttp==3.9.3 from https://files.pythonhosted.org/packages/e9/18/64c65a8ead659bae24a47a8197195be4340f26260e4363bd4924346b9343/aiohttp-3.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading aiohttp-3.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.4 kB)
Collecting aiolimiter==1.1.0 (from -r /kai/requirements.txt (line 3))
Obtaining dependency information for aiolimiter==1.1.0 from https://files.pythonhosted.org/packages/60/69/4b7dea755fafa10b248928da836a2cc8b5cff0762f363234e24218040f8e/aiolimiter-1.1.0-py3-none-any.whl.metadata
Downloading aiolimiter-1.1.0-py3-none-any.whl.metadata (4.5 kB)
Collecting aiosignal==1.3.1 (from -r /kai/requirements.txt (line 4))
Obtaining dependency information for aiosignal==1.3.1 from https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl.metadata
Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting annotated-types==0.6.0 (from -r /kai/requirements.txt (line 5))
Obtaining dependency information for annotated-types==0.6.0 from https://files.pythonhosted.org/packages/28/78/d31230046e58c207284c6b2c4e8d96e6d3cb4e52354721b944d3e1ee4aa5/annotated_types-0.6.0-py3-none-any.whl.metadata
Downloading annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting ansi2html==1.8.0 (from -r /kai/requirements.txt (line 6))
Obtaining dependency information for ansi2html==1.8.0 from https://files.pythonhosted.org/packages/e6/7f/ff656e2c8e83873122cc22d345fb68f82a005f19848b04e53e49361ac547/ansi2html-1.8.0-py3-none-any.whl.metadata
Downloading ansi2html-1.8.0-py3-none-any.whl.metadata (3.0 kB)
Collecting anyio==3.7.1 (from -r /kai/requirements.txt (line 7))
Obtaining dependency information for anyio==3.7.1 from https://files.pythonhosted.org/packages/19/24/44299477fe7dcc9cb58d0a57d5a7588d6af2ff403fdd2d47a246c91a3246/anyio-3.7.1-py3-none-any.whl.metadata
Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
Collecting appnope==0.1.3 (from -r /kai/requirements.txt (line 8))
Obtaining dependency information for appnope==0.1.3 from https://files.pythonhosted.org/packages/41/4a/381783f26df413dde4c70c734163d88ca0550a1361cb74a1c68f47550619/appnope-0.1.3-py2.py3-none-any.whl.metadata
Downloading appnope-0.1.3-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting argon2-cffi==23.1.0 (from -r /kai/requirements.txt (line 9))
Obtaining dependency information for argon2-cffi==23.1.0 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 argon2-cffi-bindings==21.2.0 (from -r /kai/requirements.txt (line 10))
Obtaining dependency information for argon2-cffi-bindings==21.2.0 from https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB)
Collecting arrow==1.3.0 (from -r /kai/requirements.txt (line 11))
Obtaining dependency information for arrow==1.3.0 from https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl.metadata
Downloading arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting asgiref==3.7.2 (from -r /kai/requirements.txt (line 12))
Obtaining dependency information for asgiref==3.7.2 from https://files.pythonhosted.org/packages/9b/80/b9051a4a07ad231558fcd8ffc89232711b4e618c15cb7a392a17384bbeef/asgiref-3.7.2-py3-none-any.whl.metadata
Downloading asgiref-3.7.2-py3-none-any.whl.metadata (9.2 kB)
Collecting asttokens==2.4.1 (from -r /kai/requirements.txt (line 13))
Obtaining dependency information for asttokens==2.4.1 from https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl.metadata
Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting astunparse==1.6.3 (from -r /kai/requirements.txt (line 14))
Obtaining dependency information for astunparse==1.6.3 from https://files.pythonhosted.org/packages/2b/03/13dde6512ad7b4557eb792fbcf0c653af6076b81e5941d36ec61f7ce6028/astunparse-1.6.3-py2.py3-none-any.whl.metadata
Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting async-lru==2.0.4 (from -r /kai/requirements.txt (line 15))
Obtaining dependency information for async-lru==2.0.4 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 async-timeout==4.0.3 (from -r /kai/requirements.txt (line 16))
Obtaining dependency information for async-timeout==4.0.3 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata
Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting attrs==23.1.0 (from -r /kai/requirements.txt (line 17))
Obtaining dependency information for attrs==23.1.0 from https://files.pythonhosted.org/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl.metadata
Downloading attrs-23.1.0-py3-none-any.whl.metadata (11 kB)
Collecting Babel==2.13.1 (from -r /kai/requirements.txt (line 18))
Obtaining dependency information for Babel==2.13.1 from https://files.pythonhosted.org/packages/86/14/5dc2eb02b7cc87b2f95930310a2cc5229198414919a116b564832c747bc1/Babel-2.13.1-py3-none-any.whl.metadata
Downloading Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB)
Collecting backcall==0.2.0 (from -r /kai/requirements.txt (line 19))
Obtaining dependency information for backcall==0.2.0 from https://files.pythonhosted.org/packages/4c/1c/ff6546b6c12603d8dd1070aa3c3d273ad4c07f5771689a7b69a550e8c951/backcall-0.2.0-py2.py3-none-any.whl.metadata
Downloading backcall-0.2.0-py2.py3-none-any.whl.metadata (2.0 kB)
Collecting beautifulsoup4==4.12.2 (from -r /kai/requirements.txt (line 20))
Obtaining dependency information for beautifulsoup4==4.12.2 from https://files.pythonhosted.org/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl.metadata
Downloading beautifulsoup4-4.12.2-py3-none-any.whl.metadata (3.6 kB)
Collecting bleach==6.1.0 (from -r /kai/requirements.txt (line 21))
Obtaining dependency information for bleach==6.1.0 from https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl.metadata
Downloading bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting caikit-nlp-client==0.0.8 (from -r /kai/requirements.txt (line 22))
Obtaining dependency information for caikit-nlp-client==0.0.8 from https://files.pythonhosted.org/packages/f1/0c/94f70b7df6a6c3a72ddfdc59bc3454da7b7b410fd18a2d3f25f9dda580b4/caikit_nlp_client-0.0.8-py3-none-any.whl.metadata
Downloading caikit_nlp_client-0.0.8-py3-none-any.whl.metadata (5.7 kB)
Collecting certifi==2023.7.22 (from -r /kai/requirements.txt (line 23))
Obtaining dependency information for certifi==2023.7.22 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)
Collecting cffi==1.16.0 (from -r /kai/requirements.txt (line 24))
Obtaining dependency information for cffi==1.16.0 from https://files.pythonhosted.org/packages/e4/c7/c09cc6fd1828ea950e60d44e0ef5ed0b7e3396fbfb856e49ca7d629b1408/cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
Collecting charset-normalizer==3.3.1 (from -r /kai/requirements.txt (line 25))
Obtaining dependency information for charset-normalizer==3.3.1 from https://files.pythonhosted.org/packages/bc/91/b90b70780b2481247d53bdd3657487005affa804418cefa5fba303909985/charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (33 kB)
Collecting click==8.1.7 (from -r /kai/requirements.txt (line 26))
Obtaining dependency information for click==8.1.7 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 comm==0.1.4 (from -r /kai/requirements.txt (line 27))
Obtaining dependency information for comm==0.1.4 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 dataclasses-json==0.6.1 (from -r /kai/requirements.txt (line 28))
Obtaining dependency information for dataclasses-json==0.6.1 from https://files.pythonhosted.org/packages/21/1f/1cff009cff64420572b9f75b70e4a054095719179a172297dfdd65843162/dataclasses_json-0.6.1-py3-none-any.whl.metadata
Downloading dataclasses_json-0.6.1-py3-none-any.whl.metadata (24 kB)
Collecting debugpy==1.8.0 (from -r /kai/requirements.txt (line 29))
Obtaining dependency information for debugpy==1.8.0 from https://files.pythonhosted.org/packages/64/59/b9c5dbe60c3a3e4e4bb12b1968aa75e98b99ff8b65273a5e7de75cceef75/debugpy-1.8.0-py2.py3-none-any.whl.metadata
Downloading debugpy-1.8.0-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting decorator==5.1.1 (from -r /kai/requirements.txt (line 30))
Obtaining dependency information for decorator==5.1.1 from https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl.metadata
Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting defusedxml==0.7.1 (from -r /kai/requirements.txt (line 31))
Obtaining dependency information for defusedxml==0.7.1 from https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl.metadata
Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting distro==1.9.0 (from -r /kai/requirements.txt (line 32))
Obtaining dependency information for distro==1.9.0 from https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl.metadata
Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
Collecting execnb==0.1.5 (from -r /kai/requirements.txt (line 33))
Obtaining dependency information for execnb==0.1.5 from https://files.pythonhosted.org/packages/fe/ae/b16271d6cc0775f7b81e13dad9a9136cc0ca597402a2738a0faa8ef9eefa/execnb-0.1.5-py3-none-any.whl.metadata
Downloading execnb-0.1.5-py3-none-any.whl.metadata (3.3 kB)
Collecting executing==2.0.0 (from -r /kai/requirements.txt (line 34))
Obtaining dependency information for executing==2.0.0 from https://files.pythonhosted.org/packages/bb/3f/748594706233e45fd0e6fb57a2fbfe572485009c52b19919d161a0ae5d52/executing-2.0.0-py2.py3-none-any.whl.metadata
Downloading executing-2.0.0-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting fastcore==1.5.29 (from -r /kai/requirements.txt (line 35))
Obtaining dependency information for fastcore==1.5.29 from https://files.pythonhosted.org/packages/39/b8/3059245adb5e4421222aab3852ac7f47d68eba82c8c62b88928ec1c69431/fastcore-1.5.29-py3-none-any.whl.metadata
Downloading fastcore-1.5.29-py3-none-any.whl.metadata (3.5 kB)
Collecting fastjsonschema==2.18.1 (from -r /kai/requirements.txt (line 36))
Obtaining dependency information for fastjsonschema==2.18.1 from https://files.pythonhosted.org/packages/7f/1a/8aad366cf1779351741e5c791ae76dc8b293f72e9448c689cc2e730f06cb/fastjsonschema-2.18.1-py3-none-any.whl.metadata
Downloading fastjsonschema-2.18.1-py3-none-any.whl.metadata (2.0 kB)
Collecting filelock==3.13.1 (from -r /kai/requirements.txt (line 37))
Obtaining dependency information for filelock==3.13.1 from https://files.pythonhosted.org/packages/81/54/84d42a0bee35edba99dee7b59a8d4970eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl.metadata
Downloading filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB)
Collecting fqdn==1.5.1 (from -r /kai/requirements.txt (line 38))
Obtaining dependency information for fqdn==1.5.1 from https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl.metadata
Downloading fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB)
Collecting frozenlist==1.4.0 (from -r /kai/requirements.txt (line 39))
Downloading frozenlist-1.4.0.tar.gz (90 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.7/90.7 kB 2.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'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting fsspec==2024.2.0 (from -r /kai/requirements.txt (line 40))
Obtaining dependency information for fsspec==2024.2.0 from https://files.pythonhosted.org/packages/ad/30/2281c062222dc39328843bd1ddd30ff3005ef8e30b2fd09c4d2792766061/fsspec-2024.2.0-py3-none-any.whl.metadata
Downloading fsspec-2024.2.0-py3-none-any.whl.metadata (6.8 kB)
Collecting ghapi==1.0.4 (from -r /kai/requirements.txt (line 41))
Obtaining dependency information for ghapi==1.0.4 from https://files.pythonhosted.org/packages/60/71/064560201c434c22c9f395878ba0f21f9ede8169e61c1a109f26a377bd5e/ghapi-1.0.4-py3-none-any.whl.metadata
Downloading ghapi-1.0.4-py3-none-any.whl.metadata (13 kB)
Collecting gitdb==4.0.11 (from -r /kai/requirements.txt (line 42))
Obtaining dependency information for gitdb==4.0.11 from https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl.metadata
Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB)
Collecting GitPython==3.1.41 (from -r /kai/requirements.txt (line 43))
Obtaining dependency information for GitPython==3.1.41 from https://files.pythonhosted.org/packages/45/c6/a637a7a11d4619957cb95ca195168759a4502991b1b91c13d3203ffc3748/GitPython-3.1.41-py3-none-any.whl.metadata
Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB)
Collecting greenlet==3.0.3 (from -r /kai/requirements.txt (line 44))
Obtaining dependency information for greenlet==3.0.3 from https://files.pythonhosted.org/packages/e9/55/2c3cfa3cdbb940cf7321fbcf544f0e9c74898eed43bf678abf416812d132/greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
Collecting grpcio==1.62.1 (from -r /kai/requirements.txt (line 45))
Obtaining dependency information for grpcio==1.62.1 from https://files.pythonhosted.org/packages/74/00/c0bd441eb8f2f40a7e9c351eb702986abc2b78820b6a88d82901bff38235/grpcio-1.62.1-cp312-cp312-manylinux_2_17_aarch64.whl.metadata
Downloading grpcio-1.62.1-cp312-cp312-manylinux_2_17_aarch64.whl.metadata (4.0 kB)
Collecting grpcio-reflection==1.59.3 (from -r /kai/requirements.txt (line 46))
Obtaining dependency information for grpcio-reflection==1.59.3 from https://files.pythonhosted.org/packages/24/79/2e3bc5b2db6ccd4c0d251828fe2f9d0b4aeab20ad1351f9a48705258b1e2/grpcio_reflection-1.59.3-py3-none-any.whl.metadata
Downloading grpcio_reflection-1.59.3-py3-none-any.whl.metadata (1.3 kB)
Collecting h11==0.14.0 (from -r /kai/requirements.txt (line 47))
Obtaining dependency information for h11==0.14.0 from https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl.metadata
Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting httpcore==1.0.4 (from -r /kai/requirements.txt (line 48))
Obtaining dependency information for httpcore==1.0.4 from https://files.pythonhosted.org/packages/2c/93/13f25f2f78646bab97aee7680821e30bd85b2ff0fc45d5fdf5393b79716d/httpcore-1.0.4-py3-none-any.whl.metadata
Downloading httpcore-1.0.4-py3-none-any.whl.metadata (20 kB)
Collecting httpx==0.26.0 (from -r /kai/requirements.txt (line 49))
Obtaining dependency information for httpx==0.26.0 from https://files.pythonhosted.org/packages/39/9b/4937d841aee9c2c8102d9a4eeb800c7dad25386caabb4a1bf5010df81a57/httpx-0.26.0-py3-none-any.whl.metadata
Downloading httpx-0.26.0-py3-none-any.whl.metadata (7.6 kB)
Collecting httpx-sse==0.3.1 (from -r /kai/requirements.txt (line 50))
Obtaining dependency information for httpx-sse==0.3.1 from https://files.pythonhosted.org/packages/62/33/d35b4ccf8c1ac7266bd1d068c48f842d3c7392cca87e32751c79ee553d7a/httpx_sse-0.3.1-py3-none-any.whl.metadata
Downloading httpx_sse-0.3.1-py3-none-any.whl.metadata (8.6 kB)
Collecting huggingface-hub==0.20.3 (from -r /kai/requirements.txt (line 51))
Obtaining dependency information for huggingface-hub==0.20.3 from https://files.pythonhosted.org/packages/28/03/7d3c7153113ec59cfb31e3b8ee773f5f420a0dd7d26d40442542b96675c3/huggingface_hub-0.20.3-py3-none-any.whl.metadata
Downloading huggingface_hub-0.20.3-py3-none-any.whl.metadata (12 kB)
Collecting ibm-generative-ai==2.2.0 (from -r /kai/requirements.txt (line 52))
Obtaining dependency information for ibm-generative-ai==2.2.0 from https://files.pythonhosted.org/packages/6e/5c/40d9b294961b93ffae7642c37bb5b2fbe242a305cdd9b80a1917cc306f16/ibm_generative_ai-2.2.0-py3-none-any.whl.metadata
Downloading ibm_generative_ai-2.2.0-py3-none-any.whl.metadata (4.2 kB)
Collecting idna==3.7 (from -r /kai/requirements.txt (line 53))
Obtaining dependency information for idna==3.7 from https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl.metadata
Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting InstructorEmbedding==1.0.1 (from -r /kai/requirements.txt (line 54))
Obtaining dependency information for InstructorEmbedding==1.0.1 from https://files.pythonhosted.org/packages/6c/fc/64375441f43cc9ddc81f76a1a8f516e6d63f5b6ecb67fffdcddc0445f0d3/InstructorEmbedding-1.0.1-py2.py3-none-any.whl.metadata
Downloading InstructorEmbedding-1.0.1-py2.py3-none-any.whl.metadata (20 kB)
Collecting ipykernel==6.26.0 (from -r /kai/requirements.txt (line 55))
Obtaining dependency information for ipykernel==6.26.0 from https://files.pythonhosted.org/packages/c8/7d/2df9b38e2310e36a1b4a92bfe85f53ce24c638f9b7d9bd992bded11ce604/ipykernel-6.26.0-py3-none-any.whl.metadata
Downloading ipykernel-6.26.0-py3-none-any.whl.metadata (6.3 kB)
Collecting ipython==8.16.1 (from -r /kai/requirements.txt (line 56))
Obtaining dependency information for ipython==8.16.1 from https://files.pythonhosted.org/packages/ef/02/fc039fca3ec40a00f962eb6e9da45c507334b0650a3cb9facd38d234fb7a/ipython-8.16.1-py3-none-any.whl.metadata
Downloading ipython-8.16.1-py3-none-any.whl.metadata (5.9 kB)
Collecting ipython-genutils==0.2.0 (from -r /kai/requirements.txt (line 57))
Obtaining dependency information for ipython-genutils==0.2.0 from https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl.metadata
Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl.metadata (755 bytes)
Collecting ipywidgets==8.0.4 (from -r /kai/requirements.txt (line 58))
Obtaining dependency information for ipywidgets==8.0.4 from https://files.pythonhosted.org/packages/f3/fc/bd076538811d63babf8ceea0ff3d8d024171569a47f5dba7757c5fd0462c/ipywidgets-8.0.4-py3-none-any.whl.metadata
Downloading ipywidgets-8.0.4-py3-none-any.whl.metadata (2.3 kB)
Collecting isoduration==20.11.0 (from -r /kai/requirements.txt (line 59))
Obtaining dependency information for isoduration==20.11.0 from https://files.pythonhosted.org/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl.metadata
Downloading isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jedi==0.19.1 (from -r /kai/requirements.txt (line 60))
Obtaining dependency information for jedi==0.19.1 from https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl.metadata
Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting Jinja2==3.1.4 (from -r /kai/requirements.txt (line 61))
Obtaining dependency information for Jinja2==3.1.4 from https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl.metadata
Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting joblib==1.3.2 (from -r /kai/requirements.txt (line 62))
Obtaining dependency information for joblib==1.3.2 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 json5==0.9.14 (from -r /kai/requirements.txt (line 63))
Obtaining dependency information for json5==0.9.14 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 jsonpatch==1.33 (from -r /kai/requirements.txt (line 64))
Obtaining dependency information for jsonpatch==1.33 from https://files.pythonhosted.org/packages/73/07/02e16ed01e04a374e644b575638ec7987ae846d25ad97bcc9945a3ee4b0e/jsonpatch-1.33-py2.py3-none-any.whl.metadata
Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting jsonpointer==2.4 (from -r /kai/requirements.txt (line 65))
Obtaining dependency information for jsonpointer==2.4 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 jsonschema==4.19.1 (from -r /kai/requirements.txt (line 66))
Obtaining dependency information for jsonschema==4.19.1 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 jsonschema-specifications==2023.7.1 (from -r /kai/requirements.txt (line 67))
Obtaining dependency information for jsonschema-specifications==2023.7.1 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 jupyter==1.0.0 (from -r /kai/requirements.txt (line 68))
Obtaining dependency information for jupyter==1.0.0 from https://files.pythonhosted.org/packages/83/df/0f5dd132200728a86190397e1ea87cd76244e42d39ec5e88efd25b2abd7e/jupyter-1.0.0-py2.py3-none-any.whl.metadata
Downloading jupyter-1.0.0-py2.py3-none-any.whl.metadata (995 bytes)
Collecting jupyter-console==6.6.3 (from -r /kai/requirements.txt (line 69))
Obtaining dependency information for jupyter-console==6.6.3 from https://files.pythonhosted.org/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl.metadata
Downloading jupyter_console-6.6.3-py3-none-any.whl.metadata (5.8 kB)
Collecting jupyter-events==0.9.0 (from -r /kai/requirements.txt (line 70))
Obtaining dependency information for jupyter-events==0.9.0 from https://files.pythonhosted.org/packages/e3/55/0c1aa72f4317e826a471dc4adc3036acd11d496ded68c4bbac2a88551519/jupyter_events-0.9.0-py3-none-any.whl.metadata
Downloading jupyter_events-0.9.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jupyter-lsp==2.2.2 (from -r /kai/requirements.txt (line 71))
Obtaining dependency information for jupyter-lsp==2.2.2 from https://files.pythonhosted.org/packages/d4/35/8332e7a07f872324e29ae4620a41a21372a8dc710b63b873d80cb2184241/jupyter_lsp-2.2.2-py3-none-any.whl.metadata
Downloading jupyter_lsp-2.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting jupyter_client==8.5.0 (from -r /kai/requirements.txt (line 72))
Obtaining dependency information for jupyter_client==8.5.0 from https://files.pythonhosted.org/packages/ab/1f/d93fd1d2bf75233134a4aa1f56186b3c1975932fbfb58322e8de2906ea3d/jupyter_client-8.5.0-py3-none-any.whl.metadata
Downloading jupyter_client-8.5.0-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter_core==5.4.0 (from -r /kai/requirements.txt (line 73))
Obtaining dependency information for jupyter_core==5.4.0 from https://files.pythonhosted.org/packages/ac/92/bec527b68e2b56d0b1a30db19ce8370cba69fb68d34c981f4549564ca551/jupyter_core-5.4.0-py3-none-any.whl.metadata
Downloading jupyter_core-5.4.0-py3-none-any.whl.metadata (3.4 kB)
Collecting jupyter_server==2.11.2 (from -r /kai/requirements.txt (line 74))
Obtaining dependency information for jupyter_server==2.11.2 from https://files.pythonhosted.org/packages/8c/57/bdbc3e5b5f796b599bb45f82ba11eec014bdf07946cbc0caaa10d991fd28/jupyter_server-2.11.2-py3-none-any.whl.metadata
Downloading jupyter_server-2.11.2-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyter_server_terminals==0.4.4 (from -r /kai/requirements.txt (line 75))
Obtaining dependency information for jupyter_server_terminals==0.4.4 from https://files.pythonhosted.org/packages/ea/7f/36db12bdb90f5237766dcbf59892198daab7260acbcf03fc75e2a2a82672/jupyter_server_terminals-0.4.4-py3-none-any.whl.metadata
Downloading jupyter_server_terminals-0.4.4-py3-none-any.whl.metadata (6.3 kB)
Collecting jupyterlab==4.0.11 (from -r /kai/requirements.txt (line 76))
Obtaining dependency information for jupyterlab==4.0.11 from https://files.pythonhosted.org/packages/3c/e1/824088b7eed57a38bf20c5ef0363a0e4554d2d824571d60f8bc2460b0c94/jupyterlab-4.0.11-py3-none-any.whl.metadata
Downloading jupyterlab-4.0.11-py3-none-any.whl.metadata (15 kB)
Collecting jupyterlab-pygments==0.2.2 (from -r /kai/requirements.txt (line 77))
Obtaining dependency information for jupyterlab-pygments==0.2.2 from https://files.pythonhosted.org/packages/c0/7e/c3d1df3ae9b41686e664051daedbd70eea2e1d2bd9d9c33e7e1455bc9f96/jupyterlab_pygments-0.2.2-py2.py3-none-any.whl.metadata
Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl.metadata (1.9 kB)
Collecting jupyterlab-quarto==0.2.8 (from -r /kai/requirements.txt (line 78))
Obtaining dependency information for jupyterlab-quarto==0.2.8 from https://files.pythonhosted.org/packages/7d/23/67b43d5d4b8b0aca29f6a626350c9490d753123ccf63395567d1f6a5e0aa/jupyterlab_quarto-0.2.8-py3-none-any.whl.metadata
Downloading jupyterlab_quarto-0.2.8-py3-none-any.whl.metadata (6.8 kB)
Collecting jupyterlab-widgets==3.0.9 (from -r /kai/requirements.txt (line 79))
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 jupyterlab_server==2.25.0 (from -r /kai/requirements.txt (line 80))
Obtaining dependency information for jupyterlab_server==2.25.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 langchain==0.1.11 (from -r /kai/requirements.txt (line 81))
Obtaining dependency information for langchain==0.1.11 from https://files.pythonhosted.org/packages/cb/cc/684ac2410ad06957c17ffda787b7ff6c1595721c36c3b443c021e95cf998/langchain-0.1.11-py3-none-any.whl.metadata
Downloading langchain-0.1.11-py3-none-any.whl.metadata (13 kB)
Collecting langchain-community==0.0.27 (from -r /kai/requirements.txt (line 82))
Obtaining dependency information for langchain-community==0.0.27 from https://files.pythonhosted.org/packages/8d/cc/387b93205020d23151c039e73805062c749a452a417fc578c7ea69efd469/langchain_community-0.0.27-py3-none-any.whl.metadata
Downloading langchain_community-0.0.27-py3-none-any.whl.metadata (8.2 kB)
Collecting langchain-core==0.1.35 (from -r /kai/requirements.txt (line 83))
Obtaining dependency information for langchain-core==0.1.35 from https://files.pythonhosted.org/packages/44/23/f3c1d413cfe8119db81730ce301aa5f97ebf37bf923123095ecd988b2b59/langchain_core-0.1.35-py3-none-any.whl.metadata
Downloading langchain_core-0.1.35-py3-none-any.whl.metadata (6.0 kB)
Collecting langchain-experimental==0.0.52 (from -r /kai/requirements.txt (line 84))
Obtaining dependency information for langchain-experimental==0.0.52 from https://files.pythonhosted.org/packages/94/c7/75c140dcbf8f923a7c04d077a76af4dd1a5a3154efe2690586d4b424c979/langchain_experimental-0.0.52-py3-none-any.whl.metadata
Downloading langchain_experimental-0.0.52-py3-none-any.whl.metadata (2.1 kB)
Collecting langchain-openai==0.0.8 (from -r /kai/requirements.txt (line 85))
Obtaining dependency information for langchain-openai==0.0.8 from https://files.pythonhosted.org/packages/81/63/012be16114559243aabcc9ec570366df84591dc9f8f3c2349a398e9b3626/langchain_openai-0.0.8-py3-none-any.whl.metadata
Downloading langchain_openai-0.0.8-py3-none-any.whl.metadata (2.5 kB)
Collecting langchain-text-splitters==0.0.1 (from -r /kai/requirements.txt (line 86))
Obtaining dependency information for langchain-text-splitters==0.0.1 from https://files.pythonhosted.org/packages/9d/a1/aec824080111e9b4a4802b51b988032faa193828c865e11233d1b18e88fa/langchain_text_splitters-0.0.1-py3-none-any.whl.metadata
Downloading langchain_text_splitters-0.0.1-py3-none-any.whl.metadata (2.0 kB)
Collecting langsmith==0.1.23 (from -r /kai/requirements.txt (line 87))
Obtaining dependency information for langsmith==0.1.23 from https://files.pythonhosted.org/packages/dd/ec/562d602617ed75b45644cd6f40941171da2fc3ad08420763ef74178e9662/langsmith-0.1.23-py3-none-any.whl.metadata
Downloading langsmith-0.1.23-py3-none-any.whl.metadata (13 kB)
Collecting loguru==0.7.2 (from -r /kai/requirements.txt (line 88))
Obtaining dependency information for loguru==0.7.2 from https://files.pythonhosted.org/packages/03/0a/4f6fed21aa246c6b49b561ca55facacc2a44b87d65b8b92362a8e99ba202/loguru-0.7.2-py3-none-any.whl.metadata
Downloading loguru-0.7.2-py3-none-any.whl.metadata (23 kB)
Collecting MarkupSafe==2.1.3 (from -r /kai/requirements.txt (line 89))
Obtaining dependency information for MarkupSafe==2.1.3 from https://files.pythonhosted.org/packages/9d/78/92f15eb9b1e8f1668a9787ba103cf6f8d19a9efed8150245404836145c24/MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.9 kB)
Collecting marshmallow==3.20.1 (from -r /kai/requirements.txt (line 90))
Obtaining dependency information for marshmallow==3.20.1 from https://files.pythonhosted.org/packages/ed/3c/cebfdcad015240014ff08b883d1c0c427f2ba45ae8c6572851b6ef136cad/marshmallow-3.20.1-py3-none-any.whl.metadata
Downloading marshmallow-3.20.1-py3-none-any.whl.metadata (7.8 kB)
Collecting matplotlib-inline==0.1.6 (from -r /kai/requirements.txt (line 91))
Obtaining dependency information for matplotlib-inline==0.1.6 from https://files.pythonhosted.org/packages/f2/51/c34d7a1d528efaae3d8ddb18ef45a41f284eacf9e514523b191b7d0872cc/matplotlib_inline-0.1.6-py3-none-any.whl.metadata
Downloading matplotlib_inline-0.1.6-py3-none-any.whl.metadata (2.8 kB)
Collecting mistune==3.0.2 (from -r /kai/requirements.txt (line 92))
Obtaining dependency information for mistune==3.0.2 from https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl.metadata
Downloading mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting mpmath==1.3.0 (from -r /kai/requirements.txt (line 93))
Obtaining dependency information for mpmath==1.3.0 from https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl.metadata
Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting multidict==6.0.5 (from -r /kai/requirements.txt (line 94))
Obtaining dependency information for multidict==6.0.5 from https://files.pythonhosted.org/packages/4e/4e/3815190e73e6ef101b5681c174c541bf972a1b064e926e56eea78d06e858/multidict-6.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.2 kB)
Collecting mypy-extensions==1.0.0 (from -r /kai/requirements.txt (line 95))
Obtaining dependency information for mypy-extensions==1.0.0 from https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl.metadata
Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)
Collecting nbclient==0.8.0 (from -r /kai/requirements.txt (line 96))
Obtaining dependency information for nbclient==0.8.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 nbconvert==7.9.2 (from -r /kai/requirements.txt (line 97))
Obtaining dependency information for nbconvert==7.9.2 from https://files.pythonhosted.org/packages/5b/08/6af17268360385f767c7a53dd2b71b9718c61911464fb34f5453c80cfe48/nbconvert-7.9.2-py3-none-any.whl.metadata
Downloading nbconvert-7.9.2-py3-none-any.whl.metadata (7.9 kB)
Collecting nbdev==2.3.13 (from -r /kai/requirements.txt (line 98))
Obtaining dependency information for nbdev==2.3.13 from https://files.pythonhosted.org/packages/45/44/2148be2391edd62b8c88c2114f380141b72276901a53d590be9f769a68e4/nbdev-2.3.13-py3-none-any.whl.metadata
Downloading nbdev-2.3.13-py3-none-any.whl.metadata (10 kB)
Collecting nbformat==5.9.2 (from -r /kai/requirements.txt (line 99))
Obtaining dependency information for nbformat==5.9.2 from https://files.pythonhosted.org/packages/f4/e7/ef30a90b70eba39e675689b9eaaa92530a71d7435ab8f9cae520814e0caf/nbformat-5.9.2-py3-none-any.whl.metadata
Downloading nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB)
Collecting nest-asyncio==1.5.8 (from -r /kai/requirements.txt (line 100))
Obtaining dependency information for nest-asyncio==1.5.8 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 networkx==3.2.1 (from -r /kai/requirements.txt (line 101))
Obtaining dependency information for networkx==3.2.1 from https://files.pythonhosted.org/packages/d5/f0/8fbc882ca80cf077f1b246c0e3c3465f7f415439bdea6b899f6b19f61f70/networkx-3.2.1-py3-none-any.whl.metadata
Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting nltk==3.8.1 (from -r /kai/requirements.txt (line 102))
Obtaining dependency information for nltk==3.8.1 from https://files.pythonhosted.org/packages/a6/0a/0d20d2c0f16be91b9fa32a77b76c60f9baf6eba419e5ef5deca17af9c582/nltk-3.8.1-py3-none-any.whl.metadata
Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB)
Collecting notebook==7.0.7 (from -r /kai/requirements.txt (line 103))
Obtaining dependency information for notebook==7.0.7 from https://files.pythonhosted.org/packages/f2/57/2f8d59ddc7f2d0d8ac4f80f869545bc44646fc78c1c083b3655c58e3edfb/notebook-7.0.7-py3-none-any.whl.metadata
Downloading notebook-7.0.7-py3-none-any.whl.metadata (10 kB)
Collecting notebook_shim==0.2.3 (from -r /kai/requirements.txt (line 104))
Obtaining dependency information for notebook_shim==0.2.3 from https://files.pythonhosted.org/packages/f4/79/73250372e5bbab63018b41b02d5cc6b395655ec6c1254e477ef7c913aada/notebook_shim-0.2.3-py3-none-any.whl.metadata
Downloading notebook_shim-0.2.3-py3-none-any.whl.metadata (4.0 kB)
Collecting numpy==1.26.1 (from -r /kai/requirements.txt (line 105))
Obtaining dependency information for numpy==1.26.1 from https://files.pythonhosted.org/packages/82/70/cd8a18c109a8ba45477e4bddcff6cdbb31b1694148eb152087a3c264a4ae/numpy-1.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading numpy-1.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 9.2 MB/s eta 0:00:00
Collecting openai==1.13.3 (from -r /kai/requirements.txt (line 118))
Obtaining dependency information for openai==1.13.3 from https://files.pythonhosted.org/packages/a9/cc/f2bbce0ad52e09cd1aecb724af06385021b42a7317cd5938ba9c8581509d/openai-1.13.3-py3-none-any.whl.metadata
Downloading openai-1.13.3-py3-none-any.whl.metadata (18 kB)
Collecting orjson==3.9.15 (from -r /kai/requirements.txt (line 119))
Obtaining dependency information for orjson==3.9.15 from https://files.pythonhosted.org/packages/80/dc/d8fc078d73ff620de84b6dc93e099e243ac9b0f187aaf412b3215b1ee092/orjson-3.9.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading orjson-3.9.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 12.7 MB/s eta 0:00:00
Collecting overrides==7.4.0 (from -r /kai/requirements.txt (line 120))
Obtaining dependency information for overrides==7.4.0 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 packaging==23.2 (from -r /kai/requirements.txt (line 121))
Obtaining dependency information for packaging==23.2 from https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl.metadata
Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pandocfilters==1.5.0 (from -r /kai/requirements.txt (line 122))
Obtaining dependency information for pandocfilters==1.5.0 from https://files.pythonhosted.org/packages/5e/a8/878258cffd53202a6cc1903c226cf09e58ae3df6b09f8ddfa98033286637/pandocfilters-1.5.0-py2.py3-none-any.whl.metadata
Downloading pandocfilters-1.5.0-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting parso==0.8.3 (from -r /kai/requirements.txt (line 123))
Obtaining dependency information for parso==0.8.3 from https://files.pythonhosted.org/packages/05/63/8011bd08a4111858f79d2b09aad86638490d62fbf881c44e434a6dfca87b/parso-0.8.3-py2.py3-none-any.whl.metadata
Downloading parso-0.8.3-py2.py3-none-any.whl.metadata (7.5 kB)
Collecting pexpect==4.8.0 (from -r /kai/requirements.txt (line 124))
Obtaining dependency information for pexpect==4.8.0 from https://files.pythonhosted.org/packages/39/7b/88dbb785881c28a102619d46423cb853b46dbccc70d3ac362d99773a78ce/pexpect-4.8.0-py2.py3-none-any.whl.metadata
Downloading pexpect-4.8.0-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pickleshare==0.7.5 (from -r /kai/requirements.txt (line 125))
Obtaining dependency information for pickleshare==0.7.5 from https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl.metadata
Downloading pickleshare-0.7.5-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting pillow==10.3.0 (from -r /kai/requirements.txt (line 126))
Obtaining dependency information for pillow==10.3.0 from https://files.pythonhosted.org/packages/ef/97/f69d1932cf45bf5bd9fa1e2ae57bdf716524faa4fa9fb7dc62cdb1a19113/pillow-10.3.0-cp312-cp312-manylinux_2_28_aarch64.whl.metadata
Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_aarch64.whl.metadata (9.2 kB)
Collecting platformdirs==3.11.0 (from -r /kai/requirements.txt (line 127))
Obtaining dependency information for platformdirs==3.11.0 from https://files.pythonhosted.org/packages/56/29/3ec311dc18804409ecf0d2b09caa976f3ae6215559306b5b530004e11156/platformdirs-3.11.0-py3-none-any.whl.metadata
Downloading platformdirs-3.11.0-py3-none-any.whl.metadata (11 kB)
Collecting prometheus-client==0.17.1 (from -r /kai/requirements.txt (line 128))
Obtaining dependency information for prometheus-client==0.17.1 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 prompt-toolkit==3.0.39 (from -r /kai/requirements.txt (line 129))
Obtaining dependency information for prompt-toolkit==3.0.39 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 protobuf==4.25.3 (from -r /kai/requirements.txt (line 130))
Obtaining dependency information for protobuf==4.25.3 from https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl.metadata
Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl.metadata (541 bytes)
Collecting psutil==5.9.6 (from -r /kai/requirements.txt (line 131))
Downloading psutil-5.9.6.tar.gz (496 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 496.9/496.9 kB 8.2 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting psycopg2-binary==2.9.9 (from -r /kai/requirements.txt (line 132))
Obtaining dependency information for psycopg2-binary==2.9.9 from https://files.pythonhosted.org/packages/50/66/fa53d2d3d92f6e1ef469d92afc6a4fe3f6e8a9a04b687aa28fb1f1d954ee/psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.4 kB)
Collecting ptyprocess==0.7.0 (from -r /kai/requirements.txt (line 133))
Obtaining dependency information for ptyprocess==0.7.0 from https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl.metadata
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting pure-eval==0.2.2 (from -r /kai/requirements.txt (line 134))
Obtaining dependency information for pure-eval==0.2.2 from https://files.pythonhosted.org/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl.metadata
Downloading pure_eval-0.2.2-py3-none-any.whl.metadata (6.2 kB)
Collecting pycparser==2.21 (from -r /kai/requirements.txt (line 135))
Obtaining dependency information for pycparser==2.21 from https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl.metadata
Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting pydantic==2.7.4 (from -r /kai/requirements.txt (line 136))
Obtaining dependency information for pydantic==2.7.4 from https://files.pythonhosted.org/packages/17/ba/1b65c9cbc49e0c7cd1be086c63209e9ad883c2a409be4746c21db4263f41/pydantic-2.7.4-py3-none-any.whl.metadata
Downloading pydantic-2.7.4-py3-none-any.whl.metadata (109 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.4/109.4 kB 16.9 MB/s eta 0:00:00
Collecting pydantic_core==2.18.4 (from -r /kai/requirements.txt (line 137))
Obtaining dependency information for pydantic_core==2.18.4 from https://files.pythonhosted.org/packages/e5/84/864556db336393f2433eda50b7e047a8d485b95dd48d1d277750ce0042bf/pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.5 kB)
Collecting Pygments==2.16.1 (from -r /kai/requirements.txt (line 138))
Obtaining dependency information for Pygments==2.16.1 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 python-dateutil==2.8.2 (from -r /kai/requirements.txt (line 139))
Obtaining dependency information for python-dateutil==2.8.2 from https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl.metadata
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB)
Collecting python-json-logger==2.0.7 (from -r /kai/requirements.txt (line 140))
Obtaining dependency information for python-json-logger==2.0.7 from https://files.pythonhosted.org/packages/35/a6/145655273568ee78a581e734cf35beb9e33a370b29c5d3c8fee3744de29f/python_json_logger-2.0.7-py3-none-any.whl.metadata
Downloading python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB)
Collecting PyYAML==6.0.1 (from -r /kai/requirements.txt (line 141))
Obtaining dependency information for PyYAML==6.0.1 from https://files.pythonhosted.org/packages/c7/4c/4a2908632fc980da6d918b9de9c1d9d7d7e70b2672b1ad5166ed27841ef7/PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
Collecting pyzmq==25.1.1 (from -r /kai/requirements.txt (line 142))
Obtaining dependency information for pyzmq==25.1.1 from https://files.pythonhosted.org/packages/fe/a7/c3cf21d084783f392b6459e1f159c1f9a612114f3e1efc5c88c73766a1bf/pyzmq-25.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading pyzmq-25.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.9 kB)
Collecting qtconsole==5.4.4 (from -r /kai/requirements.txt (line 143))
Obtaining dependency information for qtconsole==5.4.4 from https://files.pythonhosted.org/packages/24/e2/7f22137bbb7270b016f6b0efa55d7598fef6ef354ba77515956bb28e8e54/qtconsole-5.4.4-py3-none-any.whl.metadata
Downloading qtconsole-5.4.4-py3-none-any.whl.metadata (5.0 kB)
Collecting QtPy==2.4.1 (from -r /kai/requirements.txt (line 144))
Obtaining dependency information for QtPy==2.4.1 from https://files.pythonhosted.org/packages/7e/a9/2146d5117ad8a81185331e0809a6b48933c10171f5bac253c6df9fce991c/QtPy-2.4.1-py3-none-any.whl.metadata
Downloading QtPy-2.4.1-py3-none-any.whl.metadata (12 kB)
Collecting referencing==0.30.2 (from -r /kai/requirements.txt (line 145))
Obtaining dependency information for referencing==0.30.2 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 regex==2023.12.25 (from -r /kai/requirements.txt (line 146))
Obtaining dependency information for regex==2023.12.25 from https://files.pythonhosted.org/packages/b5/29/ddfd602f350a5f71926fec1f6f1ba9f5fcc7a05b36b364009904a119dfc7/regex-2023.12.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading regex-2023.12.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (40 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 32.9 MB/s eta 0:00:00
Collecting requests==2.31.0 (from -r /kai/requirements.txt (line 147))
Obtaining dependency information for requests==2.31.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 rfc3339-validator==0.1.4 (from -r /kai/requirements.txt (line 148))
Obtaining dependency information for rfc3339-validator==0.1.4 from https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata
Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting rfc3986-validator==0.1.1 (from -r /kai/requirements.txt (line 149))
Obtaining dependency information for rfc3986-validator==0.1.1 from https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata
Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting rpds-py==0.10.6 (from -r /kai/requirements.txt (line 150))
Obtaining dependency information for rpds-py==0.10.6 from https://files.pythonhosted.org/packages/17/f4/72f59162e43ffa462ce25bcfaec9d504ee2085d69d9870867da9e488cc87/rpds_py-0.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading rpds_py-0.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.7 kB)
Collecting safetensors==0.4.2 (from -r /kai/requirements.txt (line 151))
Obtaining dependency information for safetensors==0.4.2 from https://files.pythonhosted.org/packages/48/f0/2321fb43e9981b33ea1185d6b2eb14b059d18854ff8548d7894a49e7b9ee/safetensors-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading safetensors-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
Collecting scikit-learn==1.4.1.post1 (from -r /kai/requirements.txt (line 152))
Obtaining dependency information for scikit-learn==1.4.1.post1 from https://files.pythonhosted.org/packages/83/b4/3e67efb25b23b9404c5955f7aeebbdcbe180eefb17e9cd7fcee03b97efb7/scikit_learn-1.4.1.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading scikit_learn-1.4.1.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (11 kB)
Collecting scipy==1.12.0 (from -r /kai/requirements.txt (line 153))
Obtaining dependency information for scipy==1.12.0 from https://files.pythonhosted.org/packages/db/fd/81feac476e1ae495b51b8c3636aee1f50a1c5ca2a3557f5b0043d4e2fb02/scipy-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading scipy-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (112 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.9/112.9 kB 23.9 MB/s eta 0:00:00
Collecting Send2Trash==1.8.2 (from -r /kai/requirements.txt (line 154))
Obtaining dependency information for Send2Trash==1.8.2 from https://files.pythonhosted.org/packages/a9/78/e4df1e080ed790acf3a704edf521006dd96b9841bd2e2a462c0d255e0565/Send2Trash-1.8.2-py3-none-any.whl.metadata
Downloading Send2Trash-1.8.2-py3-none-any.whl.metadata (4.0 kB)
Collecting sentence-transformers==2.2.2 (from -r /kai/requirements.txt (line 155))
Downloading sentence-transformers-2.2.2.tar.gz (85 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.0/86.0 kB 13.0 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting sentencepiece==0.2.0 (from -r /kai/requirements.txt (line 156))
Obtaining dependency information for sentencepiece==0.2.0 from https://files.pythonhosted.org/packages/cc/38/e4698ee2293fe4835dc033c49796a39b3eebd8752098f6bd0aa53a14af1f/sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
Collecting six==1.16.0 (from -r /kai/requirements.txt (line 158))
Obtaining dependency information for six==1.16.0 from https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl.metadata
Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting smmap==5.0.1 (from -r /kai/requirements.txt (line 159))
Obtaining dependency information for smmap==5.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 sniffio==1.3.0 (from -r /kai/requirements.txt (line 160))
Obtaining dependency information for sniffio==1.3.0 from https://files.pythonhosted.org/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl.metadata
Downloading sniffio-1.3.0-py3-none-any.whl.metadata (3.6 kB)
Collecting soupsieve==2.5 (from -r /kai/requirements.txt (line 161))
Obtaining dependency information for soupsieve==2.5 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 SQLAlchemy==2.0.22 (from -r /kai/requirements.txt (line 162))
Obtaining dependency information for SQLAlchemy==2.0.22 from https://files.pythonhosted.org/packages/ec/31/8d15f6267aa12e72b0f5e2f1d8a53c43e91b3c620da5b2aa57e81f9b1ab3/SQLAlchemy-2.0.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading SQLAlchemy-2.0.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.4 kB)
Collecting sqlparse==0.5.0 (from -r /kai/requirements.txt (line 163))
Obtaining dependency information for sqlparse==0.5.0 from https://files.pythonhosted.org/packages/43/5d/a0fdd88fd486b39ae1fd1a75ff75b4e29a0df96c0304d462fd407b82efe0/sqlparse-0.5.0-py3-none-any.whl.metadata
Downloading sqlparse-0.5.0-py3-none-any.whl.metadata (3.9 kB)
Collecting stack-data==0.6.3 (from -r /kai/requirements.txt (line 164))
Obtaining dependency information for stack-data==0.6.3 from https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl.metadata
Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting sympy==1.12 (from -r /kai/requirements.txt (line 165))
Obtaining dependency information for sympy==1.12 from https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl.metadata
Downloading sympy-1.12-py3-none-any.whl.metadata (12 kB)
Collecting tenacity==8.2.3 (from -r /kai/requirements.txt (line 166))
Obtaining dependency information for tenacity==8.2.3 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 terminado==0.17.1 (from -r /kai/requirements.txt (line 167))
Obtaining dependency information for terminado==0.17.1 from https://files.pythonhosted.org/packages/84/a7/c7628d79651b8c8c775d27b374315a825141b5783512e82026fb210dd639/terminado-0.17.1-py3-none-any.whl.metadata
Downloading terminado-0.17.1-py3-none-any.whl.metadata (5.9 kB)
Collecting threadpoolctl==3.3.0 (from -r /kai/requirements.txt (line 168))
Obtaining dependency information for threadpoolctl==3.3.0 from https://files.pythonhosted.org/packages/b1/2c/f504e55d98418f2fcf756a56877e6d9a45dd5ed28b3d7c267b300e85ad5b/threadpoolctl-3.3.0-py3-none-any.whl.metadata
Downloading threadpoolctl-3.3.0-py3-none-any.whl.metadata (13 kB)
Collecting tiktoken==0.6.0 (from -r /kai/requirements.txt (line 169))
Obtaining dependency information for tiktoken==0.6.0 from https://files.pythonhosted.org/packages/ab/68/d72a69dc8ff9909bd92b21eb2b6f5aa62ae9a5fe2eaa858d7426024006c4/tiktoken-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading tiktoken-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.6 kB)
Collecting tinycss2==1.2.1 (from -r /kai/requirements.txt (line 170))
Obtaining dependency information for tinycss2==1.2.1 from https://files.pythonhosted.org/packages/da/99/fd23634d6962c2791fb8cb6ccae1f05dcbfc39bce36bba8b1c9a8d92eae8/tinycss2-1.2.1-py3-none-any.whl.metadata
Downloading tinycss2-1.2.1-py3-none-any.whl.metadata (3.0 kB)
Collecting tokenizers==0.15.2 (from -r /kai/requirements.txt (line 171))
Obtaining dependency information for tokenizers==0.15.2 from https://files.pythonhosted.org/packages/c0/ae/f6a974be9b2e1615f3de3cc9e4fc2897a86357400801c58143c67cbbad2e/tokenizers-0.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading tokenizers-0.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB)
Collecting torch==2.2.0 (from -r /kai/requirements.txt (line 172))
Obtaining dependency information for torch==2.2.0 from https://files.pythonhosted.org/packages/49/0c/46ffc4377156b1126c1bec9e177e16bb0410b592c5391e690486b21e4f62/torch-2.2.0-cp312-cp312-manylinux2014_aarch64.whl.metadata
Downloading torch-2.2.0-cp312-cp312-manylinux2014_aarch64.whl.metadata (25 kB)
Collecting torchvision==0.17.0 (from -r /kai/requirements.txt (line 173))
Obtaining dependency information for torchvision==0.17.0 from https://files.pythonhosted.org/packages/f6/87/ed1fb27b3b22b77587c518441a19a2812d153af4e4dadf8d9f74cc21e645/torchvision-0.17.0-cp312-cp312-manylinux2014_aarch64.whl.metadata
Downloading torchvision-0.17.0-cp312-cp312-manylinux2014_aarch64.whl.metadata (6.6 kB)
Collecting tornado==6.3.3 (from -r /kai/requirements.txt (line 174))
Obtaining dependency information for tornado==6.3.3 from https://files.pythonhosted.org/packages/10/ed/deb0f6880e0ed0d13e68316a49ceb65817241d80e28fe54c61db16aeb7fa/tornado-6.3.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading tornado-6.3.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.5 kB)
Collecting tqdm==4.66.3 (from -r /kai/requirements.txt (line 175))
Obtaining dependency information for tqdm==4.66.3 from https://files.pythonhosted.org/packages/d1/ad/7d47bbf2cae78ff79f29db0bed5016ec9c56b212a93fca624bb88b551a7c/tqdm-4.66.3-py3-none-any.whl.metadata
Downloading tqdm-4.66.3-py3-none-any.whl.metadata (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 136.5 MB/s eta 0:00:00
Collecting traitlets==5.12.0 (from -r /kai/requirements.txt (line 176))
Obtaining dependency information for traitlets==5.12.0 from https://files.pythonhosted.org/packages/e0/ad/0ec97a5a37481552b43352190e509b8dfb2e379d55b41fac8ba5a635bb9a/traitlets-5.12.0-py3-none-any.whl.metadata
Downloading traitlets-5.12.0-py3-none-any.whl.metadata (10 kB)
Collecting transformers==4.38.0 (from -r /kai/requirements.txt (line 177))
Obtaining dependency information for transformers==4.38.0 from https://files.pythonhosted.org/packages/91/89/5416dc364c7ef0711c564fd61a69b03d1e40eeb5c506c38e53ba8a969e79/transformers-4.38.0-py3-none-any.whl.metadata
Downloading transformers-4.38.0-py3-none-any.whl.metadata (131 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 23.5 MB/s eta 0:00:00
Collecting typer==0.9.0 (from -r /kai/requirements.txt (line 179))
Obtaining dependency information for typer==0.9.0 from https://files.pythonhosted.org/packages/bf/0e/c68adf10adda05f28a6ed7b9f4cd7b8e07f641b44af88ba72d9c89e4de7a/typer-0.9.0-py3-none-any.whl.metadata
Downloading typer-0.9.0-py3-none-any.whl.metadata (14 kB)
Collecting types-python-dateutil==2.8.19.14 (from -r /kai/requirements.txt (line 180))
Obtaining dependency information for types-python-dateutil==2.8.19.14 from https://files.pythonhosted.org/packages/1c/af/5af2e2a02bc464c1c7818c260606343020b96c0d5b64f637d9e91aee24fe/types_python_dateutil-2.8.19.14-py3-none-any.whl.metadata
Downloading types_python_dateutil-2.8.19.14-py3-none-any.whl.metadata (1.6 kB)
Collecting typing-inspect==0.9.0 (from -r /kai/requirements.txt (line 181))
Obtaining dependency information for typing-inspect==0.9.0 from https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl.metadata
Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB)
Collecting typing_extensions==4.8.0 (from -r /kai/requirements.txt (line 182))
Obtaining dependency information for typing_extensions==4.8.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 unidiff==0.7.5 (from -r /kai/requirements.txt (line 183))
Obtaining dependency information for unidiff==0.7.5 from https://files.pythonhosted.org/packages/8a/54/57c411a6e8f7bd7848c8b66e4dcaffa586bf4c02e63f2280db0327a4e6eb/unidiff-0.7.5-py2.py3-none-any.whl.metadata
Downloading unidiff-0.7.5-py2.py3-none-any.whl.metadata (4.6 kB)
Collecting uri-template==1.3.0 (from -r /kai/requirements.txt (line 184))
Obtaining dependency information for uri-template==1.3.0 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 urllib3==2.0.7 (from -r /kai/requirements.txt (line 185))
Obtaining dependency information for urllib3==2.0.7 from https://files.pythonhosted.org/packages/d2/b2/b157855192a68541a91ba7b2bbcb91f1b4faa51f8bae38d8005c034be524/urllib3-2.0.7-py3-none-any.whl.metadata
Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB)
Collecting watchdog==3.0.0 (from -r /kai/requirements.txt (line 186))
Obtaining dependency information for watchdog==3.0.0 from https://files.pythonhosted.org/packages/92/28/631872d7fbc45527037060db8c838b47a129a6c09d2297d6dddcfa283cf2/watchdog-3.0.0-py3-none-manylinux2014_aarch64.whl.metadata
Downloading watchdog-3.0.0-py3-none-manylinux2014_aarch64.whl.metadata (36 kB)
Collecting wcwidth==0.2.8 (from -r /kai/requirements.txt (line 187))
Obtaining dependency information for wcwidth==0.2.8 from https://files.pythonhosted.org/packages/58/19/a9ce39f89cf58cf1e7ce01c8bb76ab7e2c7aadbc5a2136c3e192097344f5/wcwidth-0.2.8-py2.py3-none-any.whl.metadata
Downloading wcwidth-0.2.8-py2.py3-none-any.whl.metadata (13 kB)
Collecting webcolors==1.13 (from -r /kai/requirements.txt (line 188))
Obtaining dependency information for webcolors==1.13 from https://files.pythonhosted.org/packages/d5/e1/3e9013159b4cbb71df9bd7611cbf90dc2c621c8aeeb677fc41dad72f2261/webcolors-1.13-py3-none-any.whl.metadata
Downloading webcolors-1.13-py3-none-any.whl.metadata (2.6 kB)
Collecting webencodings==0.5.1 (from -r /kai/requirements.txt (line 189))
Obtaining dependency information for webencodings==0.5.1 from https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl.metadata
Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting websocket-client==1.6.4 (from -r /kai/requirements.txt (line 190))
Obtaining dependency information for websocket-client==1.6.4 from https://files.pythonhosted.org/packages/c4/3c/1892ce394828c43d4f65248ebdee3854114266b75d1f5915cb211155ad7b/websocket_client-1.6.4-py3-none-any.whl.metadata
Downloading websocket_client-1.6.4-py3-none-any.whl.metadata (7.7 kB)
Collecting widgetsnbextension==4.0.9 (from -r /kai/requirements.txt (line 192))
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 yarl==1.9.2 (from -r /kai/requirements.txt (line 193))
Downloading yarl-1.9.2.tar.gz (184 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.7/184.7 kB 24.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'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting gunicorn==22.0.0 (from -r /kai/requirements.txt (line 194))
Obtaining dependency information for gunicorn==22.0.0 from https://files.pythonhosted.org/packages/29/97/6d610ae77b5633d24b69c2ff1ac3044e0e565ecbd1ec188f02c45073054c/gunicorn-22.0.0-py3-none-any.whl.metadata
Downloading gunicorn-22.0.0-py3-none-any.whl.metadata (4.4 kB)
Collecting wheel<1.0,>=0.23.0 (from astunparse==1.6.3->-r /kai/requirements.txt (line 14))
Obtaining dependency information for wheel<1.0,>=0.23.0 from https://files.pythonhosted.org/packages/7d/cd/d7460c9a869b16c3dd4e1e403cce337df165368c71d6af229a74699622ce/wheel-0.43.0-py3-none-any.whl.metadata
Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB)
Collecting setuptools (from Babel==2.13.1->-r /kai/requirements.txt (line 18))
Obtaining dependency information for setuptools from https://files.pythonhosted.org/packages/32/10/e72bb221cdd2f11e649cf38bd7ba8ea6d527c77f330366e10ae9bb798730/setuptools-71.0.3-py3-none-any.whl.metadata
Downloading setuptools-71.0.3-py3-none-any.whl.metadata (6.5 kB)
Requirement already satisfied: pip in /opt/app-root/lib64/python3.12/site-packages (from fastcore==1.5.29->-r /kai/requirements.txt (line 35)) (23.2.1)
Collecting jsonschema[format-nongpl]>=4.18.0 (from jupyter-events==0.9.0->-r /kai/requirements.txt (line 70))
Obtaining dependency information for jsonschema[format-nongpl]>=4.18.0 from https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl.metadata
Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
Collecting wrapt (from vcrpy->-r /kai/requirements.txt (line 196))
Obtaining dependency information for wrapt from https://files.pythonhosted.org/packages/7e/79/5ff0a5c54bda5aec75b36453d06be4f83d5cd4932cc84b7cb2b52cee23e2/wrapt-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.6 kB)
INFO: pip is looking at multiple versions of jsonschema[format-nongpl] to determine which version is compatible with other requirements. This could take a while.
Collecting jsonschema[format-nongpl]>=4.18.0 (from jupyter-events==0.9.0->-r /kai/requirements.txt (line 70))
Obtaining dependency information for jsonschema[format-nongpl]>=4.18.0 from https://files.pythonhosted.org/packages/c8/2f/324fab4be6fe37fb7b521546e8a557e6cf08c1c1b3d0b4839a00f589d9ef/jsonschema-4.22.0-py3-none-any.whl.metadata
Downloading jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB)
Obtaining dependency information for jsonschema[format-nongpl]>=4.18.0 from https://files.pythonhosted.org/packages/39/9d/b035d024c62c85f2e2d4806a59ca7b8520307f34e0932fbc8cc75fe7b2d9/jsonschema-4.21.1-py3-none-any.whl.metadata
Downloading jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Obtaining dependency information for jsonschema[format-nongpl]>=4.18.0 from https://files.pythonhosted.org/packages/76/f4/41e31ff45e30a9ed80f3e399b23481ac3db1cb796d315bc8813716ed8d5f/jsonschema-4.21.0-py3-none-any.whl.metadata
Downloading jsonschema-4.21.0-py3-none-any.whl.metadata (8.0 kB)
Obtaining dependency information for jsonschema[format-nongpl]>=4.18.0 from https://files.pythonhosted.org/packages/0f/ed/0058234d8dd2b1fc6beeea8eab945191a05e9d391a63202f49fe23327586/jsonschema-4.20.0-py3-none-any.whl.metadata
Downloading jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB)
Obtaining dependency information for jsonschema[format-nongpl]>=4.18.0 from https://files.pythonhosted.org/packages/ce/aa/d1bd0b5ec568a903cc3ebcb6b096ab65c1d971c8a01ca3bf3cf788c3c646/jsonschema-4.19.2-py3-none-any.whl.metadata
Downloading jsonschema-4.19.2-py3-none-any.whl.metadata (7.9 kB)
WARNING: The candidate selected for download or install is a yanked version: 'executing' candidate (version 2.0.0 at https://files.pythonhosted.org/packages/bb/3f/748594706233e45fd0e6fb57a2fbfe572485009c52b19919d161a0ae5d52/executing-2.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/executing/))
Reason for being yanked: Released 2.0.1 which is equivalent but added 'python_requires = >=3.5' so that pip install with Python 2 uses the previous version 1.2.0.
WARNING: The candidate selected for download or install is a yanked version: 'jupyter-client' candidate (version 8.5.0 at https://files.pythonhosted.org/packages/ab/1f/d93fd1d2bf75233134a4aa1f56186b3c1975932fbfb58322e8de2906ea3d/jupyter_client-8.5.0-py3-none-any.whl (from https://pypi.org/simple/jupyter-client/) (requires-python:>=3.8))
Reason for being yanked: Bug in kernel env update
Downloading aiohttp-3.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 19.2 MB/s eta 0:00:00
Downloading aiolimiter-1.1.0-py3-none-any.whl (7.2 kB)
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)
Downloading ansi2html-1.8.0-py3-none-any.whl (16 kB)
Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 140.7 MB/s eta 0:00:00
Downloading appnope-0.1.3-py2.py3-none-any.whl (4.4 kB)
Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (80 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 179.6 MB/s eta 0:00:00
Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 118.4 MB/s eta 0:00:00
Downloading asgiref-3.7.2-py3-none-any.whl (24 kB)
Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Downloading async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 205.3 MB/s eta 0:00:00
Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 23.5 MB/s eta 0:00:00
Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 14.6 MB/s eta 0:00:00
Downloading bleach-6.1.0-py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.8/162.8 kB 98.9 MB/s eta 0:00:00
Downloading caikit_nlp_client-0.0.8-py3-none-any.whl (14 kB)
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 33.5 MB/s eta 0:00:00
Downloading cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (477 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 477.0/477.0 kB 32.0 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (134 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.8/134.8 kB 28.8 MB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 601.4 MB/s eta 0:00:00
Downloading comm-0.1.4-py3-none-any.whl (6.6 kB)
Downloading dataclasses_json-0.6.1-py3-none-any.whl (27 kB)
Downloading debugpy-1.8.0-py2.py3-none-any.whl (5.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 25.8 MB/s eta 0:00:00
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Downloading distro-1.9.0-py3-none-any.whl (20 kB)
Downloading execnb-0.1.5-py3-none-any.whl (13 kB)
Downloading executing-2.0.0-py2.py3-none-any.whl (24 kB)
Downloading fastcore-1.5.29-py3-none-any.whl (67 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.6/67.6 kB 104.3 MB/s eta 0:00:00
Downloading fastjsonschema-2.18.1-py3-none-any.whl (23 kB)
Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Downloading fsspec-2024.2.0-py3-none-any.whl (170 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.9/170.9 kB 26.6 MB/s eta 0:00:00
Downloading ghapi-1.0.4-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 36.2 MB/s eta 0:00:00
Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 41.5 MB/s eta 0:00:00
Downloading GitPython-3.1.41-py3-none-any.whl (196 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.4/196.4 kB 31.7 MB/s eta 0:00:00
Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (660 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 660.5/660.5 kB 40.1 MB/s eta 0:00:00
Downloading grpcio-1.62.1-cp312-cp312-manylinux_2_17_aarch64.whl (5.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 26.1 MB/s eta 0:00:00
Downloading grpcio_reflection-1.59.3-py3-none-any.whl (21 kB)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 107.7 MB/s eta 0:00:00
Downloading httpcore-1.0.4-py3-none-any.whl (77 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 140.5 MB/s eta 0:00:00
Downloading httpx-0.26.0-py3-none-any.whl (75 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 kB 180.9 MB/s eta 0:00:00
Downloading httpx_sse-0.3.1-py3-none-any.whl (7.7 kB)
Downloading huggingface_hub-0.20.3-py3-none-any.whl (330 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 330.1/330.1 kB 32.4 MB/s eta 0:00:00
Downloading ibm_generative_ai-2.2.0-py3-none-any.whl (94 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.9/94.9 kB 7.8 MB/s eta 0:00:00
Downloading idna-3.7-py3-none-any.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 169.4 MB/s eta 0:00:00
Downloading InstructorEmbedding-1.0.1-py2.py3-none-any.whl (19 kB)
Downloading ipykernel-6.26.0-py3-none-any.whl (114 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.3/114.3 kB 550.4 MB/s eta 0:00:00
Downloading ipython-8.16.1-py3-none-any.whl (806 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.0/807.0 kB 28.2 MB/s eta 0:00:00
Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Downloading ipywidgets-8.0.4-py3-none-any.whl (137 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.8/137.8 kB 74.6 MB/s eta 0:00:00
Downloading isoduration-20.11.0-py3-none-any.whl (11 kB)
Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 23.9 MB/s eta 0:00:00
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 20.5 MB/s eta 0:00:00
Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 42.7 MB/s eta 0:00:00
Downloading json5-0.9.14-py2.py3-none-any.whl (19 kB)
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Downloading jsonschema-4.19.1-py3-none-any.whl (83 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.3/83.3 kB 41.6 MB/s eta 0:00:00
Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Downloading jupyter_console-6.6.3-py3-none-any.whl (24 kB)
Downloading jupyter_events-0.9.0-py3-none-any.whl (18 kB)
Downloading jupyter_lsp-2.2.2-py3-none-any.whl (68 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 kB 18.8 MB/s eta 0:00:00
Downloading jupyter_client-8.5.0-py3-none-any.whl (105 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.7/105.7 kB 33.2 MB/s eta 0:00:00
Downloading jupyter_core-5.4.0-py3-none-any.whl (28 kB)
Downloading jupyter_server-2.11.2-py3-none-any.whl (380 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.0/380.0 kB 43.0 MB/s eta 0:00:00
Downloading jupyter_server_terminals-0.4.4-py3-none-any.whl (13 kB)
Downloading jupyterlab-4.0.11-py3-none-any.whl (9.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 25.6 MB/s eta 0:00:00
Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB)
Downloading jupyterlab_quarto-0.2.8-py3-none-any.whl (909 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 909.8/909.8 kB 32.8 MB/s eta 0:00:00
Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl (214 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.9/214.9 kB 21.3 MB/s eta 0:00:00
Downloading jupyterlab_server-2.25.0-py3-none-any.whl (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.2/57.2 kB 48.1 MB/s eta 0:00:00
Downloading langchain-0.1.11-py3-none-any.whl (807 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.5/807.5 kB 35.7 MB/s eta 0:00:00
Downloading langchain_community-0.0.27-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 27.2 MB/s eta 0:00:00
Downloading langchain_core-0.1.35-py3-none-any.whl (273 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.0/273.0 kB 20.9 MB/s eta 0:00:00
Downloading langchain_experimental-0.0.52-py3-none-any.whl (171 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.6/171.6 kB 24.5 MB/s eta 0:00:00
Downloading langchain_openai-0.0.8-py3-none-any.whl (32 kB)
Downloading langchain_text_splitters-0.0.1-py3-none-any.whl (21 kB)
Downloading langsmith-0.1.23-py3-none-any.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.6/66.6 kB 114.6 MB/s eta 0:00:00
Downloading loguru-0.7.2-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.5/62.5 kB 76.2 MB/s eta 0:00:00
Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (29 kB)
Downloading marshmallow-3.20.1-py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.4/49.4 kB 78.5 MB/s eta 0:00:00
Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Downloading mistune-3.0.2-py3-none-any.whl (47 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 170.5 MB/s eta 0:00:00
Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 24.6 MB/s eta 0:00:00
Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (129 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 kB 70.1 MB/s eta 0:00:00
Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Downloading nbclient-0.8.0-py3-none-any.whl (73 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.1/73.1 kB 193.7 MB/s eta 0:00:00
Downloading nbconvert-7.9.2-py3-none-any.whl (256 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.4/256.4 kB 27.4 MB/s eta 0:00:00
Downloading nbdev-2.3.13-py3-none-any.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/66.1 kB 181.4 MB/s eta 0:00:00
Downloading nbformat-5.9.2-py3-none-any.whl (77 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 187.7 MB/s eta 0:00:00
Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB)
Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 26.8 MB/s eta 0:00:00
Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 32.2 MB/s eta 0:00:00
Downloading notebook-7.0.7-py3-none-any.whl (4.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 20.9 MB/s eta 0:00:00
Downloading notebook_shim-0.2.3-py3-none-any.whl (13 kB)
Downloading numpy-1.26.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/13.9 MB 20.0 MB/s eta 0:00:00
Downloading openai-1.13.3-py3-none-any.whl (227 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.4/227.4 kB 26.3 MB/s eta 0:00:00
Downloading orjson-3.9.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (144 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.4/144.4 kB 20.0 MB/s eta 0:00:00
Downloading overrides-7.4.0-py3-none-any.whl (17 kB)
Downloading packaging-23.2-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 91.8 MB/s eta 0:00:00
Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 144.5 MB/s eta 0:00:00
Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 180.4 MB/s eta 0:00:00
Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_aarch64.whl (4.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 21.9 MB/s eta 0:00:00
Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB)
Downloading prometheus_client-0.17.1-py3-none-any.whl (60 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 199.4 MB/s eta 0:00:00
Downloading prompt_toolkit-3.0.39-py3-none-any.whl (385 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.2/385.2 kB 42.1 MB/s eta 0:00:00
Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl (293 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 293.7/293.7 kB 41.7 MB/s eta 0:00:00
Downloading psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 25.0 MB/s eta 0:00:00
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 188.1 MB/s eta 0:00:00
Downloading pydantic-2.7.4-py3-none-any.whl (409 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.0/409.0 kB 50.3 MB/s eta 0:00:00
Downloading pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 26.7 MB/s eta 0:00:00
Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 26.6 MB/s eta 0:00:00
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 235.9 MB/s eta 0:00:00
Downloading python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (696 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 696.9/696.9 kB 51.1 MB/s eta 0:00:00
Downloading pyzmq-25.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 899.3/899.3 kB 38.1 MB/s eta 0:00:00
Downloading qtconsole-5.4.4-py3-none-any.whl (121 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.9/121.9 kB 244.7 MB/s eta 0:00:00
Downloading QtPy-2.4.1-py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.5/93.5 kB 165.2 MB/s eta 0:00:00
Downloading referencing-0.30.2-py3-none-any.whl (25 kB)
Downloading regex-2023.12.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (786 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.1/786.1 kB 27.5 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 142.5 MB/s eta 0:00:00
Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Downloading rpds_py-0.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.5 MB/s eta 0:00:00
Downloading safetensors-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 34.3 MB/s eta 0:00:00
Downloading scikit_learn-1.4.1.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 24.9 MB/s eta 0:00:00
Downloading scipy-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.2/34.2 MB 21.8 MB/s eta 0:00:00
Downloading Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Downloading sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 22.1 MB/s eta 0:00:00
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Downloading smmap-5.0.1-py3-none-any.whl (24 kB)
Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Downloading soupsieve-2.5-py3-none-any.whl (36 kB)
Downloading SQLAlchemy-2.0.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 20.9 MB/s eta 0:00:00
Downloading sqlparse-0.5.0-py3-none-any.whl (43 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.0/44.0 kB 150.2 MB/s eta 0:00:00
Downloading stack_data-0.6.3-py3-none-any.whl (24 kB)
Downloading sympy-1.12-py3-none-any.whl (5.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 25.1 MB/s eta 0:00:00
Downloading tenacity-8.2.3-py3-none-any.whl (24 kB)
Downloading terminado-0.17.1-py3-none-any.whl (17 kB)
Downloading threadpoolctl-3.3.0-py3-none-any.whl (17 kB)
Downloading tiktoken-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 26.4 MB/s eta 0:00:00
Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB)
Downloading tokenizers-0.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 22.0 MB/s eta 0:00:00
Downloading torch-2.2.0-cp312-cp312-manylinux2014_aarch64.whl (86.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.5/86.5 MB 17.9 MB/s eta 0:00:00
Downloading torchvision-0.17.0-cp312-cp312-manylinux2014_aarch64.whl (14.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 14.0 MB/s eta 0:00:00
Downloading tornado-6.3.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (428 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 428.1/428.1 kB 16.8 MB/s eta 0:00:00
Downloading tqdm-4.66.3-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 32.7 MB/s eta 0:00:00
Downloading traitlets-5.12.0-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.0/84.0 kB 208.3 MB/s eta 0:00:00
Downloading transformers-4.38.0-py3-none-any.whl (8.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 15.2 MB/s eta 0:00:00
Downloading typer-0.9.0-py3-none-any.whl (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/45.9 kB 158.6 MB/s eta 0:00:00
Downloading types_python_dateutil-2.8.19.14-py3-none-any.whl (9.4 kB)
Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)
Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB)
Downloading unidiff-0.7.5-py2.py3-none-any.whl (14 kB)
Downloading uri_template-1.3.0-py3-none-any.whl (11 kB)
Downloading urllib3-2.0.7-py3-none-any.whl (124 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 kB 344.9 MB/s eta 0:00:00
Downloading watchdog-3.0.0-py3-none-manylinux2014_aarch64.whl (82 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.0/82.0 kB 24.6 MB/s eta 0:00:00
Downloading wcwidth-0.2.8-py2.py3-none-any.whl (31 kB)
Downloading webcolors-1.13-py3-none-any.whl (14 kB)
Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Downloading websocket_client-1.6.4-py3-none-any.whl (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/57.3 kB 273.0 MB/s eta 0:00:00
Downloading widgetsnbextension-4.0.9-py3-none-any.whl (2.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 17.0 MB/s eta 0:00:00
Downloading gunicorn-22.0.0-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.4/84.4 kB 188.9 MB/s eta 0:00:00
Downloading wheel-0.43.0-py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 187.4 MB/s eta 0:00:00
Downloading setuptools-71.0.3-py3-none-any.whl (2.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 16.6 MB/s eta 0:00:00
Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (86 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 kB 190.6 MB/s eta 0:00:00
Building wheels for collected packages: frozenlist, psutil, sentence-transformers, yarl, vcrpy
Building wheel for frozenlist (pyproject.toml): started
Building wheel for frozenlist (pyproject.toml): finished with status 'done'
Created wheel for frozenlist: filename=frozenlist-1.4.0-cp312-cp312-linux_aarch64.whl size=211707 sha256=ac2faba35e8e7ef39bf3e42aba177b46357aee03f2874f636a6c0c3b572aea6b
Stored in directory: /tmp/pip-ephem-wheel-cache-0t5qh4sf/wheels/f1/9c/94/9386cb0ea511a93226456388d41d35f1c24ba15a62ffd7b1ef
Building wheel for psutil (pyproject.toml): started
Building wheel for psutil (pyproject.toml): finished with status 'done'
Created wheel for psutil: filename=psutil-5.9.6-cp312-abi3-linux_aarch64.whl size=286768 sha256=68cf25e7f4de872f8ab3c4168b2172d782029c5433f802b88294f9fd05223674
Stored in directory: /tmp/pip-ephem-wheel-cache-0t5qh4sf/wheels/d9/41/80/ad7c0a18b026621ef67a9fb856a07c20b4dc2b90ab0f3ea015
Building wheel for sentence-transformers (pyproject.toml): started
Building wheel for sentence-transformers (pyproject.toml): finished with status 'done'
Created wheel for sentence-transformers: filename=sentence_transformers-2.2.2-py3-none-any.whl size=125924 sha256=4847c42799a6634e68920b82cdef9f179fd7b09c1911737159b81efec6cda216
Stored in directory: /tmp/pip-ephem-wheel-cache-0t5qh4sf/wheels/d9/3b/21/aa025e9c81a6cda4b8358756a756677b0969b4bc69be6dd5da
Building wheel for yarl (pyproject.toml): started
Building wheel for yarl (pyproject.toml): finished with status 'done'
Created wheel for yarl: filename=yarl-1.9.2-cp312-cp312-linux_aarch64.whl size=232415 sha256=9d4c1ea1aba2aae39e517465d2fa4716975d2906aaa7a484396f0e6282112cc4
Stored in directory: /tmp/pip-ephem-wheel-cache-0t5qh4sf/wheels/84/e3/6a/7d0fa1abee8e4aa39922b5bd54689b4b5e4269b2821f482a32
Building wheel for vcrpy (pyproject.toml): started
Building wheel for vcrpy (pyproject.toml): finished with status 'done'
Created wheel for vcrpy: filename=vcrpy-6.0.1-py2.py3-none-any.whl size=42057 sha256=e817efa2c8d08f406675879357dfb02ddda01ce07f33bee5b00c9b647c48e441
Stored in directory: /tmp/pip-ephem-wheel-cache-0t5qh4sf/wheels/10/6d/64/ee2e69285a9a3f223e3ccbf114dc47a828fcbe86443143bedd
Successfully built frozenlist psutil sentence-transformers yarl vcrpy
Installing collected packages: webencodings, wcwidth, unidiff, types-python-dateutil, sentencepiece, pure-eval, ptyprocess, pickleshare, mpmath, json5, ipython-genutils, InstructorEmbedding, fastjsonschema, executing, backcall, appnope, wrapt, widgetsnbextension, wheel, websocket-client, webcolors, watchdog, urllib3, uri-template, typing_extensions, traitlets, tqdm, tornado, tinycss2, threadpoolctl, tenacity, sympy, sqlparse, soupsieve, sniffio, smmap, six, setuptools, Send2Trash, safetensors, rpds-py, rfc3986-validator, regex, pyzmq, PyYAML, python-json-logger, Pygments, pycparser, psycopg2-binary, psutil, protobuf, prompt-toolkit, prometheus-client, platformdirs, pillow, pexpect, parso, pandocfilters, packaging, overrides, orjson, numpy, networkx, nest-asyncio, mypy-extensions, multidict, mistune, MarkupSafe, loguru, jupyterlab-widgets, jupyterlab-quarto, jupyterlab-pygments, jsonpointer, joblib, idna, httpx-sse, h11, grpcio, greenlet, fsspec, frozenlist, fqdn, filelock, distro, defusedxml, decorator, debugpy, click, charset-normalizer, certifi, attrs, async-timeout, async-lru, asgiref, ansi2html, annotated-types, aiolimiter, yarl, typing-inspect, typer, terminado, SQLAlchemy, scipy, rfc3339-validator, requests, referencing, QtPy, python-dateutil, pydantic_core, nltk, matplotlib-inline, marshmallow, jupyter_core, jsonpatch, Jinja2, jedi, httpcore, gunicorn, grpcio-reflection, gitdb, fastcore, comm, cffi, bleach, beautifulsoup4, Babel, astunparse, asttokens, anyio, aiosignal, vcrpy, torch, tiktoken, stack-data, scikit-learn, pydantic, jupyter_server_terminals, jupyter_client, jsonschema-specifications, huggingface-hub, httpx, GitPython, ghapi, dataclasses-json, caikit-nlp-client, arrow, argon2-cffi-bindings, aiohttp, torchvision, tokenizers, openai, langsmith, jsonschema, isoduration, ipython, ibm-generative-ai, argon2-cffi, transformers, nbformat, langchain-core, ipykernel, execnb, sentence-transformers, qtconsole, nbclient, langchain-text-splitters, langchain-openai, langchain-community, jupyter-events, jupyter-console, ipywidgets, nbdev, nbconvert, langchain, langchain-experimental, jupyter_server, notebook_shim, jupyterlab_server, jupyter-lsp, jupyterlab, notebook, jupyter
Successfully installed Babel-2.13.1 GitPython-3.1.41 InstructorEmbedding-1.0.1 Jinja2-3.1.4 MarkupSafe-2.1.3 PyYAML-6.0.1 Pygments-2.16.1 QtPy-2.4.1 SQLAlchemy-2.0.22 Send2Trash-1.8.2 aiohttp-3.9.3 aiolimiter-1.1.0 aiosignal-1.3.1 annotated-types-0.6.0 ansi2html-1.8.0 anyio-3.7.1 appnope-0.1.3 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 asgiref-3.7.2 asttokens-2.4.1 astunparse-1.6.3 async-lru-2.0.4 async-timeout-4.0.3 attrs-23.1.0 backcall-0.2.0 beautifulsoup4-4.12.2 bleach-6.1.0 caikit-nlp-client-0.0.8 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.3.1 click-8.1.7 comm-0.1.4 dataclasses-json-0.6.1 debugpy-1.8.0 decorator-5.1.1 defusedxml-0.7.1 distro-1.9.0 execnb-0.1.5 executing-2.0.0 fastcore-1.5.29 fastjsonschema-2.18.1 filelock-3.13.1 fqdn-1.5.1 frozenlist-1.4.0 fsspec-2024.2.0 ghapi-1.0.4 gitdb-4.0.11 greenlet-3.0.3 grpcio-1.62.1 grpcio-reflection-1.59.3 gunicorn-22.0.0 h11-0.14.0 httpcore-1.0.4 httpx-0.26.0 httpx-sse-0.3.1 huggingface-hub-0.20.3 ibm-generative-ai-2.2.0 idna-3.7 ipykernel-6.26.0 ipython-8.16.1 ipython-genutils-0.2.0 ipywidgets-8.0.4 isoduration-20.11.0 jedi-0.19.1 joblib-1.3.2 json5-0.9.14 jsonpatch-1.33 jsonpointer-2.4 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 jupyter-1.0.0 jupyter-console-6.6.3 jupyter-events-0.9.0 jupyter-lsp-2.2.2 jupyter_client-8.5.0 jupyter_core-5.4.0 jupyter_server-2.11.2 jupyter_server_terminals-0.4.4 jupyterlab-4.0.11 jupyterlab-pygments-0.2.2 jupyterlab-quarto-0.2.8 jupyterlab-widgets-3.0.9 jupyterlab_server-2.25.0 langchain-0.1.11 langchain-community-0.0.27 langchain-core-0.1.35 langchain-experimental-0.0.52 langchain-openai-0.0.8 langchain-text-splitters-0.0.1 langsmith-0.1.23 loguru-0.7.2 marshmallow-3.20.1 matplotlib-inline-0.1.6 mistune-3.0.2 mpmath-1.3.0 multidict-6.0.5 mypy-extensions-1.0.0 nbclient-0.8.0 nbconvert-7.9.2 nbdev-2.3.13 nbformat-5.9.2 nest-asyncio-1.5.8 networkx-3.2.1 nltk-3.8.1 notebook-7.0.7 notebook_shim-0.2.3 numpy-1.26.1 openai-1.13.3 orjson-3.9.15 overrides-7.4.0 packaging-23.2 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pillow-10.3.0 platformdirs-3.11.0 prometheus-client-0.17.1 prompt-toolkit-3.0.39 protobuf-4.25.3 psutil-5.9.6 psycopg2-binary-2.9.9 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.21 pydantic-2.7.4 pydantic_core-2.18.4 python-dateutil-2.8.2 python-json-logger-2.0.7 pyzmq-25.1.1 qtconsole-5.4.4 referencing-0.30.2 regex-2023.12.25 requests-2.31.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.10.6 safetensors-0.4.2 scikit-learn-1.4.1.post1 scipy-1.12.0 sentence-transformers-2.2.2 sentencepiece-0.2.0 setuptools-71.0.3 six-1.16.0 smmap-5.0.1 sniffio-1.3.0 soupsieve-2.5 sqlparse-0.5.0 stack-data-0.6.3 sympy-1.12 tenacity-8.2.3 terminado-0.17.1 threadpoolctl-3.3.0 tiktoken-0.6.0 tinycss2-1.2.1 tokenizers-0.15.2 torch-2.2.0 torchvision-0.17.0 tornado-6.3.3 tqdm-4.66.3 traitlets-5.12.0 transformers-4.38.0 typer-0.9.0 types-python-dateutil-2.8.19.14 typing-inspect-0.9.0 typing_extensions-4.8.0 unidiff-0.7.5 uri-template-1.3.0 urllib3-2.0.7 vcrpy-6.0.1 watchdog-3.0.0 wcwidth-0.2.8 webcolors-1.13 webencodings-0.5.1 websocket-client-1.6.4 wheel-0.43.0 widgetsnbextension-4.0.9 wrapt-1.16.0 yarl-1.9.2
[notice] A new release of pip is available: 23.2.1 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
--> 9aac4fa5fba7
STEP 8/11: RUN pip install --no-cache -e /kai
Obtaining file:///kai
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Installing collected packages: kai
Running setup.py develop for kai
Successfully installed kai-0.0.1
[notice] A new release of pip is available: 23.2.1 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
--> 457cc250d95b
STEP 9/11: RUN cd /kai/samples && ./fetch_apps.py
Cloning kitchensink...
*** Exiting since 'sample_repos/kitchensink' already exists
*** Delete 'sample_repos' and rerun this script
Error: building at STEP "RUN cd /kai/samples && ./fetch_apps.py": while running runtime: exit status 1
real 2m3.641s
user 0m16.506s
sys 0m3.766s
./build.sh 16.51s user 3.77s system 16% cpu 2:03.66 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment