From dab67a2ff2b264d00e00c6080e69a11da0ac25a0 Mon Sep 17 00:00:00 2001 From: zhiheng huang Date: Wed, 30 Oct 2024 14:18:50 -0700 Subject: [PATCH] dependencies --- poetry.lock | 696 ++++++++----------------------------------------- pyproject.toml | 8 +- 2 files changed, 109 insertions(+), 595 deletions(-) diff --git a/poetry.lock b/poetry.lock index bddf8b4..1f82275 100644 --- a/poetry.lock +++ b/poetry.lock @@ -114,7 +114,6 @@ files = [ [package.dependencies] aiohappyeyeballs = ">=2.3.0" aiosignal = ">=1.1.2" -async-timeout = {version = ">=4.0,<5.0", markers = "python_version < \"3.11\""} attrs = ">=17.3.0" frozenlist = ">=1.1.1" multidict = ">=4.5,<7.0" @@ -183,10 +182,8 @@ files = [ ] [package.dependencies] -exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""} idna = ">=2.8" sniffio = ">=1.1" -typing-extensions = {version = ">=4.1", markers = "python_version < \"3.11\""} [package.extras] doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] @@ -222,17 +219,6 @@ six = ">=1.12.0" astroid = ["astroid (>=1,<2)", "astroid (>=2,<4)"] test = ["astroid (>=1,<2)", "astroid (>=2,<4)", "pytest"] -[[package]] -name = "async-timeout" -version = "4.0.3" -description = "Timeout context manager for asyncio programs" -optional = false -python-versions = ">=3.7" -files = [ - {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, - {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, -] - [[package]] name = "attrs" version = "24.2.0" @@ -675,9 +661,6 @@ files = [ {file = "coverage-6.5.0.tar.gz", hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84"}, ] -[package.dependencies] -tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""} - [package.extras] toml = ["tomli"] @@ -891,20 +874,6 @@ django = ["dj-database-url", "dj-email-url", "django-cache-url"] lint = ["flake8 (==4.0.1)", "flake8-bugbear (==21.9.2)", "mypy (==0.910)", "pre-commit (>=2.4,<3.0)"] tests = ["dj-database-url", "dj-email-url", "django-cache-url", "pytest"] -[[package]] -name = "exceptiongroup" -version = "1.2.2" -description = "Backport of PEP 654 (exception groups)" -optional = false -python-versions = ">=3.7" -files = [ - {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, - {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, -] - -[package.extras] -test = ["pytest (>=6)"] - [[package]] name = "executing" version = "2.1.0" @@ -1615,7 +1584,6 @@ files = [ [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} decorator = "*" -exceptiongroup = {version = "*", markers = "python_version < \"3.11\""} jedi = ">=0.16" matplotlib-inline = "*" pexpect = {version = ">4.3", markers = "sys_platform != \"win32\" and sys_platform != \"emscripten\""} @@ -1675,17 +1643,6 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] -[[package]] -name = "joblib" -version = "1.4.2" -description = "Lightweight pipelining with Python functions" -optional = false -python-versions = ">=3.8" -files = [ - {file = "joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"}, - {file = "joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"}, -] - [[package]] name = "jsonpatch" version = "1.33" @@ -1801,7 +1758,6 @@ files = [ [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" -async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""} langchain-core = ">=0.2.10,<0.3.0" langchain-text-splitters = ">=0.2.0,<0.3.0" langsmith = ">=0.1.17,<0.2.0" @@ -1878,24 +1834,6 @@ files = [ elasticsearch = {version = ">=8.13.1,<9.0.0", extras = ["vectorstore-mmr"]} langchain-core = ">=0.1.50,<0.3" -[[package]] -name = "langchain-huggingface" -version = "0.0.3" -description = "An integration package connecting Hugging Face and LangChain" -optional = false -python-versions = "<4.0,>=3.8.1" -files = [ - {file = "langchain_huggingface-0.0.3-py3-none-any.whl", hash = "sha256:d6827adf3c7c8fcc0bca8c43c7e900c3bf68af9a1532a83d4b8ace137e02887e"}, - {file = "langchain_huggingface-0.0.3.tar.gz", hash = "sha256:0637acf484c47323cf3dcc46745a93467f6955989af9b7c01e2382fe1b630aaf"}, -] - -[package.dependencies] -huggingface-hub = ">=0.23.0" -langchain-core = ">=0.1.52,<0.3" -sentence-transformers = ">=2.6.0" -tokenizers = ">=0.19.1" -transformers = ">=4.39.0" - [[package]] name = "langchain-milvus" version = "0.1.1" @@ -1947,13 +1885,13 @@ langchain-core = ">=0.2.10,<0.3.0" [[package]] name = "langsmith" -version = "0.1.137" +version = "0.1.138" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langsmith-0.1.137-py3-none-any.whl", hash = "sha256:4256d5c61133749890f7b5c88321dbb133ce0f440c621ea28e76513285859b81"}, - {file = "langsmith-0.1.137.tar.gz", hash = "sha256:56cdfcc6c74cb20a3f437d5bd144feb5bf93f54c5a2918d1e568cbd084a372d4"}, + {file = "langsmith-0.1.138-py3-none-any.whl", hash = "sha256:5c2bd5c11c75f7b3d06a0f06b115186e7326ca969fd26d66ffc65a0669012aee"}, + {file = "langsmith-0.1.138.tar.gz", hash = "sha256:1ecf613bb52f6bf17f1510e24ad8b70d4b0259bc9d3dbfd69b648c66d4644f0b"}, ] [package.dependencies] @@ -2186,9 +2124,6 @@ files = [ {file = "multidict-6.1.0.tar.gz", hash = "sha256:22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a"}, ] -[package.dependencies] -typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.11\""} - [[package]] name = "multiprocess" version = "0.70.16" @@ -2310,67 +2245,6 @@ files = [ {file = "numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010"}, ] -[[package]] -name = "nvidia-cublas-cu11" -version = "11.10.3.66" -description = "CUBLAS native runtime libraries" -optional = false -python-versions = ">=3" -files = [ - {file = "nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl", hash = "sha256:d32e4d75f94ddfb93ea0a5dda08389bcc65d8916a25cb9f37ac89edaeed3bded"}, - {file = "nvidia_cublas_cu11-11.10.3.66-py3-none-win_amd64.whl", hash = "sha256:8ac17ba6ade3ed56ab898a036f9ae0756f1e81052a317bf98f8c6d18dc3ae49e"}, -] - -[package.dependencies] -setuptools = "*" -wheel = "*" - -[[package]] -name = "nvidia-cuda-nvrtc-cu11" -version = "11.7.99" -description = "NVRTC native runtime libraries" -optional = false -python-versions = ">=3" -files = [ - {file = "nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:9f1562822ea264b7e34ed5930567e89242d266448e936b85bc97a3370feabb03"}, - {file = "nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-manylinux1_x86_64.whl", hash = "sha256:f7d9610d9b7c331fa0da2d1b2858a4a8315e6d49765091d28711c8946e7425e7"}, - {file = "nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-win_amd64.whl", hash = "sha256:f2effeb1309bdd1b3854fc9b17eaf997808f8b25968ce0c7070945c4265d64a3"}, -] - -[package.dependencies] -setuptools = "*" -wheel = "*" - -[[package]] -name = "nvidia-cuda-runtime-cu11" -version = "11.7.99" -description = "CUDA Runtime native Libraries" -optional = false -python-versions = ">=3" -files = [ - {file = "nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl", hash = "sha256:cc768314ae58d2641f07eac350f40f99dcb35719c4faff4bc458a7cd2b119e31"}, - {file = "nvidia_cuda_runtime_cu11-11.7.99-py3-none-win_amd64.whl", hash = "sha256:bc77fa59a7679310df9d5c70ab13c4e34c64ae2124dd1efd7e5474b71be125c7"}, -] - -[package.dependencies] -setuptools = "*" -wheel = "*" - -[[package]] -name = "nvidia-cudnn-cu11" -version = "8.5.0.96" -description = "cuDNN runtime libraries" -optional = false -python-versions = ">=3" -files = [ - {file = "nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:402f40adfc6f418f9dae9ab402e773cfed9beae52333f6d86ae3107a1b9527e7"}, - {file = "nvidia_cudnn_cu11-8.5.0.96-py3-none-manylinux1_x86_64.whl", hash = "sha256:71f8111eb830879ff2836db3cccf03bbd735df9b0d17cd93761732ac50a8a108"}, -] - -[package.dependencies] -setuptools = "*" -wheel = "*" - [[package]] name = "nvidia-nccl-cu12" version = "2.23.4" @@ -2535,7 +2409,6 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.22.4", markers = "python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] @@ -3272,9 +3145,6 @@ files = [ {file = "pypdf-4.3.1.tar.gz", hash = "sha256:b2f37fe9a3030aa97ca86067a56ba3f9d3565f9a791b305c7355d8392c30d91b"}, ] -[package.dependencies] -typing_extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} - [package.extras] crypto = ["PyCryptodome", "cryptography"] dev = ["black", "flit", "pip-tools", "pre-commit (<2.18.0)", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"] @@ -3295,11 +3165,9 @@ files = [ [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} -exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -3951,188 +3819,6 @@ files = [ {file = "ruff-0.4.10.tar.gz", hash = "sha256:3aa4f2bc388a30d346c56524f7cacca85945ba124945fe489952aadb6b5cd804"}, ] -[[package]] -name = "safetensors" -version = "0.4.5" -description = "" -optional = false -python-versions = ">=3.7" -files = [ - {file = "safetensors-0.4.5-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:a63eaccd22243c67e4f2b1c3e258b257effc4acd78f3b9d397edc8cf8f1298a7"}, - {file = "safetensors-0.4.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:23fc9b4ec7b602915cbb4ec1a7c1ad96d2743c322f20ab709e2c35d1b66dad27"}, - {file = "safetensors-0.4.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6885016f34bef80ea1085b7e99b3c1f92cb1be78a49839203060f67b40aee761"}, - {file = "safetensors-0.4.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:133620f443450429322f238fda74d512c4008621227fccf2f8cf4a76206fea7c"}, - {file = "safetensors-0.4.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4fb3e0609ec12d2a77e882f07cced530b8262027f64b75d399f1504ffec0ba56"}, - {file = "safetensors-0.4.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d0f1dd769f064adc33831f5e97ad07babbd728427f98e3e1db6902e369122737"}, - {file = "safetensors-0.4.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c6d156bdb26732feada84f9388a9f135528c1ef5b05fae153da365ad4319c4c5"}, - {file = "safetensors-0.4.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9e347d77e2c77eb7624400ccd09bed69d35c0332f417ce8c048d404a096c593b"}, - {file = "safetensors-0.4.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9f556eea3aec1d3d955403159fe2123ddd68e880f83954ee9b4a3f2e15e716b6"}, - {file = "safetensors-0.4.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:9483f42be3b6bc8ff77dd67302de8ae411c4db39f7224dec66b0eb95822e4163"}, - {file = "safetensors-0.4.5-cp310-none-win32.whl", hash = "sha256:7389129c03fadd1ccc37fd1ebbc773f2b031483b04700923c3511d2a939252cc"}, - {file = "safetensors-0.4.5-cp310-none-win_amd64.whl", hash = "sha256:e98ef5524f8b6620c8cdef97220c0b6a5c1cef69852fcd2f174bb96c2bb316b1"}, - {file = "safetensors-0.4.5-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:21f848d7aebd5954f92538552d6d75f7c1b4500f51664078b5b49720d180e47c"}, - {file = "safetensors-0.4.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bb07000b19d41e35eecef9a454f31a8b4718a185293f0d0b1c4b61d6e4487971"}, - {file = "safetensors-0.4.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09dedf7c2fda934ee68143202acff6e9e8eb0ddeeb4cfc24182bef999efa9f42"}, - {file = "safetensors-0.4.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:59b77e4b7a708988d84f26de3ebead61ef1659c73dcbc9946c18f3b1786d2688"}, - {file = "safetensors-0.4.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d3bc83e14d67adc2e9387e511097f254bd1b43c3020440e708858c684cbac68"}, - {file = "safetensors-0.4.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39371fc551c1072976073ab258c3119395294cf49cdc1f8476794627de3130df"}, - {file = "safetensors-0.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a6c19feda32b931cae0acd42748a670bdf56bee6476a046af20181ad3fee4090"}, - {file = "safetensors-0.4.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a659467495de201e2f282063808a41170448c78bada1e62707b07a27b05e6943"}, - {file = "safetensors-0.4.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:bad5e4b2476949bcd638a89f71b6916fa9a5cae5c1ae7eede337aca2100435c0"}, - {file = "safetensors-0.4.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:a3a315a6d0054bc6889a17f5668a73f94f7fe55121ff59e0a199e3519c08565f"}, - {file = "safetensors-0.4.5-cp311-none-win32.whl", hash = "sha256:a01e232e6d3d5cf8b1667bc3b657a77bdab73f0743c26c1d3c5dd7ce86bd3a92"}, - {file = "safetensors-0.4.5-cp311-none-win_amd64.whl", hash = "sha256:cbd39cae1ad3e3ef6f63a6f07296b080c951f24cec60188378e43d3713000c04"}, - {file = "safetensors-0.4.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:473300314e026bd1043cef391bb16a8689453363381561b8a3e443870937cc1e"}, - {file = "safetensors-0.4.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:801183a0f76dc647f51a2d9141ad341f9665602a7899a693207a82fb102cc53e"}, - {file = "safetensors-0.4.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1524b54246e422ad6fb6aea1ac71edeeb77666efa67230e1faf6999df9b2e27f"}, - {file = "safetensors-0.4.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b3139098e3e8b2ad7afbca96d30ad29157b50c90861084e69fcb80dec7430461"}, - {file = "safetensors-0.4.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:65573dc35be9059770808e276b017256fa30058802c29e1038eb1c00028502ea"}, - {file = "safetensors-0.4.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fd33da8e9407559f8779c82a0448e2133737f922d71f884da27184549416bfed"}, - {file = "safetensors-0.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3685ce7ed036f916316b567152482b7e959dc754fcc4a8342333d222e05f407c"}, - {file = "safetensors-0.4.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:dde2bf390d25f67908278d6f5d59e46211ef98e44108727084d4637ee70ab4f1"}, - {file = "safetensors-0.4.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7469d70d3de970b1698d47c11ebbf296a308702cbaae7fcb993944751cf985f4"}, - {file = "safetensors-0.4.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3a6ba28118636a130ccbb968bc33d4684c48678695dba2590169d5ab03a45646"}, - {file = "safetensors-0.4.5-cp312-none-win32.whl", hash = "sha256:c859c7ed90b0047f58ee27751c8e56951452ed36a67afee1b0a87847d065eec6"}, - {file = "safetensors-0.4.5-cp312-none-win_amd64.whl", hash = "sha256:b5a8810ad6a6f933fff6c276eae92c1da217b39b4d8b1bc1c0b8af2d270dc532"}, - {file = "safetensors-0.4.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:25e5f8e2e92a74f05b4ca55686234c32aac19927903792b30ee6d7bd5653d54e"}, - {file = "safetensors-0.4.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:81efb124b58af39fcd684254c645e35692fea81c51627259cdf6d67ff4458916"}, - {file = "safetensors-0.4.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:585f1703a518b437f5103aa9cf70e9bd437cb78eea9c51024329e4fb8a3e3679"}, - {file = "safetensors-0.4.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4b99fbf72e3faf0b2f5f16e5e3458b93b7d0a83984fe8d5364c60aa169f2da89"}, - {file = "safetensors-0.4.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b17b299ca9966ca983ecda1c0791a3f07f9ca6ab5ded8ef3d283fff45f6bcd5f"}, - {file = "safetensors-0.4.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:76ded72f69209c9780fdb23ea89e56d35c54ae6abcdec67ccb22af8e696e449a"}, - {file = "safetensors-0.4.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2783956926303dcfeb1de91a4d1204cd4089ab441e622e7caee0642281109db3"}, - {file = "safetensors-0.4.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d94581aab8c6b204def4d7320f07534d6ee34cd4855688004a4354e63b639a35"}, - {file = "safetensors-0.4.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:67e1e7cb8678bb1b37ac48ec0df04faf689e2f4e9e81e566b5c63d9f23748523"}, - {file = "safetensors-0.4.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:dbd280b07e6054ea68b0cb4b16ad9703e7d63cd6890f577cb98acc5354780142"}, - {file = "safetensors-0.4.5-cp37-cp37m-macosx_10_12_x86_64.whl", hash = "sha256:77d9b228da8374c7262046a36c1f656ba32a93df6cc51cd4453af932011e77f1"}, - {file = "safetensors-0.4.5-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:500cac01d50b301ab7bb192353317035011c5ceeef0fca652f9f43c000bb7f8d"}, - {file = "safetensors-0.4.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:75331c0c746f03158ded32465b7d0b0e24c5a22121743662a2393439c43a45cf"}, - {file = "safetensors-0.4.5-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:670e95fe34e0d591d0529e5e59fd9d3d72bc77b1444fcaa14dccda4f36b5a38b"}, - {file = "safetensors-0.4.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:098923e2574ff237c517d6e840acada8e5b311cb1fa226019105ed82e9c3b62f"}, - {file = "safetensors-0.4.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13ca0902d2648775089fa6a0c8fc9e6390c5f8ee576517d33f9261656f851e3f"}, - {file = "safetensors-0.4.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5f0032bedc869c56f8d26259fe39cd21c5199cd57f2228d817a0e23e8370af25"}, - {file = "safetensors-0.4.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f4b15f51b4f8f2a512341d9ce3475cacc19c5fdfc5db1f0e19449e75f95c7dc8"}, - {file = "safetensors-0.4.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:f6594d130d0ad933d885c6a7b75c5183cb0e8450f799b80a39eae2b8508955eb"}, - {file = "safetensors-0.4.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:60c828a27e852ded2c85fc0f87bf1ec20e464c5cd4d56ff0e0711855cc2e17f8"}, - {file = "safetensors-0.4.5-cp37-none-win32.whl", hash = "sha256:6d3de65718b86c3eeaa8b73a9c3d123f9307a96bbd7be9698e21e76a56443af5"}, - {file = "safetensors-0.4.5-cp37-none-win_amd64.whl", hash = "sha256:5a2d68a523a4cefd791156a4174189a4114cf0bf9c50ceb89f261600f3b2b81a"}, - {file = "safetensors-0.4.5-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:e7a97058f96340850da0601a3309f3d29d6191b0702b2da201e54c6e3e44ccf0"}, - {file = "safetensors-0.4.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:63bfd425e25f5c733f572e2246e08a1c38bd6f2e027d3f7c87e2e43f228d1345"}, - {file = "safetensors-0.4.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3664ac565d0e809b0b929dae7ccd74e4d3273cd0c6d1220c6430035befb678e"}, - {file = "safetensors-0.4.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:313514b0b9b73ff4ddfb4edd71860696dbe3c1c9dc4d5cc13dbd74da283d2cbf"}, - {file = "safetensors-0.4.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:31fa33ee326f750a2f2134a6174773c281d9a266ccd000bd4686d8021f1f3dac"}, - {file = "safetensors-0.4.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:09566792588d77b68abe53754c9f1308fadd35c9f87be939e22c623eaacbed6b"}, - {file = "safetensors-0.4.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:309aaec9b66cbf07ad3a2e5cb8a03205663324fea024ba391594423d0f00d9fe"}, - {file = "safetensors-0.4.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:53946c5813b8f9e26103c5efff4a931cc45d874f45229edd68557ffb35ffb9f8"}, - {file = "safetensors-0.4.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:868f9df9e99ad1e7f38c52194063a982bc88fedc7d05096f4f8160403aaf4bd6"}, - {file = "safetensors-0.4.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:9cc9449bd0b0bc538bd5e268221f0c5590bc5c14c1934a6ae359d44410dc68c4"}, - {file = "safetensors-0.4.5-cp38-none-win32.whl", hash = "sha256:83c4f13a9e687335c3928f615cd63a37e3f8ef072a3f2a0599fa09f863fb06a2"}, - {file = "safetensors-0.4.5-cp38-none-win_amd64.whl", hash = "sha256:b98d40a2ffa560653f6274e15b27b3544e8e3713a44627ce268f419f35c49478"}, - {file = "safetensors-0.4.5-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:cf727bb1281d66699bef5683b04d98c894a2803442c490a8d45cd365abfbdeb2"}, - {file = "safetensors-0.4.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:96f1d038c827cdc552d97e71f522e1049fef0542be575421f7684756a748e457"}, - {file = "safetensors-0.4.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:139fbee92570ecea774e6344fee908907db79646d00b12c535f66bc78bd5ea2c"}, - {file = "safetensors-0.4.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c36302c1c69eebb383775a89645a32b9d266878fab619819ce660309d6176c9b"}, - {file = "safetensors-0.4.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d641f5b8149ea98deb5ffcf604d764aad1de38a8285f86771ce1abf8e74c4891"}, - {file = "safetensors-0.4.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b4db6a61d968de73722b858038c616a1bebd4a86abe2688e46ca0cc2d17558f2"}, - {file = "safetensors-0.4.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b75a616e02f21b6f1d5785b20cecbab5e2bd3f6358a90e8925b813d557666ec1"}, - {file = "safetensors-0.4.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:788ee7d04cc0e0e7f944c52ff05f52a4415b312f5efd2ee66389fb7685ee030c"}, - {file = "safetensors-0.4.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:87bc42bd04fd9ca31396d3ca0433db0be1411b6b53ac5a32b7845a85d01ffc2e"}, - {file = "safetensors-0.4.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4037676c86365a721a8c9510323a51861d703b399b78a6b4486a54a65a975fca"}, - {file = "safetensors-0.4.5-cp39-none-win32.whl", hash = "sha256:1500418454529d0ed5c1564bda376c4ddff43f30fce9517d9bee7bcce5a8ef50"}, - {file = "safetensors-0.4.5-cp39-none-win_amd64.whl", hash = "sha256:9d1a94b9d793ed8fe35ab6d5cea28d540a46559bafc6aae98f30ee0867000cab"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:fdadf66b5a22ceb645d5435a0be7a0292ce59648ca1d46b352f13cff3ea80410"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:d42ffd4c2259f31832cb17ff866c111684c87bd930892a1ba53fed28370c918c"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd8a1f6d2063a92cd04145c7fd9e31a1c7d85fbec20113a14b487563fdbc0597"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:951d2fcf1817f4fb0ef0b48f6696688a4e852a95922a042b3f96aaa67eedc920"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6ac85d9a8c1af0e3132371d9f2d134695a06a96993c2e2f0bbe25debb9e3f67a"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e3cec4a29eb7fe8da0b1c7988bc3828183080439dd559f720414450de076fcab"}, - {file = "safetensors-0.4.5-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:21742b391b859e67b26c0b2ac37f52c9c0944a879a25ad2f9f9f3cd61e7fda8f"}, - {file = "safetensors-0.4.5-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c7db3006a4915151ce1913652e907cdede299b974641a83fbc092102ac41b644"}, - {file = "safetensors-0.4.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f68bf99ea970960a237f416ea394e266e0361895753df06e3e06e6ea7907d98b"}, - {file = "safetensors-0.4.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8158938cf3324172df024da511839d373c40fbfaa83e9abf467174b2910d7b4c"}, - {file = "safetensors-0.4.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:540ce6c4bf6b58cb0fd93fa5f143bc0ee341c93bb4f9287ccd92cf898cc1b0dd"}, - {file = "safetensors-0.4.5-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:bfeaa1a699c6b9ed514bd15e6a91e74738b71125a9292159e3d6b7f0a53d2cde"}, - {file = "safetensors-0.4.5-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:01c8f00da537af711979e1b42a69a8ec9e1d7112f208e0e9b8a35d2c381085ef"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:a0dd565f83b30f2ca79b5d35748d0d99dd4b3454f80e03dfb41f0038e3bdf180"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:023b6e5facda76989f4cba95a861b7e656b87e225f61811065d5c501f78cdb3f"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9633b663393d5796f0b60249549371e392b75a0b955c07e9c6f8708a87fc841f"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78dd8adfb48716233c45f676d6e48534d34b4bceb50162c13d1f0bdf6f78590a"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8e8deb16c4321d61ae72533b8451ec4a9af8656d1c61ff81aa49f966406e4b68"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:52452fa5999dc50c4decaf0c53aa28371f7f1e0fe5c2dd9129059fbe1e1599c7"}, - {file = "safetensors-0.4.5-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:d5f23198821e227cfc52d50fa989813513db381255c6d100927b012f0cfec63d"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:f4beb84b6073b1247a773141a6331117e35d07134b3bb0383003f39971d414bb"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:68814d599d25ed2fdd045ed54d370d1d03cf35e02dce56de44c651f828fb9b7b"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f0b6453c54c57c1781292c46593f8a37254b8b99004c68d6c3ce229688931a22"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:adaa9c6dead67e2dd90d634f89131e43162012479d86e25618e821a03d1eb1dc"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:73e7d408e9012cd17511b382b43547850969c7979efc2bc353f317abaf23c84c"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:775409ce0fcc58b10773fdb4221ed1eb007de10fe7adbdf8f5e8a56096b6f0bc"}, - {file = "safetensors-0.4.5-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:834001bed193e4440c4a3950a31059523ee5090605c907c66808664c932b549c"}, - {file = "safetensors-0.4.5.tar.gz", hash = "sha256:d73de19682deabb02524b3d5d1f8b3aaba94c72f1bbfc7911b9b9d5d391c0310"}, -] - -[package.extras] -all = ["safetensors[jax]", "safetensors[numpy]", "safetensors[paddlepaddle]", "safetensors[pinned-tf]", "safetensors[quality]", "safetensors[testing]", "safetensors[torch]"] -dev = ["safetensors[all]"] -jax = ["flax (>=0.6.3)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "safetensors[numpy]"] -mlx = ["mlx (>=0.0.9)"] -numpy = ["numpy (>=1.21.6)"] -paddlepaddle = ["paddlepaddle (>=2.4.1)", "safetensors[numpy]"] -pinned-tf = ["safetensors[numpy]", "tensorflow (==2.11.0)"] -quality = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "isort (>=5.5.4)"] -tensorflow = ["safetensors[numpy]", "tensorflow (>=2.11.0)"] -testing = ["h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "hypothesis (>=6.70.2)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "safetensors[numpy]", "setuptools-rust (>=1.5.2)"] -torch = ["safetensors[numpy]", "torch (>=1.10)"] - -[[package]] -name = "scikit-learn" -version = "1.5.2" -description = "A set of python modules for machine learning and data mining" -optional = false -python-versions = ">=3.9" -files = [ - {file = "scikit_learn-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:299406827fb9a4f862626d0fe6c122f5f87f8910b86fe5daa4c32dcd742139b6"}, - {file = "scikit_learn-1.5.2-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:2d4cad1119c77930b235579ad0dc25e65c917e756fe80cab96aa3b9428bd3fb0"}, - {file = "scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c412ccc2ad9bf3755915e3908e677b367ebc8d010acbb3f182814524f2e5540"}, - {file = "scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a686885a4b3818d9e62904d91b57fa757fc2bed3e465c8b177be652f4dd37c8"}, - {file = "scikit_learn-1.5.2-cp310-cp310-win_amd64.whl", hash = "sha256:c15b1ca23d7c5f33cc2cb0a0d6aaacf893792271cddff0edbd6a40e8319bc113"}, - {file = "scikit_learn-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:03b6158efa3faaf1feea3faa884c840ebd61b6484167c711548fce208ea09445"}, - {file = "scikit_learn-1.5.2-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:1ff45e26928d3b4eb767a8f14a9a6efbf1cbff7c05d1fb0f95f211a89fd4f5de"}, - {file = "scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f763897fe92d0e903aa4847b0aec0e68cadfff77e8a0687cabd946c89d17e675"}, - {file = "scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8b0ccd4a902836493e026c03256e8b206656f91fbcc4fde28c57a5b752561f1"}, - {file = "scikit_learn-1.5.2-cp311-cp311-win_amd64.whl", hash = "sha256:6c16d84a0d45e4894832b3c4d0bf73050939e21b99b01b6fd59cbb0cf39163b6"}, - {file = "scikit_learn-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:f932a02c3f4956dfb981391ab24bda1dbd90fe3d628e4b42caef3e041c67707a"}, - {file = "scikit_learn-1.5.2-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:3b923d119d65b7bd555c73be5423bf06c0105678ce7e1f558cb4b40b0a5502b1"}, - {file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f60021ec1574e56632be2a36b946f8143bf4e5e6af4a06d85281adc22938e0dd"}, - {file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:394397841449853c2290a32050382edaec3da89e35b3e03d6cc966aebc6a8ae6"}, - {file = "scikit_learn-1.5.2-cp312-cp312-win_amd64.whl", hash = "sha256:57cc1786cfd6bd118220a92ede80270132aa353647684efa385a74244a41e3b1"}, - {file = "scikit_learn-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9a702e2de732bbb20d3bad29ebd77fc05a6b427dc49964300340e4c9328b3f5"}, - {file = "scikit_learn-1.5.2-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:b0768ad641981f5d3a198430a1d31c3e044ed2e8a6f22166b4d546a5116d7908"}, - {file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:178ddd0a5cb0044464fc1bfc4cca5b1833bfc7bb022d70b05db8530da4bb3dd3"}, - {file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7284ade780084d94505632241bf78c44ab3b6f1e8ccab3d2af58e0e950f9c12"}, - {file = "scikit_learn-1.5.2-cp313-cp313-win_amd64.whl", hash = "sha256:b7b0f9a0b1040830d38c39b91b3a44e1b643f4b36e36567b80b7c6bd2202a27f"}, - {file = "scikit_learn-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:757c7d514ddb00ae249832fe87100d9c73c6ea91423802872d9e74970a0e40b9"}, - {file = "scikit_learn-1.5.2-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:52788f48b5d8bca5c0736c175fa6bdaab2ef00a8f536cda698db61bd89c551c1"}, - {file = "scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:643964678f4b5fbdc95cbf8aec638acc7aa70f5f79ee2cdad1eec3df4ba6ead8"}, - {file = "scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca64b3089a6d9b9363cd3546f8978229dcbb737aceb2c12144ee3f70f95684b7"}, - {file = "scikit_learn-1.5.2-cp39-cp39-win_amd64.whl", hash = "sha256:3bed4909ba187aca80580fe2ef370d9180dcf18e621a27c4cf2ef10d279a7efe"}, - {file = "scikit_learn-1.5.2.tar.gz", hash = "sha256:b4237ed7b3fdd0a4882792e68ef2545d5baa50aca3bb45aa7df468138ad8f94d"}, -] - -[package.dependencies] -joblib = ">=1.2.0" -numpy = ">=1.19.5" -scipy = ">=1.6.0" -threadpoolctl = ">=3.1.0" - -[package.extras] -benchmark = ["matplotlib (>=3.3.4)", "memory_profiler (>=0.57.0)", "pandas (>=1.1.5)"] -build = ["cython (>=3.0.10)", "meson-python (>=0.16.0)", "numpy (>=1.19.5)", "scipy (>=1.6.0)"] -docs = ["Pillow (>=7.1.2)", "matplotlib (>=3.3.4)", "memory_profiler (>=0.57.0)", "numpydoc (>=1.2.0)", "pandas (>=1.1.5)", "plotly (>=5.14.0)", "polars (>=0.20.30)", "pooch (>=1.6.0)", "pydata-sphinx-theme (>=0.15.3)", "scikit-image (>=0.17.2)", "seaborn (>=0.9.0)", "sphinx (>=7.3.7)", "sphinx-copybutton (>=0.5.2)", "sphinx-design (>=0.5.0)", "sphinx-design (>=0.6.0)", "sphinx-gallery (>=0.16.0)", "sphinx-prompt (>=1.4.0)", "sphinx-remove-toctrees (>=1.0.0.post1)", "sphinxcontrib-sass (>=0.3.4)", "sphinxext-opengraph (>=0.9.1)"] -examples = ["matplotlib (>=3.3.4)", "pandas (>=1.1.5)", "plotly (>=5.14.0)", "pooch (>=1.6.0)", "scikit-image (>=0.17.2)", "seaborn (>=0.9.0)"] -install = ["joblib (>=1.2.0)", "numpy (>=1.19.5)", "scipy (>=1.6.0)", "threadpoolctl (>=3.1.0)"] -maintenance = ["conda-lock (==2.5.6)"] -tests = ["black (>=24.3.0)", "matplotlib (>=3.3.4)", "mypy (>=1.9)", "numpydoc (>=1.2.0)", "pandas (>=1.1.5)", "polars (>=0.20.30)", "pooch (>=1.6.0)", "pyamg (>=4.0.0)", "pyarrow (>=12.0.0)", "pytest (>=7.1.2)", "pytest-cov (>=2.9.0)", "ruff (>=0.2.1)", "scikit-image (>=0.17.2)"] - [[package]] name = "scipy" version = "1.14.1" @@ -4183,33 +3869,6 @@ dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy (==1.10.0)", "pycodest doc = ["jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.13.1)", "jupytext", "matplotlib (>=3.5)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0,<=7.3.7)", "sphinx-design (>=0.4.0)"] test = ["Cython", "array-api-strict (>=2.0)", "asv", "gmpy2", "hypothesis (>=6.30)", "meson", "mpmath", "ninja", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] -[[package]] -name = "sentence-transformers" -version = "3.2.1" -description = "State-of-the-Art Text Embeddings" -optional = false -python-versions = ">=3.8" -files = [ - {file = "sentence_transformers-3.2.1-py3-none-any.whl", hash = "sha256:c507e069eea33d15f1f2c72f74d7ea93abef298152cc235ab5af5e3a7584f738"}, - {file = "sentence_transformers-3.2.1.tar.gz", hash = "sha256:9fc38e620e5e1beba31d538a451778c9ccdbad77119d90f59f5bce49c4148e79"}, -] - -[package.dependencies] -huggingface-hub = ">=0.20.0" -Pillow = "*" -scikit-learn = "*" -scipy = "*" -torch = ">=1.11.0" -tqdm = "*" -transformers = ">=4.41.0,<5.0.0" - -[package.extras] -dev = ["accelerate (>=0.20.3)", "datasets", "pre-commit", "pytest", "pytest-cov"] -onnx = ["optimum[onnxruntime] (>=1.23.1)"] -onnx-gpu = ["optimum[onnxruntime-gpu] (>=1.23.1)"] -openvino = ["optimum-intel[openvino] (>=1.20.0)"] -train = ["accelerate (>=0.20.3)", "datasets"] - [[package]] name = "setuptools" version = "75.3.0" @@ -4243,110 +3902,110 @@ files = [ [[package]] name = "simsimd" -version = "5.9.4" +version = "5.9.7" description = "Portable mixed-precision BLAS-like vector math library for x86 and ARM" optional = false python-versions = "*" files = [ - {file = "simsimd-5.9.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:9aa3bb197bea5bf92ff7cbb33d4b5eea10f37d5122599142555eb556714ee542"}, - {file = "simsimd-5.9.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2e580b93b82fa60b6c54aabfe7cfac7a4e5bdee4556a99c77cf51f8a35849ad9"}, - {file = "simsimd-5.9.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:604b3d2622b37713a7adcfd7e2d0d432968ba988ec7bcd9ed3f631eacfc9be0e"}, - {file = "simsimd-5.9.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fc20c854bba8c9b6f1bcae41f46c8ff81402d80bba4658226c45f254d97d393b"}, - {file = "simsimd-5.9.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7d8c493ebbba65bd8305f2d5d7046b520bf39d020720700b23162eb8ba47b040"}, - {file = "simsimd-5.9.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7ba24d583542bfea4d7b70eafdd528d774486df3667101f280b5d6c89e848a32"}, - {file = "simsimd-5.9.4-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:e45e095fef614a73b66c24b96f7c93de33c8d62ce756d9b2dc0c181c8ee57ca7"}, - {file = "simsimd-5.9.4-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:b6a68f3c549d7c9bad134c39dd0186ee43943ace80f20e1f433b4a0e85af6158"}, - {file = "simsimd-5.9.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:6559e437f4351664d46e51ca9e692850c7102e301431e78a2580ffc1f5693c22"}, - {file = "simsimd-5.9.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:070b50f3beee90ec842392b8fb888247987053235bebf046b160e2491c315699"}, - {file = "simsimd-5.9.4-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:1d275e9ab98e652b5f9d50ef0a8191dd6a7cd15a900afc477ecd8d9267efa416"}, - {file = "simsimd-5.9.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:148a4a698d694aa5c27cdf48cc15bd7ed7c3fc62b85d1e69ccd5171955112cf5"}, - {file = "simsimd-5.9.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8b6697b66144273203696c5b9f8af475da9a1967b048de931c8238426edb6d47"}, - {file = "simsimd-5.9.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9b0f1ff1cf35e84a52a506ab23d1ed3800dbfe9ceb4f3c2f9e88627abcbf01fe"}, - {file = "simsimd-5.9.4-cp310-cp310-win32.whl", hash = "sha256:5244a0409121d4caf13d1eb2dd017ae5106a92119368a7e67e5860c443faec23"}, - {file = "simsimd-5.9.4-cp310-cp310-win_amd64.whl", hash = "sha256:e57b292964db34521d3803d6eae8f51fca5e1c76d1c16bd28aa50102c0ce93aa"}, - {file = "simsimd-5.9.4-cp310-cp310-win_arm64.whl", hash = "sha256:f335d91cae89f633b44469128dfe7f4b2c7cdbe4f46538eecb59019dd538f067"}, - {file = "simsimd-5.9.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6d4cc3bdf78380ebd7eb4da45b83b80f5c5b5ae0538de36574f7fa36069466e5"}, - {file = "simsimd-5.9.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:fc707a98ea34c51c7982145b830548a4af3902efec7bb0b42a4fc650f3567d46"}, - {file = "simsimd-5.9.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f4a4a0c472fff6c631af0d8b43b1e99e5ec8c8b9e3bfb7ac7d0e4fada0efa25b"}, - {file = "simsimd-5.9.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:088d06f8c4afb8cb7e7f174774253f8d970c68db92a06de6007f24ea7c98886e"}, - {file = "simsimd-5.9.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:689523f10440bb4f9c9c18618e5fa57516747b5c4b0786401c197604f9ae9e1e"}, - {file = "simsimd-5.9.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3af1c689e5cc520d583648d796cbf839329b96e1d476bef2cbb9812c095fa6b1"}, - {file = "simsimd-5.9.4-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:f155926c01c22684da74cf63290b72fa8b8e01d04ae07e95c080900b35c48896"}, - {file = "simsimd-5.9.4-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:d292270207d564f8071b07301cce4c3b1c88c28141ac2839e30c415686ec66d6"}, - {file = "simsimd-5.9.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:3f55a79f049a6d468540b313e6c5bf3e741e9b1de931aeb278372d2ff29f35ca"}, - {file = "simsimd-5.9.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:6bef5a36743bf9d6f6976c0e7e889a6b44773d944d70b15223f69786ea5e2364"}, - {file = "simsimd-5.9.4-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:702b18ee287d734c746bf8977040cd89873e19331dff31000e928c0409f93042"}, - {file = "simsimd-5.9.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:ae7139168667c3f8ca89fbba2af3df9250dc6f49ad40272c3bbb5924304b3d84"}, - {file = "simsimd-5.9.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:2d63f37571baaea25fce9fa4973ff307e88969c7ef04717361d99cb844308c98"}, - {file = "simsimd-5.9.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4dd2a95c7ffbc04e6cd0833985b80ac8fa8b040f3b619616b542e931b83313b3"}, - {file = "simsimd-5.9.4-cp311-cp311-win32.whl", hash = "sha256:5b89e5536cc357cc4fb08839467b5b63ab3671c564e52bca463e7615852cc0ad"}, - {file = "simsimd-5.9.4-cp311-cp311-win_amd64.whl", hash = "sha256:52cb4e52f248b84db641bd92d6a5f16fd1c085ab194e8f003a65a69d52905b5e"}, - {file = "simsimd-5.9.4-cp311-cp311-win_arm64.whl", hash = "sha256:e418f756a2eebcadf983c24dbf4f68b0c9200aafddad864022ed15c1b2feaf85"}, - {file = "simsimd-5.9.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:20041c10750feb69d6d62ed6010e6357ccec7cb8e1eb97a8d2518c23965d1a1b"}, - {file = "simsimd-5.9.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:83813b3e325fcb69c81c2b2cdb08fc0e1b78479eea3b134b07e6cf216c9b954d"}, - {file = "simsimd-5.9.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:704138b45d54ae95db6ec7b239b6fc410c93f28af9e0a1e31469225c26aa59a8"}, - {file = "simsimd-5.9.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7be7482084d836d90384b818a37299591569811351548348b4d60c1d90cee4a"}, - {file = "simsimd-5.9.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:afef7ec944dfb27c997d26e6c4bf3f76b2d211f2e644765025fbaeb108cef609"}, - {file = "simsimd-5.9.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cc0412d6b238bba6be3719361d04b22a3e98e9b7cd0e24d5e810f7643db79513"}, - {file = "simsimd-5.9.4-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:94422a3c723303b79a0ab75cb64ab07e3d9d9f3e376b1eda7a0ffd9de75f32a7"}, - {file = "simsimd-5.9.4-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:7072ba69894e212756f1ff2304d89972c2d49d7cb524426abdac6551c5d29a07"}, - {file = "simsimd-5.9.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1820794cf0070b67579a7868b63f209d3de6ad5e23beabe84f6f1d97d2eee9ff"}, - {file = "simsimd-5.9.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:08820f1380696adb04709d6e59ab89dd1402419eb894f3d6742bf13f52c3d532"}, - {file = "simsimd-5.9.4-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c7894bb8d476cbe6bd216dac86be2d39b589a5f69306e4d30df1d49cc55da83e"}, - {file = "simsimd-5.9.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:7ab6ba0bb0616ac8103ff51f580aeece31967ecc481000ca3e4b119ce4981bdc"}, - {file = "simsimd-5.9.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:988b116ca7664615b8af80ef8c7d50e5aee8239792af84c7a0236cbfb506b8f0"}, - {file = "simsimd-5.9.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:761c30ee3f250013ba6c0a98ae043c3df372593acefd9a88d205a50104613860"}, - {file = "simsimd-5.9.4-cp312-cp312-win32.whl", hash = "sha256:ebe8b0fe9fe68b95f7068cc533a00a6bace8390d6fa69757524b52ce3e94d3a8"}, - {file = "simsimd-5.9.4-cp312-cp312-win_amd64.whl", hash = "sha256:99fa8a36faa904382e23b4f5c92410809ea73cc6977bdab6db7aa263c03af45c"}, - {file = "simsimd-5.9.4-cp312-cp312-win_arm64.whl", hash = "sha256:e740219884f3a602726ecd88e58afcdc1a5d475e9eb5c5780d90e120a91599b2"}, - {file = "simsimd-5.9.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6ddb59bbd3060b2c266274a62279da8f49766e2e89a690d0b0f26b7dc384c171"}, - {file = "simsimd-5.9.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cfbaeb368186628f3b028308f5e7e76a4508eb3ff6ec5dcd378f9502a0068a99"}, - {file = "simsimd-5.9.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1bba3e2740fe17117ea06314c8c8b2e0ce2802d24b9c3d609feaddbd18b45ea3"}, - {file = "simsimd-5.9.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e19db5973c8ab88462d366eba1a3355986963e154cf404cd997c5bfd61f545b7"}, - {file = "simsimd-5.9.4-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:0206b4a5941e9cf3fe6c13cdb368810bceecfbd925699a039cfaa0186bf880f0"}, - {file = "simsimd-5.9.4-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:8dccd6843294ed5af3b3b3f1e105af79913537caf13fb66bf0286c8edc37cabc"}, - {file = "simsimd-5.9.4-cp37-cp37m-musllinux_1_2_aarch64.whl", hash = "sha256:95da968cf47c28ede55c1117182227c3feaae14e69236a93f88ac4ebf0164dbb"}, - {file = "simsimd-5.9.4-cp37-cp37m-musllinux_1_2_armv7l.whl", hash = "sha256:dff91aedba35410c956c0f58bc7fac3dbb857c2de0da7fe7462922767f1f752d"}, - {file = "simsimd-5.9.4-cp37-cp37m-musllinux_1_2_i686.whl", hash = "sha256:eefba8563e819f9498cdb99d0955547d34c743404b9b6e77324f5996ba6fac69"}, - {file = "simsimd-5.9.4-cp37-cp37m-musllinux_1_2_ppc64le.whl", hash = "sha256:1854d7bd381cd784f0eba401d3c7a473f215907c69ceba37ff33d849c906c294"}, - {file = "simsimd-5.9.4-cp37-cp37m-musllinux_1_2_s390x.whl", hash = "sha256:77d00679f537127f3ae81a5be8cec59e2dd646b4f038962a5e51c6b5fc8ff638"}, - {file = "simsimd-5.9.4-cp37-cp37m-musllinux_1_2_x86_64.whl", hash = "sha256:2f891052a796b329a1b9524b291e46ed27d3c15263e28af1beb71709b3dcdbde"}, - {file = "simsimd-5.9.4-cp37-cp37m-win32.whl", hash = "sha256:bd576d41b4c34f982950d12e0e44cd1c3a036e68ef64a502bd77575f1e9cb133"}, - {file = "simsimd-5.9.4-cp37-cp37m-win_amd64.whl", hash = "sha256:b049767596826931f603f7dd7078deb4df6e5f5c72e781f120b9e39d29da1d7c"}, - {file = "simsimd-5.9.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e52a9ffca8d369d6896b17ef146510dd245bb75183d4cd9853c5b798bcc54cd6"}, - {file = "simsimd-5.9.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0d072d0447ea391862e1f4b73fa252e05a50a5b521a054f038e5176ee226d6c9"}, - {file = "simsimd-5.9.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a60b8b082d395a33f2598689f9becd6d76a7c99ce6265cfdac9770e78074129d"}, - {file = "simsimd-5.9.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9f4c33ea0d63669d4f0274490fe3d8a1bfc38e63fffbdb2cc278413ec7cb2fa8"}, - {file = "simsimd-5.9.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:64babccde5c772cb70e1bc181350c7410a09a3b74d8d4c75a80c9b3c58f23fac"}, - {file = "simsimd-5.9.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1bedd64a05d15f1484c51d301508036f8b273bf27853c3ab46bb48ab5c8866c0"}, - {file = "simsimd-5.9.4-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:d0c544f904ee49c1b09ae57243eb5b65322cbcafd97f90d1387a701abb7992fe"}, - {file = "simsimd-5.9.4-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:af30676f5e4fbbc019d01ffe81a2f13408fb06ac00093b609dfa290cbed2c49b"}, - {file = "simsimd-5.9.4-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:ba40d83fc876f340a8e3dea63300c312e79969b708ac0821e97cdb32ada63fb1"}, - {file = "simsimd-5.9.4-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:522451990de7c9882ff725ddd07e97908bcb1b9717b8cf4d91863d756538a9a0"}, - {file = "simsimd-5.9.4-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:336005c695576a3d075a8d2850bb7aacdaabff972580c7a6a34bd99ea7c81328"}, - {file = "simsimd-5.9.4-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:ff2ab1cff5a830ec98400d39c6781e3897556702bf8b92ba10d58d292498103c"}, - {file = "simsimd-5.9.4-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:81ad083a65d6a4db620d8c0c70b40301d56338e49cc60ed76f3e13df1ce85a91"}, - {file = "simsimd-5.9.4-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:1c2064e42534ad094cc22c0e052d4bac364e29937d52ff6fda0560b81db7ac9d"}, - {file = "simsimd-5.9.4-cp38-cp38-win32.whl", hash = "sha256:06f32e34440240a491abad5859f46a316811664d117364e71fa392151a17b7b5"}, - {file = "simsimd-5.9.4-cp38-cp38-win_amd64.whl", hash = "sha256:ecc47cb003fc59fb25806500b70555d5aafaee02f8b1f827e290b455eaed60f3"}, - {file = "simsimd-5.9.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:19d3fb232401509b07a544fdb3d2e58f9d2f40ece682af75295f2ef2eaa9da83"}, - {file = "simsimd-5.9.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:02537903ba4a06e0bc5a918aaeb01cf482de3d2e3b56be594307e7b79db22e52"}, - {file = "simsimd-5.9.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4d243ad10f9a3785971953c0a1580fddd507150baa65efd9ccd794a3e4922792"}, - {file = "simsimd-5.9.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2d737e8bbe39ffd56ba9628b84567c63dd8b659e66c397fd80e3f63222a150d"}, - {file = "simsimd-5.9.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e64c5893b8ac5ca8ff3b109b7715f4e3653b5d3993281c3ceea3acb9e041011e"}, - {file = "simsimd-5.9.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:342affe60887f546edad4e2788d6fb9208b81f35f465f84045ab779846847731"}, - {file = "simsimd-5.9.4-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:808df09687e2cb8844b74539ca807a7aa3e1475ed030e5214bf1038bdfabdc9d"}, - {file = "simsimd-5.9.4-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:8abd16873080c0fade2057cf371d02aa73e04cc1d1f5c16169dcd8a9cdbdadbc"}, - {file = "simsimd-5.9.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:a6b575b7d6a74cef9e87a3f3901fd7147891bdce130d655ff498eadb9b3d49bb"}, - {file = "simsimd-5.9.4-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:d3fac32be9f6cb4b989a5c6ca79852f3731286a2ef2b65128350d7218cb84258"}, - {file = "simsimd-5.9.4-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:ea76107e145e3317c7f72a906a80e4714b07ecaeb69f1b2e373e31db0c85be1e"}, - {file = "simsimd-5.9.4-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:0fa47f8b255f7c02ec2d22a58a1300026ae4e875791cd2696f1201ac3da00e93"}, - {file = "simsimd-5.9.4-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:e5e1961a04a2365b4d5cfdab8463729aa8765e49f3c59cd098fdffce8402c15e"}, - {file = "simsimd-5.9.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:89fd6e3a4453b6068e6ca43801c407fc8d5320ef6eda654ca2b470986f423855"}, - {file = "simsimd-5.9.4-cp39-cp39-win32.whl", hash = "sha256:3c60915dfbf21a7c68e409dc159a29c3a74adbdecd1961d89206fc8d86ac9000"}, - {file = "simsimd-5.9.4-cp39-cp39-win_amd64.whl", hash = "sha256:32d484a86aef01aa17bbde89d690319fe204399eab0120b719b7aefaea1f7a45"}, - {file = "simsimd-5.9.4-cp39-cp39-win_arm64.whl", hash = "sha256:def1b28b4520dc304f29ab1dd8cd5d16dd6f7ee0aec1a15e3e9a3dca736cd7dd"}, - {file = "simsimd-5.9.4.tar.gz", hash = "sha256:f75115884854e4576130031636288294ff7045ec9812482d6a01f4f32702482b"}, + {file = "simsimd-5.9.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:938c3131ba92d9354c8067ce8415c918348eed60fd97bdec926c7878f3943d38"}, + {file = "simsimd-5.9.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:75d637166b74df2998b11b7f5b51bbf31dae027e13e446505c6b29abcca4c340"}, + {file = "simsimd-5.9.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f8c0c053102822524e388346e8928a884a98708fdaa752543aa00f4e4d4753ea"}, + {file = "simsimd-5.9.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f38b1c685095b046ba630856297e1f3c149cbc6765dacc3dd234475c72b4620"}, + {file = "simsimd-5.9.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:51567ebac7039601522170fd9036f8ee4f50bc864ca33dc5ec84612c257a5398"}, + {file = "simsimd-5.9.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5af1d7b085e5da287c3c6bfd77192093d2f56632047f7b95cbf9f651348c134"}, + {file = "simsimd-5.9.7-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:512209d9be3d39782c68c3be6e8ccb003ef7ab239454009bf8127578c8762a1c"}, + {file = "simsimd-5.9.7-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:e0e0016a79a811fe7f9e979b7d2407735787974b57ab6579a4c74f6b7512afe2"}, + {file = "simsimd-5.9.7-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cbf42c563b91c275c006a5a61a95c2e98ef5b7a53588bee129a6d5aa925f4b6b"}, + {file = "simsimd-5.9.7-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:23740c8f5924ee970c2d5343dfc8b2c8e99377ff824c3ba35bbb612ae71214c2"}, + {file = "simsimd-5.9.7-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:5b7ecc290a8e1764089729b0d459345381fbecfecd8aea166e934b183290944e"}, + {file = "simsimd-5.9.7-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:92b67f87872f44ff1196238841fd50ca92ea7e199dc767707b544b3cccbc518a"}, + {file = "simsimd-5.9.7-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:389f4f7262c869a520136c0c5bb2c785b8f75c99739fc6c807bbf8dccaf0b79e"}, + {file = "simsimd-5.9.7-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c7ff96ab0e2bed6e8af747179c5c6fa1ed45e17f2f43dd95d45034cb752ff812"}, + {file = "simsimd-5.9.7-cp310-cp310-win32.whl", hash = "sha256:629e00a4ab649111f4132af9cdf294b3ea8169b31e40a2e1bc59c0ccabc0b8a5"}, + {file = "simsimd-5.9.7-cp310-cp310-win_amd64.whl", hash = "sha256:3647f2bb6554c95c1ae852a4dbf7ace4873523c51d9ec13d2a55f0c9dcc3697c"}, + {file = "simsimd-5.9.7-cp310-cp310-win_arm64.whl", hash = "sha256:f703c4a54a4442e7ca8459ed14aa4e49421d53fedaa84874880511a871e69761"}, + {file = "simsimd-5.9.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4c4ce63e53ab245601ba812a8d573ec0225256407de1d1a9f7c08b616965d94c"}, + {file = "simsimd-5.9.7-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:716782eca1ce1dcf33ad978c052b6cf1af2a0a78a4570a299a9bb47b1ea75e5b"}, + {file = "simsimd-5.9.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4497ae34f47de3574ec76f2efcb32270f9e7f22a506800adf6b2e686b9104188"}, + {file = "simsimd-5.9.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a42c3f00f9c77716d6fe9be1f6d2ae88342a0696dd3f5a2a353b00eb53dfca1b"}, + {file = "simsimd-5.9.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:606ce52cdae2643e441a887611ec9f9db0cc3e4f5f90e6e5fc1a659bb9188069"}, + {file = "simsimd-5.9.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:da3fd865ab7287b68af638a7d54a46e9b34832864f603d856b190126eae7025e"}, + {file = "simsimd-5.9.7-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:1f1e2b12b0a31656c6e42223fcddc90990f54f2c2f40a065bdff897a36edc064"}, + {file = "simsimd-5.9.7-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:2019ee8ef83ffce3f7bd980264b89fb29059f2e6e4d447cf640a41f12b6c1242"}, + {file = "simsimd-5.9.7-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8270d0f29f1db2989e8a55929557ca2b97650a685353774ddd6306c6422a3568"}, + {file = "simsimd-5.9.7-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:f7e94bc9295eb2538cdb85887c21864121a9df715ecba05455691801be14ac65"}, + {file = "simsimd-5.9.7-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1553c287eb6be6a3fe5688affbdf92fb5a18809512f4c711bbb0dedf11957e63"}, + {file = "simsimd-5.9.7-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:529c67718ba0db6da3c082d1249815063c67e3938884bc3c432e85dbd06a6c03"}, + {file = "simsimd-5.9.7-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:dc7e3170edda3b119b6ed03422d11ba546583564a7314db28e72b3c1acbcd6d1"}, + {file = "simsimd-5.9.7-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b17ae04b8b0ad909d92fa6411583a4b99788034a619a088e60a3e7b8ae85a81b"}, + {file = "simsimd-5.9.7-cp311-cp311-win32.whl", hash = "sha256:8ad9f94458e94d9263d36f98c2fdc022e0c3215ca57526cbf9dd6aa309eb87ba"}, + {file = "simsimd-5.9.7-cp311-cp311-win_amd64.whl", hash = "sha256:90f03656b96127a0ae4aef7038590663a7f40a3eeb219f63ba3cf9aff19f316b"}, + {file = "simsimd-5.9.7-cp311-cp311-win_arm64.whl", hash = "sha256:24cf4d7093e92a1f0be609a06361f87d504efd66f1f73d4433079e9981389b46"}, + {file = "simsimd-5.9.7-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:aa859dd9af0a2363bda031fafc96a3580cc6607c6e9b7a73842d5dbfe1f3b3ea"}, + {file = "simsimd-5.9.7-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:5dbe91bf1035d95db8d93f9ffa1b037945477122c1d49de690a9ac2134201208"}, + {file = "simsimd-5.9.7-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:84647c7d83cd31d9755af0aa7d6e73b842364b3b19b76af01ea69246c09b11e6"}, + {file = "simsimd-5.9.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5559b485acd6b90cce94cf5e8463f4ad345ef8551b7db40f9dce1b2dfeb4f1b6"}, + {file = "simsimd-5.9.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1cdfd52cf44d5c3d1f9fed02b3724de790f7f34a7ba9e9368241e4385af84fd5"}, + {file = "simsimd-5.9.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7ba99fe25291fa20b71da409607c8ba97624f85d0bff6eb1e02d7f68546334fa"}, + {file = "simsimd-5.9.7-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:a5564348dec3f08de79a0851d03d744cff7efd0e10c5e410e89663e56a890f31"}, + {file = "simsimd-5.9.7-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:3a1224a0b85c642cfed341c6626e4a7c6d2d6bc5a290c312a041fd030f98c835"}, + {file = "simsimd-5.9.7-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4f49307f6e00bbd2694ccfeaf3726827fa53a9dd9f57707543633cf8974a897d"}, + {file = "simsimd-5.9.7-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:f4ace050efe35d911b2f73c8a5493296478de6d041cdd751df3947dd51425449"}, + {file = "simsimd-5.9.7-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:03c060fbb718c21e715ef485b27d3068d95cf38d3681d367f5bd3ca56d0a2a8b"}, + {file = "simsimd-5.9.7-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:004d7d05d06fd53ba24c258bccd5524cf17a162c19948a62035dbb8f8c927159"}, + {file = "simsimd-5.9.7-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:e48ce99ba425eb32935f5ca8b7cb5cfaeeb8f8b2642827ef09181595a401ca6b"}, + {file = "simsimd-5.9.7-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:119c4395e1fad9f1da5d40654f77b3501afb8576e310e0c568e7b8c85a46432f"}, + {file = "simsimd-5.9.7-cp312-cp312-win32.whl", hash = "sha256:8c35f8f122ab33f325d7818fef88e21159d34f224e9a9c40abc4a60f986cb1aa"}, + {file = "simsimd-5.9.7-cp312-cp312-win_amd64.whl", hash = "sha256:49527d4ec509d08157dfab5dc2ab66398e086d56bb6a6a9b640fd107c0e7f736"}, + {file = "simsimd-5.9.7-cp312-cp312-win_arm64.whl", hash = "sha256:25ab98e9de3322a5adc29446557e8770d45c2e42d7ab288f04c4437df5c9ee30"}, + {file = "simsimd-5.9.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:7e1f90ca2dd3efc7de3fe317dad36c67bc0b4ae67937d98962c87856271077ce"}, + {file = "simsimd-5.9.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dddfbfff7bf7b298f085722ca882c19df1dd1e5fec3385e80efd236185c8f984"}, + {file = "simsimd-5.9.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a7f14384d6d423f95bd31bccf2369f52769ae046e0417721a48f517a11757cae"}, + {file = "simsimd-5.9.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6cebe128e191a437fd7be2087442e6520a7f6acc15eb652b86cf533367c613c3"}, + {file = "simsimd-5.9.7-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:8b42da72779f1496b8a9dd63e101119bde32605535469783e3b78b1fa5443eea"}, + {file = "simsimd-5.9.7-cp37-cp37m-manylinux_2_28_x86_64.whl", hash = "sha256:cb2ffb7c026038d069a61249d609e5820ac71a1690de2ca6b5530394c2f1f5bd"}, + {file = "simsimd-5.9.7-cp37-cp37m-musllinux_1_2_aarch64.whl", hash = "sha256:edd26bc50214671df12bb4a4afc12006fef182ae6cbfab2b4041ff5e1b5dde04"}, + {file = "simsimd-5.9.7-cp37-cp37m-musllinux_1_2_armv7l.whl", hash = "sha256:58b4f355d7a1ce57e07892091f4d8fc9a80895ee2bcca5245537e0623e5ac693"}, + {file = "simsimd-5.9.7-cp37-cp37m-musllinux_1_2_i686.whl", hash = "sha256:12d105e88a2bdb5b6a8546c2d1f3e11a1f476928d1f9876c0ce9d41e1e64b4c1"}, + {file = "simsimd-5.9.7-cp37-cp37m-musllinux_1_2_ppc64le.whl", hash = "sha256:d6e68b8ebf05a8ba317b6b976fc372645994bf196ef2206b775d093fc89a6855"}, + {file = "simsimd-5.9.7-cp37-cp37m-musllinux_1_2_s390x.whl", hash = "sha256:2bef6b9bc9ce1e548b48c0f8ac59552d0fa53be4d3d424927db7e5e4f5941318"}, + {file = "simsimd-5.9.7-cp37-cp37m-musllinux_1_2_x86_64.whl", hash = "sha256:5a921b35ef507dccd86c41afb236d7c353a129f498559bb994893ff5a3850baa"}, + {file = "simsimd-5.9.7-cp37-cp37m-win32.whl", hash = "sha256:a4f78746f2e5f892e523fd22d84c93036f227a876a2ee5d8b8a53698d241ecf1"}, + {file = "simsimd-5.9.7-cp37-cp37m-win_amd64.whl", hash = "sha256:be3c6726a3e0cf90301a1172dbdbc8fa5f6e886b93bbc4d8aad2984081c87dfc"}, + {file = "simsimd-5.9.7-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fff0935f5dcc84669a4091b36bf476d4bd30adef76fafe77814299fabbff2ab4"}, + {file = "simsimd-5.9.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8dc83551684cd547ca6aab662eda4b2e48aa7460dd8eb103fb6e9a453320971d"}, + {file = "simsimd-5.9.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c358756518243835a329da4eb3e454226562d8cc7a4b10eef8338753e41e9aa7"}, + {file = "simsimd-5.9.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fb8d590664865cb607c9c540a5a09d77a109c4ef18bd68053fbe7b889721a4db"}, + {file = "simsimd-5.9.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4bf35cfb12d43f8901b66a7d1f055531426d27b47b31831873801d039b5d69c1"}, + {file = "simsimd-5.9.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:06244ea5ca32758de43680c1df1dac3e17e2d1164e572545769913318685a409"}, + {file = "simsimd-5.9.7-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:edf732a4bec34ead58e93f94c9fc8af6d14c709920825ca4533f25dbf9537906"}, + {file = "simsimd-5.9.7-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:6e8c93fd9d488fe3cc6ebf8de47473f41c7496b3781c6af1d2d9235dd4480f5f"}, + {file = "simsimd-5.9.7-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:fa214449499a02ff3a37173a53984b59f8915e31e9f2ae1a0e837c8a3c2def5b"}, + {file = "simsimd-5.9.7-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:049e6472a6c8c667ec02328747acabbb9e17d543d15147fc9ebd56ddd94457be"}, + {file = "simsimd-5.9.7-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:ae812b06784791b3cdbf5690058f0d20b48dfca50e606fa647361229e00b5f9d"}, + {file = "simsimd-5.9.7-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:bbaba24ffc5a27853c7a295318b309a6486c4585c2015936f7693114181a8ca6"}, + {file = "simsimd-5.9.7-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:be5c6a747ead4b68634dfd7fc38ab3488fbdd5ead5ea68042644e6408be8364e"}, + {file = "simsimd-5.9.7-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:add53369966db2087f8d18aadeaf844480f1f8a53ba05d59306b83b05082c7b8"}, + {file = "simsimd-5.9.7-cp38-cp38-win32.whl", hash = "sha256:bc884c797cbcd02b2002d96dfd892d61e03c54d49f62014cb81e1f6174bc7594"}, + {file = "simsimd-5.9.7-cp38-cp38-win_amd64.whl", hash = "sha256:695ce472cbdb0bfc76f724f4cc45537bb9b47e5dd56f0204a3044c0c59f09630"}, + {file = "simsimd-5.9.7-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:cdd2eb4aaea4295dceeee019948d5cbf03b436e02db4c725762b3a8f84eeedd3"}, + {file = "simsimd-5.9.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:383ec8b0da899193280269474ee13b2393a5312da8d5a00c6d2241f00e6011a6"}, + {file = "simsimd-5.9.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:046b0a8e2124d99c72aa0bb1faaa6994c9877707cfae9d4edcb92bacd2e18d03"}, + {file = "simsimd-5.9.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0c9c6b52460791ee39143aef8e99be10e0adc934bfdd22258ec121bfa385e26b"}, + {file = "simsimd-5.9.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7e991d112f061a106ee76786080b1316567e31dddd583cac331921eaf377b43b"}, + {file = "simsimd-5.9.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:be6e79473daeca18ba355d0296b8202d7602c7cc5d674ecc5e2b665530c5163e"}, + {file = "simsimd-5.9.7-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:42b92127c1c5a01ea8aa54b309f4a137e55660beb9706145bc8be51aa70abb04"}, + {file = "simsimd-5.9.7-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:f5449609732d2ab785f273069bcde228d68b9d168db30c85a006d8d6d01f83aa"}, + {file = "simsimd-5.9.7-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:1df7750149c5762070506bc54000233f3328ea78a2287cd4af065d8426d3ab5f"}, + {file = "simsimd-5.9.7-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:8912ab45874d6f4eb4805c369380afebcfccf5944211d96d40f387c00cdc5bf5"}, + {file = "simsimd-5.9.7-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:2dec5916eebb83a3eb66bc596d68398f3b8f7c3c745c2d6ee50fefe3e419f5fa"}, + {file = "simsimd-5.9.7-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:67bb890385a765043ec092b5bdf2336df857eedbbae396d288aea07b54842409"}, + {file = "simsimd-5.9.7-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:49b9bc13ae251bdfdac6f527d37746d7ca411340d702e2e3736920f759201ae4"}, + {file = "simsimd-5.9.7-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:36cf86ca1e5f3ad91c9faa48db6835bbdc3284bad2d9d280a0e9bb1fcd781423"}, + {file = "simsimd-5.9.7-cp39-cp39-win32.whl", hash = "sha256:1e868e6dab93a1f0493e549e25d94948da1ce46f990cc84404421916024f3ab3"}, + {file = "simsimd-5.9.7-cp39-cp39-win_amd64.whl", hash = "sha256:2eb4332914095b935a725fa61493d8c1088ba53ae43c69cf514225a4de38d8a8"}, + {file = "simsimd-5.9.7-cp39-cp39-win_arm64.whl", hash = "sha256:760313023711b7a4d1c5969e0bdd933502a4639f150b324055571a80f11fceb9"}, + {file = "simsimd-5.9.7.tar.gz", hash = "sha256:7612f7087aee7c5415385089080fdcdd3c52b3988e33cdf1f779f26d8ab54ac8"}, ] [[package]] @@ -4571,17 +4230,6 @@ files = [ doc = ["reno", "sphinx"] test = ["pytest", "tornado (>=4.5)", "typeguard"] -[[package]] -name = "threadpoolctl" -version = "3.5.0" -description = "threadpoolctl" -optional = false -python-versions = ">=3.8" -files = [ - {file = "threadpoolctl-3.5.0-py3-none-any.whl", hash = "sha256:56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467"}, - {file = "threadpoolctl-3.5.0.tar.gz", hash = "sha256:082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107"}, -] - [[package]] name = "tiktoken" version = "0.6.0" @@ -4762,57 +4410,6 @@ files = [ {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, ] -[[package]] -name = "tomli" -version = "2.0.2" -description = "A lil' TOML parser" -optional = false -python-versions = ">=3.8" -files = [ - {file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"}, - {file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"}, -] - -[[package]] -name = "torch" -version = "1.13.1" -description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" -optional = false -python-versions = ">=3.7.0" -files = [ - {file = "torch-1.13.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:fd12043868a34a8da7d490bf6db66991108b00ffbeecb034228bfcbbd4197143"}, - {file = "torch-1.13.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:d9fe785d375f2e26a5d5eba5de91f89e6a3be5d11efb497e76705fdf93fa3c2e"}, - {file = "torch-1.13.1-cp310-cp310-win_amd64.whl", hash = "sha256:98124598cdff4c287dbf50f53fb455f0c1e3a88022b39648102957f3445e9b76"}, - {file = "torch-1.13.1-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:393a6273c832e047581063fb74335ff50b4c566217019cc6ace318cd79eb0566"}, - {file = "torch-1.13.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:0122806b111b949d21fa1a5f9764d1fd2fcc4a47cb7f8ff914204fd4fc752ed5"}, - {file = "torch-1.13.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:22128502fd8f5b25ac1cd849ecb64a418382ae81dd4ce2b5cebaa09ab15b0d9b"}, - {file = "torch-1.13.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:76024be052b659ac1304ab8475ab03ea0a12124c3e7626282c9c86798ac7bc11"}, - {file = "torch-1.13.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:ea8dda84d796094eb8709df0fcd6b56dc20b58fdd6bc4e8d7109930dafc8e419"}, - {file = "torch-1.13.1-cp37-cp37m-win_amd64.whl", hash = "sha256:2ee7b81e9c457252bddd7d3da66fb1f619a5d12c24d7074de91c4ddafb832c93"}, - {file = "torch-1.13.1-cp37-none-macosx_10_9_x86_64.whl", hash = "sha256:0d9b8061048cfb78e675b9d2ea8503bfe30db43d583599ae8626b1263a0c1380"}, - {file = "torch-1.13.1-cp37-none-macosx_11_0_arm64.whl", hash = "sha256:f402ca80b66e9fbd661ed4287d7553f7f3899d9ab54bf5c67faada1555abde28"}, - {file = "torch-1.13.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:727dbf00e2cf858052364c0e2a496684b9cb5aa01dc8a8bc8bbb7c54502bdcdd"}, - {file = "torch-1.13.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:df8434b0695e9ceb8cc70650afc1310d8ba949e6db2a0525ddd9c3b2b181e5fe"}, - {file = "torch-1.13.1-cp38-cp38-win_amd64.whl", hash = "sha256:5e1e722a41f52a3f26f0c4fcec227e02c6c42f7c094f32e49d4beef7d1e213ea"}, - {file = "torch-1.13.1-cp38-none-macosx_10_9_x86_64.whl", hash = "sha256:33e67eea526e0bbb9151263e65417a9ef2d8fa53cbe628e87310060c9dcfa312"}, - {file = "torch-1.13.1-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:eeeb204d30fd40af6a2d80879b46a7efbe3cf43cdbeb8838dd4f3d126cc90b2b"}, - {file = "torch-1.13.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:50ff5e76d70074f6653d191fe4f6a42fdbe0cf942fbe2a3af0b75eaa414ac038"}, - {file = "torch-1.13.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:2c3581a3fd81eb1f0f22997cddffea569fea53bafa372b2c0471db373b26aafc"}, - {file = "torch-1.13.1-cp39-cp39-win_amd64.whl", hash = "sha256:0aa46f0ac95050c604bcf9ef71da9f1172e5037fdf2ebe051962d47b123848e7"}, - {file = "torch-1.13.1-cp39-none-macosx_10_9_x86_64.whl", hash = "sha256:6930791efa8757cb6974af73d4996b6b50c592882a324b8fb0589c6a9ba2ddaf"}, - {file = "torch-1.13.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:e0df902a7c7dd6c795698532ee5970ce898672625635d885eade9976e5a04949"}, -] - -[package.dependencies] -nvidia-cublas-cu11 = {version = "11.10.3.66", markers = "platform_system == \"Linux\""} -nvidia-cuda-nvrtc-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\""} -nvidia-cuda-runtime-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\""} -nvidia-cudnn-cu11 = {version = "8.5.0.96", markers = "platform_system == \"Linux\""} -typing-extensions = "*" - -[package.extras] -opt-einsum = ["opt-einsum (>=3.3)"] - [[package]] name = "tornado" version = "6.4.1" @@ -4868,75 +4465,6 @@ files = [ docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.2)", "pytest-mock", "pytest-mypy-testing"] -[[package]] -name = "transformers" -version = "4.46.1" -description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" -optional = false -python-versions = ">=3.8.0" -files = [ - {file = "transformers-4.46.1-py3-none-any.whl", hash = "sha256:f77b251a648fd32e3d14b5e7e27c913b7c29154940f519e4c8c3aa6061df0f05"}, - {file = "transformers-4.46.1.tar.gz", hash = "sha256:16d79927d772edaf218820a96f9254e2211f9cd7fb3c308562d2d636c964a68c"}, -] - -[package.dependencies] -filelock = "*" -huggingface-hub = ">=0.23.2,<1.0" -numpy = ">=1.17" -packaging = ">=20.0" -pyyaml = ">=5.1" -regex = "!=2019.12.17" -requests = "*" -safetensors = ">=0.4.1" -tokenizers = ">=0.20,<0.21" -tqdm = ">=4.27" - -[package.extras] -accelerate = ["accelerate (>=0.26.0)"] -agents = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "datasets (!=2.5.0)", "diffusers", "opencv-python", "sentencepiece (>=0.1.91,!=0.1.92)", "torch"] -all = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "av (==9.2.0)", "codecarbon (==1.2.0)", "flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune] (>=2.7.0)", "scipy (<1.13.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timm (<=0.9.16)", "tokenizers (>=0.20,<0.21)", "torch", "torchaudio", "torchvision"] -audio = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] -benchmark = ["optimum-benchmark (>=0.3.0)"] -codecarbon = ["codecarbon (==1.2.0)"] -deepspeed = ["accelerate (>=0.26.0)", "deepspeed (>=0.9.3)"] -deepspeed-testing = ["GitPython (<3.1.19)", "accelerate (>=0.26.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "deepspeed (>=0.9.3)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "nltk (<=3.8.1)", "optuna", "parameterized", "protobuf", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-rich", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"] -dev = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "av (==9.2.0)", "beautifulsoup4", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "flax (>=0.4.1,<=0.7.0)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "libcst", "librosa", "nltk (<=3.8.1)", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-rich", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "scipy (<1.13.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "timm (<=0.9.16)", "tokenizers (>=0.20,<0.21)", "torch", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] -dev-tensorflow = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "isort (>=5.5.4)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "libcst", "librosa", "nltk (<=3.8.1)", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-rich", "pytest-timeout", "pytest-xdist", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.20,<0.21)", "urllib3 (<2.0.0)"] -dev-torch = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "beautifulsoup4", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "kenlm", "libcst", "librosa", "nltk (<=3.8.1)", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-rich", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "timeout-decorator", "timm (<=0.9.16)", "tokenizers (>=0.20,<0.21)", "torch", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] -flax = ["flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "optax (>=0.0.8,<=0.1.4)", "scipy (<1.13.0)"] -flax-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] -ftfy = ["ftfy"] -integrations = ["optuna", "ray[tune] (>=2.7.0)", "sigopt"] -ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "rhoknp (>=1.1.0,<1.3.1)", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"] -modelcreation = ["cookiecutter (==1.7.3)"] -natten = ["natten (>=0.14.6,<0.15.0)"] -onnx = ["onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "tf2onnx"] -onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"] -optuna = ["optuna"] -quality = ["GitPython (<3.1.19)", "datasets (!=2.5.0)", "isort (>=5.5.4)", "libcst", "rich", "ruff (==0.5.1)", "urllib3 (<2.0.0)"] -ray = ["ray[tune] (>=2.7.0)"] -retrieval = ["datasets (!=2.5.0)", "faiss-cpu"] -ruff = ["ruff (==0.5.1)"] -sagemaker = ["sagemaker (>=2.31.0)"] -sentencepiece = ["protobuf", "sentencepiece (>=0.1.91,!=0.1.92)"] -serving = ["fastapi", "pydantic", "starlette", "uvicorn"] -sigopt = ["sigopt"] -sklearn = ["scikit-learn"] -speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"] -testing = ["GitPython (<3.1.19)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "nltk (<=3.8.1)", "parameterized", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-rich", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"] -tf = ["keras-nlp (>=0.3.1,<0.14.0)", "onnxconverter-common", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx"] -tf-cpu = ["keras (>2.9,<2.16)", "keras-nlp (>=0.3.1,<0.14.0)", "onnxconverter-common", "tensorflow-cpu (>2.9,<2.16)", "tensorflow-probability (<0.24)", "tensorflow-text (<2.16)", "tf2onnx"] -tf-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] -tiktoken = ["blobfile", "tiktoken"] -timm = ["timm (<=0.9.16)"] -tokenizers = ["tokenizers (>=0.20,<0.21)"] -torch = ["accelerate (>=0.26.0)", "torch"] -torch-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"] -torch-vision = ["Pillow (>=10.0.1,<=15.0)", "torchvision"] -torchhub = ["filelock", "huggingface-hub (>=0.23.2,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.20,<0.21)", "torch", "tqdm (>=4.27)"] -video = ["av (==9.2.0)"] -vision = ["Pillow (>=10.0.1,<=15.0)"] - [[package]] name = "typer" version = "0.12.5" @@ -5182,20 +4710,6 @@ files = [ {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"}, ] -[[package]] -name = "wheel" -version = "0.44.0" -description = "A built-package format for Python" -optional = false -python-versions = ">=3.8" -files = [ - {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, - {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, -] - -[package.extras] -test = ["pytest (>=6.0.0)", "setuptools (>=65)"] - [[package]] name = "xgboost" version = "2.1.2" @@ -5456,5 +4970,5 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" -python-versions = "^3.10.0" -content-hash = "f9ce89d0d131b568dd7cde211b9b6beede6013c93d3d165712341fe79d0b323d" +python-versions = "^3.11.0" +content-hash = "4c8e119edec8a932f116d33a205599c564d4f7758f0a5989352516eab6d9d0b3" diff --git a/pyproject.toml b/pyproject.toml index efe8f75..d3f0bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,17 +34,17 @@ classifiers = [ #! Update me "denser-retriever" = "denser_retriever.__main__:app" [tool.poetry.dependencies] -python = "^3.10.0" +python = "^3.11.0" typer = { extras = ["all"], version = "^0.12.1" } rich = "^10.14.0" pytrec-eval = "^0.5" -transformers = "4.39.0" -sentence-transformers = "^2.7.0" # Specify the version of sentence-transformers +#transformers = "4.39.0" +#sentence-transformers = "^2.7.0" # Specify the version of sentence-transformers # torch = [{markers = "sys_platform == 'darwin'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl"}, # {markers = "sys_platform == 'linux'", url="https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp310-cp310-linux_x86_64.whl"}] -torch = "^1.13.1" +#torch = "^1.13.1" elasticsearch = "^8.13.0" pymilvus = "^2.4.4" datasets = "^2.18.0"