Skip to content
Snippets Groups Projects
poetry.lock 122 KiB
Newer Older
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.

[[package]]
name = "cachetools"
version = "5.5.0"
description = "Extensible memoizing collections and decorators"
optional = false
python-versions = ">=3.7"
files = [
    {file = "cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"},
    {file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"},
]

[[package]]
name = "click"
version = "8.1.7"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
    {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
    {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
]

[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}

[[package]]
name = "cloudpickle"
version = "3.1.0"
description = "Pickler class to extend the standard pickle.Pickler functionality"
optional = false
python-versions = ">=3.8"
files = [
    {file = "cloudpickle-3.1.0-py3-none-any.whl", hash = "sha256:fe11acda67f61aaaec473e3afe030feb131d78a43461b718185363384f1ba12e"},
    {file = "cloudpickle-3.1.0.tar.gz", hash = "sha256:81a929b6e3c7335c863c771d673d105f02efdb89dfaba0c90495d1c64796601b"},
]

[[package]]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
    {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
    {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]

[[package]]
name = "cuda-python"
version = "12.6.2.post1"
description = "Python bindings for CUDA"
optional = false
python-versions = "*"
files = [
    {file = "cuda_python-12.6.2.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:be1f268aae08d509e4af2d8b8465b74351de39d8f439a5a98caf9b276e027d9b"},
    {file = "cuda_python-12.6.2.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee91c92f34fc140b8e241a2681747cfb4442fa3a9dc817376d3090f6c73a0c0f"},
    {file = "cuda_python-12.6.2.post1-cp310-cp310-win_amd64.whl", hash = "sha256:839f32f19dbd496c4ed82398f810472504173b8a583ef13397f681abfaa30550"},
    {file = "cuda_python-12.6.2.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20271f7979495435e2192758ca52a227dc70e04af1453442a44d3149b94c4630"},
    {file = "cuda_python-12.6.2.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d47ba3464fd890025a6d1929dac5e71f2d8c16d0abfe461123cf8be1f975d3a0"},
    {file = "cuda_python-12.6.2.post1-cp311-cp311-win_amd64.whl", hash = "sha256:8146b16197f5166775f9d90e67e36ac2d316563f226d9ae64a52b462eb59dee3"},
    {file = "cuda_python-12.6.2.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea1e5b26cdfa424c26f098f6ec17340608b73dddc5fd2059f5b31897eabd9916"},
    {file = "cuda_python-12.6.2.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ccda3b9400dd6568b3db118aae1c783ef26f2457d6635197999fa42b46b5187"},
    {file = "cuda_python-12.6.2.post1-cp312-cp312-win_amd64.whl", hash = "sha256:3bd77d1964233df464486f7740e9c17b1e3576aba613ba295e0bd096a77cdd19"},
    {file = "cuda_python-12.6.2.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ea25bf01b08563b2d9ff207db1f6c9beb21cd79528fc3f818cf1771c6a05306"},
    {file = "cuda_python-12.6.2.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6dfb5bdafdc26b47cd345861e6374843bede99fe81804377404c35c19e59e21d"},
    {file = "cuda_python-12.6.2.post1-cp39-cp39-win_amd64.whl", hash = "sha256:e2cb76b0ec491bc5afd6412d35dd1e84b3b6cd2c11ab4fda9337b01dffa4018d"},
]

[package.dependencies]
pywin32 = {version = "*", markers = "sys_platform == \"win32\""}

[[package]]
name = "cudf-cu12"
version = "24.10.1"
description = "cuDF - GPU Dataframe"
optional = false
python-versions = ">=3.10"
files = [
    {file = "cudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:06460fb780a62c1289a6090e52864a5ed82273e370530a572cbd23b1355a793c"},
    {file = "cudf_cu12-24.10.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2ebf8a043a41891162ac7af4dcb6983c4602aee9b29584a35cbe4dcefeb9c012"},
    {file = "cudf_cu12-24.10.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8670780b1580453b1dac75b5cf2c0ca22879249559ed205cf92cb45470971a5f"},
    {file = "cudf_cu12-24.10.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8e3234eaf3570510e80725ea291ff7be44dccb34cedfbaa0176a3786ba7fa5f8"},
    {file = "cudf_cu12-24.10.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:abebc6ab505d4c8b5cf50e364542ac1b699526c9dae8fb6587f7852cceb9fdb4"},
    {file = "cudf_cu12-24.10.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fb1934d908e33b61a4ded6c33f8305b78947d01149ed5c37b07e0c581ebbc136"},
]

[package.dependencies]
cachetools = "*"
cuda-python = ">=12.0,<13.0a0"
cupy-cuda12x = ">=12.0.0"
fsspec = ">=0.6.0"
libcudf-cu12 = "==24.10.*"
numba = ">=0.57"
numpy = ">=1.23,<3.0a0"
nvtx = ">=0.2.1"
packaging = "*"
pandas = ">=2.0,<2.2.3dev0"
pyarrow = ">=14.0.0,<18.0.0a0"
pylibcudf-cu12 = "==24.10.*"
pynvjitlink-cu12 = "*"
rich = "*"
rmm-cu12 = "==24.10.*"
typing_extensions = ">=4.0.0"

[package.extras]
cudf-pandas-tests = ["ipython", "jupyter_client", "nbconvert", "nbformat", "openpyxl"]
pandas-tests = ["ipython", "pandas[clipboard,compression,computation,excel,feather,fss,hdf5,html,output-formatting,parquet,performance,plot,pyarrow,spss,test,xml]", "pytest-reportlog"]
test = ["cramjam", "fastavro (>=0.22.9)", "hypothesis", "msgpack", "pytest (<8)", "pytest-benchmark", "pytest-cases (>=3.8.2)", "pytest-cov", "pytest-xdist", "scipy", "tokenizers (==0.15.2)", "transformers (==4.39.3)", "tzdata"]

[package.source]
type = "legacy"
url = "https://pypi.nvidia.com"
reference = "rapids"

[[package]]
name = "cuml-cu12"
version = "24.10.0"
description = "cuML - RAPIDS ML Algorithms"
optional = false
python-versions = ">=3.10"
files = [
    {file = "cuml_cu12-24.10.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:2cf26e139a781101a461ad5b615de93411e8084c10a2baaa9a9084814ae001ba"},
    {file = "cuml_cu12-24.10.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:0481db8e341da62c1d6baf9a00cd3958f89895006a772c3968d129ef71c2344b"},
    {file = "cuml_cu12-24.10.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:2bbcc8ac8cbb17d4f9607ef04d64d71d31451f367f429e7eef5a60dabeb76253"},
    {file = "cuml_cu12-24.10.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:85a88e55d3ae1e01c0a72a834fba92e5ec9e8b11959c4399449c658b43ccb63d"},
    {file = "cuml_cu12-24.10.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:6209cffc7be5090c9abf0bac75d0fad8d72cabfcac4d1e3da8a7090d40757a21"},
    {file = "cuml_cu12-24.10.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:47647af4bc997cb2bc8f5713b2c4187f7b427c5d2bc745468697711544c26e76"},
]

[package.dependencies]
cudf-cu12 = "==24.10.*"
cupy-cuda12x = ">=12.0.0"
cuvs-cu12 = "==24.10.*"
dask-cuda = "==24.10.*"
dask-cudf-cu12 = "==24.10.*"
joblib = ">=0.11"
numba = ">=0.57"
numpy = ">=1.23,<3.0a0"
nvidia-cublas-cu12 = "*"
nvidia-cufft-cu12 = "*"
nvidia-curand-cu12 = "*"
nvidia-cusolver-cu12 = "*"
nvidia-cusparse-cu12 = "*"
packaging = "*"
pylibraft-cu12 = "==24.10.*"
raft-dask-cu12 = "==24.10.*"
rapids-dask-dependency = "==24.10.*"
rmm-cu12 = "==24.10.*"
scipy = ">=1.8.0"
treelite = "4.3.0"

[package.extras]
test = ["cython (>=3.0.0)", "dask-ml", "hdbscan (>=0.8.38,<0.8.39)", "hypothesis (>=6.0,<7)", "nltk", "numpydoc", "pynndescent", "pytest (==7.*)", "pytest-benchmark", "pytest-cases", "pytest-cov", "pytest-xdist", "scikit-learn (==1.5)", "seaborn", "setuptools", "statsmodels", "umap-learn (==0.5.6)"]

[package.source]
type = "legacy"
url = "https://pypi.nvidia.com"
reference = "rapids"

[[package]]
name = "cupy-cuda12x"
version = "13.3.0"
description = "CuPy: NumPy & SciPy for GPU"
optional = false
python-versions = ">=3.9"
files = [
    {file = "cupy_cuda12x-13.3.0-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:674488e990998042cc54d2486d3c37cae80a12ba3787636be5a10b9446dd6914"},
    {file = "cupy_cuda12x-13.3.0-cp310-cp310-manylinux2014_x86_64.whl", hash = "sha256:cf4a2a0864364715881b50012927e88bd7ec1e6f1de3987970870861ae5ed25e"},
    {file = "cupy_cuda12x-13.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:7c0dc8c49d271d1c03e49a5d6c8e42e8fee3114b10f269a5ecc387731d693eaa"},
    {file = "cupy_cuda12x-13.3.0-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:c0cc095b9a3835fd5db66c45ed3c58ecdc5a3bb14e53e1defbfd4a0ce5c8ecdb"},
    {file = "cupy_cuda12x-13.3.0-cp311-cp311-manylinux2014_x86_64.whl", hash = "sha256:a0e3bead04e502ebde515f0343444ca3f4f7aed09cbc3a316a946cba97f2ea66"},
    {file = "cupy_cuda12x-13.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:5f11df1149c7219858b27e4c8be92cb4eaf7364c94af6b78c40dffb98050a61f"},
    {file = "cupy_cuda12x-13.3.0-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:bbd0d916310391faf0d7dc9c58fff7a6dc996b67e5768199160bbceb5ebdda8c"},
    {file = "cupy_cuda12x-13.3.0-cp312-cp312-manylinux2014_x86_64.whl", hash = "sha256:e206bd8664f0763732b6012431f484ee535bffd77a5ae95e9bfe1c7c72396625"},
    {file = "cupy_cuda12x-13.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:88ef1478f00ae252da0026e7f04f70c9bb6a2dc130ba5f1e5bc5e8069a928bf5"},
    {file = "cupy_cuda12x-13.3.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:3a52aa49ffcc940d034f2bb39728c90e9fa83c7a49e376404507956adb6d6ec4"},
    {file = "cupy_cuda12x-13.3.0-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:3ef13f3cbc449d2a0f816594ab1fa0236e1f06ad1eaa81ad04c75e47cbeb87be"},
    {file = "cupy_cuda12x-13.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:8f5433eec3e5cd8d39e8fcb82e0fdab7c22eba8e3304fcb0b42f2ea988fef0d6"},
]

[package.dependencies]
fastrlock = ">=0.5"
numpy = ">=1.22,<2.3"

[package.extras]
all = ["Cython (>=0.29.22,<3)", "optuna (>=2.0)", "scipy (>=1.7,<1.14)"]
stylecheck = ["autopep8 (==1.5.5)", "flake8 (==3.8.4)", "mypy (==1.4.1)", "pbr (==5.5.1)", "pycodestyle (==2.6.0)", "types-setuptools (==57.4.14)"]
test = ["hypothesis (>=6.37.2,<6.55.0)", "mpmath", "packaging", "pytest (>=7.2)"]

[[package]]
name = "cuvs-cu12"
version = "24.10.0"
description = "cuVS: Vector Search on the GPU"
optional = false
python-versions = ">=3.10"
files = [
    {file = "cuvs_cu12-24.10.0.tar.gz", hash = "sha256:7fa7349b6b74557fd6adc8cb6ae912d3bc6f0570e2c85e66484d7c2242d8331c"},
]
Loading
Loading full blame...