From a2b96c8f606e9122b38c00dd109710782943cbba Mon Sep 17 00:00:00 2001 From: Samuel Monson Date: Mon, 12 May 2025 11:32:11 -0400 Subject: [PATCH 1/2] Add pylock exporter --- .pre-commit-config.yaml | 5 +- pylock.toml | 2164 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 2168 insertions(+), 1 deletion(-) create mode 100644 pylock.toml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c37aa..8c16352 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,12 @@ repos: - repo: https://github.com/pdm-project/pdm - rev: 2.22.4 + rev: 2.24.1 hooks: - id: pdm-lock-check name: check lock file matches pyproject + - name: pylock.toml + id: pdm-export + args: ["-f", "pylock", "-o", "pylock.toml"] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.2 hooks: diff --git a/pylock.toml b/pylock.toml new file mode 100644 index 0000000..d568115 --- /dev/null +++ b/pylock.toml @@ -0,0 +1,2164 @@ +lock-version = "1.0" +requires-python = "<4.0,>=3.11" +environments = [ + "python_version ~= \"3.11\"", +] +extras = ["leaderboard"] +dependency-groups = ["default", "dev"] +default-groups = ["default"] +created-by = "pdm" +[[packages]] +name = "absl-py" +version = "2.2.2" +requires-python = ">=3.8" +wheels = [ + {name = "absl_py-2.2.2-py3-none-any.whl",hashes = {sha256 = "e5797bc6abe45f64fd95dc06394ca3f2bedf3b5d895e9da691c9ee3397d70092"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "absl_py-2.2.2.tar.gz" +hashes = {sha256 = "bf25b2c2eed013ca456918c453d687eab4e8309fba81ee2f4c1a6aa2494175eb"} + +[[packages]] +name = "accelerate" +version = "1.6.0" +requires-python = ">=3.9.0" +wheels = [ + {name = "accelerate-1.6.0-py3-none-any.whl",hashes = {sha256 = "1aee717d3d3735ad6d09710a7c26990ee4652b79b4e93df46551551b5227c2aa"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "accelerate-1.6.0.tar.gz" +hashes = {sha256 = "28c1ef1846e690944f98b68dc7b8bb6c51d032d45e85dcbb3adb0c8b99dffb32"} + +[[packages]] +name = "aiohappyeyeballs" +version = "2.6.1" +requires-python = ">=3.9" +wheels = [ + {name = "aiohappyeyeballs-2.6.1-py3-none-any.whl",hashes = {sha256 = "f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "aiohappyeyeballs-2.6.1.tar.gz" +hashes = {sha256 = "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558"} + +[[packages]] +name = "aiohttp" +version = "3.11.16" +requires-python = ">=3.9" +wheels = [ + {name = "aiohttp-3.11.16-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "8cb0688a8d81c63d716e867d59a9ccc389e97ac7037ebef904c2b89334407180"}}, + {name = "aiohttp-3.11.16-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "0ad1fb47da60ae1ddfb316f0ff16d1f3b8e844d1a1e154641928ea0583d486ed"}}, + {name = "aiohttp-3.11.16-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "df7db76400bf46ec6a0a73192b14c8295bdb9812053f4fe53f4e789f3ea66bbb"}}, + {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "cc3a145479a76ad0ed646434d09216d33d08eef0d8c9a11f5ae5cdc37caa3540"}}, + {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "d007aa39a52d62373bd23428ba4a2546eed0e7643d7bf2e41ddcefd54519842c"}}, + {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f6ddd90d9fb4b501c97a4458f1c1720e42432c26cb76d28177c5b5ad4e332601"}}, + {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "0a2f451849e6b39e5c226803dcacfa9c7133e9825dcefd2f4e837a2ec5a3bb98"}}, + {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "8df6612df74409080575dca38a5237282865408016e65636a76a2eb9348c2567"}}, + {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "78e6e23b954644737e385befa0deb20233e2dfddf95dd11e9db752bdd2a294d3"}}, + {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "696ef00e8a1f0cec5e30640e64eca75d8e777933d1438f4facc9c0cdf288a810"}}, + {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "e3538bc9fe1b902bef51372462e3d7c96fce2b566642512138a480b7adc9d508"}}, + {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "3ab3367bb7f61ad18793fea2ef71f2d181c528c87948638366bf1de26e239183"}}, + {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "56a3443aca82abda0e07be2e1ecb76a050714faf2be84256dae291182ba59049"}}, + {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "61c721764e41af907c9d16b6daa05a458f066015abd35923051be8705108ed17"}}, + {name = "aiohttp-3.11.16-cp311-cp311-win32.whl",hashes = {sha256 = "3e061b09f6fa42997cf627307f220315e313ece74907d35776ec4373ed718b86"}}, + {name = "aiohttp-3.11.16-cp311-cp311-win_amd64.whl",hashes = {sha256 = "745f1ed5e2c687baefc3c5e7b4304e91bf3e2f32834d07baaee243e349624b24"}}, + {name = "aiohttp-3.11.16-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "911a6e91d08bb2c72938bc17f0a2d97864c531536b7832abee6429d5296e5b27"}}, + {name = "aiohttp-3.11.16-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "6ac13b71761e49d5f9e4d05d33683bbafef753e876e8e5a7ef26e937dd766713"}}, + {name = "aiohttp-3.11.16-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "fd36c119c5d6551bce374fcb5c19269638f8d09862445f85a5a48596fd59f4bb"}}, + {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "d489d9778522fbd0f8d6a5c6e48e3514f11be81cb0a5954bdda06f7e1594b321"}}, + {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "69a2cbd61788d26f8f1e626e188044834f37f6ae3f937bd9f08b65fc9d7e514e"}}, + {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "cd464ba806e27ee24a91362ba3621bfc39dbbb8b79f2e1340201615197370f7c"}}, + {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "1ce63ae04719513dd2651202352a2beb9f67f55cb8490c40f056cea3c5c355ce"}}, + {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "09b00dd520d88eac9d1768439a59ab3d145065c91a8fab97f900d1b5f802895e"}}, + {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "7f6428fee52d2bcf96a8aa7b62095b190ee341ab0e6b1bcf50c615d7966fd45b"}}, + {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "13ceac2c5cdcc3f64b9015710221ddf81c900c5febc505dbd8f810e770011540"}}, + {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "fadbb8f1d4140825069db3fedbbb843290fd5f5bc0a5dbd7eaf81d91bf1b003b"}}, + {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "6a792ce34b999fbe04a7a71a90c74f10c57ae4c51f65461a411faa70e154154e"}}, + {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "f4065145bf69de124accdd17ea5f4dc770da0a6a6e440c53f6e0a8c27b3e635c"}}, + {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "fa73e8c2656a3653ae6c307b3f4e878a21f87859a9afab228280ddccd7369d71"}}, + {name = "aiohttp-3.11.16-cp312-cp312-win32.whl",hashes = {sha256 = "f244b8e541f414664889e2c87cac11a07b918cb4b540c36f7ada7bfa76571ea2"}}, + {name = "aiohttp-3.11.16-cp312-cp312-win_amd64.whl",hashes = {sha256 = "23a15727fbfccab973343b6d1b7181bfb0b4aa7ae280f36fd2f90f5476805682"}}, + {name = "aiohttp-3.11.16-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "a3814760a1a700f3cfd2f977249f1032301d0a12c92aba74605cfa6ce9f78489"}}, + {name = "aiohttp-3.11.16-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "9b751a6306f330801665ae69270a8a3993654a85569b3469662efaad6cf5cc50"}}, + {name = "aiohttp-3.11.16-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "ad497f38a0d6c329cb621774788583ee12321863cd4bd9feee1effd60f2ad133"}}, + {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "ca37057625693d097543bd88076ceebeb248291df9d6ca8481349efc0b05dcd0"}}, + {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "a5abcbba9f4b463a45c8ca8b7720891200658f6f46894f79517e6cd11f3405ca"}}, + {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f420bfe862fb357a6d76f2065447ef6f484bc489292ac91e29bc65d2d7a2c84d"}}, + {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "58ede86453a6cf2d6ce40ef0ca15481677a66950e73b0a788917916f7e35a0bb"}}, + {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "6fdec0213244c39973674ca2a7f5435bf74369e7d4e104d6c7473c81c9bcc8c4"}}, + {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "72b1b03fb4655c1960403c131740755ec19c5898c82abd3961c364c2afd59fe7"}}, + {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "780df0d837276276226a1ff803f8d0fa5f8996c479aeef52eb040179f3156cbd"}}, + {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "ecdb8173e6c7aa09eee342ac62e193e6904923bd232e76b4157ac0bfa670609f"}}, + {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "a6db7458ab89c7d80bc1f4e930cc9df6edee2200127cfa6f6e080cf619eddfbd"}}, + {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "2540ddc83cc724b13d1838026f6a5ad178510953302a49e6d647f6e1de82bc34"}}, + {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "3b4e6db8dc4879015b9955778cfb9881897339c8fab7b3676f8433f849425913"}}, + {name = "aiohttp-3.11.16-cp313-cp313-win32.whl",hashes = {sha256 = "493910ceb2764f792db4dc6e8e4b375dae1b08f72e18e8f10f18b34ca17d0979"}}, + {name = "aiohttp-3.11.16-cp313-cp313-win_amd64.whl",hashes = {sha256 = "42864e70a248f5f6a49fdaf417d9bc62d6e4d8ee9695b24c5916cb4bb666c802"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "aiohttp-3.11.16.tar.gz" +hashes = {sha256 = "16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8"} + +[[packages]] +name = "aiosignal" +version = "1.3.2" +requires-python = ">=3.9" +wheels = [ + {name = "aiosignal-1.3.2-py2.py3-none-any.whl",hashes = {sha256 = "45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "aiosignal-1.3.2.tar.gz" +hashes = {sha256 = "a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54"} + +[[packages]] +name = "antlr4-python3-runtime" +version = "4.11.0" +requires-python = "" +wheels = [ + {name = "antlr4_python3_runtime-4.11.0-py3-none-any.whl",hashes = {sha256 = "f523f91387283045f129c343b363a8dda3a07eea62721b8eda95f2d8b817b656"}}, +] +marker = "\"leaderboard\" in extras" + +[packages.sdist] +name = "antlr4-python3-runtime-4.11.0.tar.gz" +hashes = {sha256 = "6a46d4f6033c8d7e53c8975cee5d83b3ba1b48157f6beb09a4965062dacfe2e0"} + +[[packages]] +name = "attrs" +version = "25.3.0" +requires-python = ">=3.8" +wheels = [ + {name = "attrs-25.3.0-py3-none-any.whl",hashes = {sha256 = "427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "attrs-25.3.0.tar.gz" +hashes = {sha256 = "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b"} + +[[packages]] +name = "certifi" +version = "2025.1.31" +requires-python = ">=3.6" +wheels = [ + {name = "certifi-2025.1.31-py3-none-any.whl",hashes = {sha256 = "ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "certifi-2025.1.31.tar.gz" +hashes = {sha256 = "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"} + +[[packages]] +name = "cffi" +version = "1.17.1" +requires-python = ">=3.8" +wheels = [ + {name = "cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401"}}, + {name = "cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf"}}, + {name = "cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4"}}, + {name = "cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41"}}, + {name = "cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1"}}, + {name = "cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6"}}, + {name = "cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d"}}, + {name = "cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl",hashes = {sha256 = "a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6"}}, + {name = "cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl",hashes = {sha256 = "de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f"}}, + {name = "cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl",hashes = {sha256 = "fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b"}}, + {name = "cffi-1.17.1-cp311-cp311-win32.whl",hashes = {sha256 = "85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655"}}, + {name = "cffi-1.17.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0"}}, + {name = "cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4"}}, + {name = "cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c"}}, + {name = "cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36"}}, + {name = "cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5"}}, + {name = "cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff"}}, + {name = "cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99"}}, + {name = "cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93"}}, + {name = "cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl",hashes = {sha256 = "386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3"}}, + {name = "cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl",hashes = {sha256 = "4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8"}}, + {name = "cffi-1.17.1-cp312-cp312-win32.whl",hashes = {sha256 = "a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65"}}, + {name = "cffi-1.17.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903"}}, + {name = "cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e"}}, + {name = "cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2"}}, + {name = "cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3"}}, + {name = "cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683"}}, + {name = "cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5"}}, + {name = "cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4"}}, + {name = "cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd"}}, + {name = "cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl",hashes = {sha256 = "3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed"}}, + {name = "cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl",hashes = {sha256 = "72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9"}}, + {name = "cffi-1.17.1-cp313-cp313-win32.whl",hashes = {sha256 = "e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d"}}, + {name = "cffi-1.17.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a"}}, +] +marker = "\"default\" in dependency_groups and platform_python_implementation == \"PyPy\" or \"leaderboard\" in extras and platform_python_implementation == \"PyPy\"" + +[packages.sdist] +name = "cffi-1.17.1.tar.gz" +hashes = {sha256 = "1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824"} + +[[packages]] +name = "cfgv" +version = "3.4.0" +requires-python = ">=3.8" +wheels = [ + {name = "cfgv-3.4.0-py2.py3-none-any.whl",hashes = {sha256 = "b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "cfgv-3.4.0.tar.gz" +hashes = {sha256 = "e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"} + +[[packages]] +name = "chardet" +version = "5.2.0" +requires-python = ">=3.7" +wheels = [ + {name = "chardet-5.2.0-py3-none-any.whl",hashes = {sha256 = "e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "chardet-5.2.0.tar.gz" +hashes = {sha256 = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"} + +[[packages]] +name = "charset-normalizer" +version = "3.4.1" +requires-python = ">=3.7" +wheels = [ + {name = "charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "8bfa33f4f2672964266e940dd22a195989ba31669bd84629f05fab3ef4e2d125"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "28bf57629c75e810b6ae989f03c0828d64d6b26a5e205535585f96093e405ed1"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "f08ff5e948271dc7e18a35641d2f11a4cd8dfd5634f55228b691e62b37125eb3"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "234ac59ea147c59ee4da87a0c0f098e9c8d169f4dc2a159ef720f1a61bbe27cd"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fd4ec41f914fa74ad1b8304bbc634b3de73d2a0889bd32076342a573e0779e00"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "eea6ee1db730b3483adf394ea72f808b6e18cf3cb6454b4d86e04fa8c4327a12"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "c96836c97b1238e9c9e3fe90844c947d5afbf4f4c92762679acfe19927d81d77"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "4d86f7aff21ee58f26dcf5ae81a9addbd914115cdebcbb2217e4f0ed8982e146"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "09b5e6733cbd160dcc09589227187e242a30a49ca5cefa5a7edd3f9d19ed53fd"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "5777ee0881f9499ed0f71cc82cf873d9a0ca8af166dfa0af8ec4e675b7df48e6"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "237bdbe6159cff53b4f24f397d43c6336c6b0b42affbe857970cefbb620911c8"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-win32.whl",hashes = {sha256 = "8417cb1f36cc0bc7eaba8ccb0e04d55f0ee52df06df3ad55259b9a323555fc8b"}}, + {name = "charset_normalizer-3.4.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "d7f50a1f8c450f3925cb367d011448c39239bb3eb4117c36a6d354794de4ce76"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-win32.whl",hashes = {sha256 = "9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35"}}, + {name = "charset_normalizer-3.4.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-win32.whl",hashes = {sha256 = "eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407"}}, + {name = "charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971"}}, + {name = "charset_normalizer-3.4.1-py3-none-any.whl",hashes = {sha256 = "d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "charset_normalizer-3.4.1.tar.gz" +hashes = {sha256 = "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"} + +[[packages]] +name = "click" +version = "8.1.8" +requires-python = ">=3.7" +wheels = [ + {name = "click-8.1.8-py3-none-any.whl",hashes = {sha256 = "63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "click-8.1.8.tar.gz" +hashes = {sha256 = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"} + +[[packages]] +name = "colorama" +version = "0.4.6" +requires-python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" +wheels = [ + {name = "colorama-0.4.6-py2.py3-none-any.whl",hashes = {sha256 = "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "colorama-0.4.6.tar.gz" +hashes = {sha256 = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"} + +[[packages]] +name = "dataproperty" +version = "1.1.0" +requires-python = ">=3.9" +wheels = [ + {name = "DataProperty-1.1.0-py3-none-any.whl",hashes = {sha256 = "c61fcb2e2deca35e6d1eb1f251a7f22f0dcde63e80e61f0cc18c19f42abfd25b"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "dataproperty-1.1.0.tar.gz" +hashes = {sha256 = "b038437a4097d1a1c497695c3586ea34bea67fdd35372b9a50f30bf044d77d04"} + +[[packages]] +name = "datasets" +version = "3.5.0" +requires-python = ">=3.9.0" +wheels = [ + {name = "datasets-3.5.0-py3-none-any.whl",hashes = {sha256 = "b3b7f163acc6ac4e01a1b00eef26d48bd4039288ceea3601d169272bd5581006"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "datasets-3.5.0.tar.gz" +hashes = {sha256 = "9e39560e34f83a64e48ceca7adeb645ede3c3055c5cf48ed2b454f8ed2b89754"} + +[[packages]] +name = "dill" +version = "0.3.8" +requires-python = ">=3.8" +wheels = [ + {name = "dill-0.3.8-py3-none-any.whl",hashes = {sha256 = "c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "dill-0.3.8.tar.gz" +hashes = {sha256 = "3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca"} + +[[packages]] +name = "diskcache" +version = "5.6.3" +requires-python = ">=3" +wheels = [ + {name = "diskcache-5.6.3-py3-none-any.whl",hashes = {sha256 = "5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19"}}, +] +marker = "\"default\" in dependency_groups" + +[packages.sdist] +name = "diskcache-5.6.3.tar.gz" +hashes = {sha256 = "2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc"} + +[[packages]] +name = "distlib" +version = "0.3.9" +requires-python = "" +wheels = [ + {name = "distlib-0.3.9-py2.py3-none-any.whl",hashes = {sha256 = "47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "distlib-0.3.9.tar.gz" +hashes = {sha256 = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"} + +[[packages]] +name = "evaluate" +version = "0.4.3" +requires-python = ">=3.8.0" +wheels = [ + {name = "evaluate-0.4.3-py3-none-any.whl",hashes = {sha256 = "47d8770bdea76e2c2ed0d40189273027d1a41ccea861bcc7ba12d30ec5d1e517"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "evaluate-0.4.3.tar.gz" +hashes = {sha256 = "3a5700cf83aabee9549264e1e5666f116367c61dbd4d38352015e859a5e2098d"} + +[[packages]] +name = "filelock" +version = "3.18.0" +requires-python = ">=3.9" +wheels = [ + {name = "filelock-3.18.0-py3-none-any.whl",hashes = {sha256 = "c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de"}}, +] +marker = "\"default\" in dependency_groups or \"dev\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "filelock-3.18.0.tar.gz" +hashes = {sha256 = "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2"} + +[[packages]] +name = "frozenlist" +version = "1.6.0" +requires-python = ">=3.9" +wheels = [ + {name = "frozenlist-1.6.0-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "ae8337990e7a45683548ffb2fee1af2f1ed08169284cd829cdd9a7fa7470530d"}}, + {name = "frozenlist-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "8c952f69dd524558694818a461855f35d36cc7f5c0adddce37e962c85d06eac0"}}, + {name = "frozenlist-1.6.0-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "8f5fef13136c4e2dee91bfb9a44e236fff78fc2cd9f838eddfc470c3d7d90afe"}}, + {name = "frozenlist-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "716bbba09611b4663ecbb7cd022f640759af8259e12a6ca939c0a6acd49eedba"}}, + {name = "frozenlist-1.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "7b8c4dc422c1a3ffc550b465090e53b0bf4839047f3e436a34172ac67c45d595"}}, + {name = "frozenlist-1.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "b11534872256e1666116f6587a1592ef395a98b54476addb5e8d352925cb5d4a"}}, + {name = "frozenlist-1.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "1c6eceb88aaf7221f75be6ab498dc622a151f5f88d536661af3ffc486245a626"}}, + {name = "frozenlist-1.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "62c828a5b195570eb4b37369fcbbd58e96c905768d53a44d13044355647838ff"}}, + {name = "frozenlist-1.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e1c6bd2c6399920c9622362ce95a7d74e7f9af9bfec05fff91b8ce4b9647845a"}}, + {name = "frozenlist-1.6.0-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "49ba23817781e22fcbd45fd9ff2b9b8cdb7b16a42a4851ab8025cae7b22e96d0"}}, + {name = "frozenlist-1.6.0-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "431ef6937ae0f853143e2ca67d6da76c083e8b1fe3df0e96f3802fd37626e606"}}, + {name = "frozenlist-1.6.0-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "9d124b38b3c299ca68433597ee26b7819209cb8a3a9ea761dfe9db3a04bba584"}}, + {name = "frozenlist-1.6.0-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "118e97556306402e2b010da1ef21ea70cb6d6122e580da64c056b96f524fbd6a"}}, + {name = "frozenlist-1.6.0-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "fb3b309f1d4086b5533cf7bbcf3f956f0ae6469664522f1bde4feed26fba60f1"}}, + {name = "frozenlist-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "54dece0d21dce4fdb188a1ffc555926adf1d1c516e493c2914d7c370e454bc9e"}}, + {name = "frozenlist-1.6.0-cp311-cp311-win32.whl",hashes = {sha256 = "654e4ba1d0b2154ca2f096bed27461cf6160bc7f504a7f9a9ef447c293caf860"}}, + {name = "frozenlist-1.6.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "3e911391bffdb806001002c1f860787542f45916c3baf764264a52765d5a5603"}}, + {name = "frozenlist-1.6.0-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "c5b9e42ace7d95bf41e19b87cec8f262c41d3510d8ad7514ab3862ea2197bfb1"}}, + {name = "frozenlist-1.6.0-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "ca9973735ce9f770d24d5484dcb42f68f135351c2fc81a7a9369e48cf2998a29"}}, + {name = "frozenlist-1.6.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "6ac40ec76041c67b928ca8aaffba15c2b2ee3f5ae8d0cb0617b5e63ec119ca25"}}, + {name = "frozenlist-1.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "95b7a8a3180dfb280eb044fdec562f9b461614c0ef21669aea6f1d3dac6ee576"}}, + {name = "frozenlist-1.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "c444d824e22da6c9291886d80c7d00c444981a72686e2b59d38b285617cb52c8"}}, + {name = "frozenlist-1.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "bb52c8166499a8150bfd38478248572c924c003cbb45fe3bcd348e5ac7c000f9"}}, + {name = "frozenlist-1.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "b35298b2db9c2468106278537ee529719228950a5fdda686582f68f247d1dc6e"}}, + {name = "frozenlist-1.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "d108e2d070034f9d57210f22fefd22ea0d04609fc97c5f7f5a686b3471028590"}}, + {name = "frozenlist-1.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "4e1be9111cb6756868ac242b3c2bd1f09d9aea09846e4f5c23715e7afb647103"}}, + {name = "frozenlist-1.6.0-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "94bb451c664415f02f07eef4ece976a2c65dcbab9c2f1705b7031a3a75349d8c"}}, + {name = "frozenlist-1.6.0-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "d1a686d0b0949182b8faddea596f3fc11f44768d1f74d4cad70213b2e139d821"}}, + {name = "frozenlist-1.6.0-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "ea8e59105d802c5a38bdbe7362822c522230b3faba2aa35c0fa1765239b7dd70"}}, + {name = "frozenlist-1.6.0-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "abc4e880a9b920bc5020bf6a431a6bb40589d9bca3975c980495f63632e8382f"}}, + {name = "frozenlist-1.6.0-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "9a79713adfe28830f27a3c62f6b5406c37376c892b05ae070906f07ae4487046"}}, + {name = "frozenlist-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "9a0318c2068e217a8f5e3b85e35899f5a19e97141a45bb925bb357cfe1daf770"}}, + {name = "frozenlist-1.6.0-cp312-cp312-win32.whl",hashes = {sha256 = "853ac025092a24bb3bf09ae87f9127de9fe6e0c345614ac92536577cf956dfcc"}}, + {name = "frozenlist-1.6.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "2bdfe2d7e6c9281c6e55523acd6c2bf77963cb422fdc7d142fb0cb6621b66878"}}, + {name = "frozenlist-1.6.0-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "1d7fb014fe0fbfee3efd6a94fc635aeaa68e5e1720fe9e57357f2e2c6e1a647e"}}, + {name = "frozenlist-1.6.0-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "01bcaa305a0fdad12745502bfd16a1c75b14558dabae226852f9159364573117"}}, + {name = "frozenlist-1.6.0-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "8b314faa3051a6d45da196a2c495e922f987dc848e967d8cfeaee8a0328b1cd4"}}, + {name = "frozenlist-1.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "da62fecac21a3ee10463d153549d8db87549a5e77eefb8c91ac84bb42bb1e4e3"}}, + {name = "frozenlist-1.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "d1eb89bf3454e2132e046f9599fbcf0a4483ed43b40f545551a39316d0201cd1"}}, + {name = "frozenlist-1.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "d18689b40cb3936acd971f663ccb8e2589c45db5e2c5f07e0ec6207664029a9c"}}, + {name = "frozenlist-1.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "e67ddb0749ed066b1a03fba812e2dcae791dd50e5da03be50b6a14d0c1a9ee45"}}, + {name = "frozenlist-1.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "fc5e64626e6682638d6e44398c9baf1d6ce6bc236d40b4b57255c9d3f9761f1f"}}, + {name = "frozenlist-1.6.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "437cfd39564744ae32ad5929e55b18ebd88817f9180e4cc05e7d53b75f79ce85"}}, + {name = "frozenlist-1.6.0-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "62dd7df78e74d924952e2feb7357d826af8d2f307557a779d14ddf94d7311be8"}}, + {name = "frozenlist-1.6.0-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "a66781d7e4cddcbbcfd64de3d41a61d6bdde370fc2e38623f30b2bd539e84a9f"}}, + {name = "frozenlist-1.6.0-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "482fe06e9a3fffbcd41950f9d890034b4a54395c60b5e61fae875d37a699813f"}}, + {name = "frozenlist-1.6.0-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "e4f9373c500dfc02feea39f7a56e4f543e670212102cc2eeb51d3a99c7ffbde6"}}, + {name = "frozenlist-1.6.0-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "e69bb81de06827147b7bfbaeb284d85219fa92d9f097e32cc73675f279d70188"}}, + {name = "frozenlist-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "7613d9977d2ab4a9141dde4a149f4357e4065949674c5649f920fec86ecb393e"}}, + {name = "frozenlist-1.6.0-cp313-cp313-win32.whl",hashes = {sha256 = "4def87ef6d90429f777c9d9de3961679abf938cb6b7b63d4a7eb8a268babfce4"}}, + {name = "frozenlist-1.6.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "37a8a52c3dfff01515e9bbbee0e6063181362f9de3db2ccf9bc96189b557cbfd"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-macosx_10_13_universal2.whl",hashes = {sha256 = "46138f5a0773d064ff663d273b309b696293d7a7c00a0994c5c13a5078134b64"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "f88bc0a2b9c2a835cb888b32246c27cdab5740059fb3688852bf91e915399b91"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "777704c1d7655b802c7850255639672e90e81ad6fa42b99ce5ed3fbf45e338dd"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "85ef8d41764c7de0dcdaf64f733a27352248493a85a80661f3c678acd27e31f2"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "da5cb36623f2b846fb25009d9d9215322318ff1c63403075f812b3b2876c8506"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "cbb56587a16cf0fb8acd19e90ff9924979ac1431baea8681712716a8337577b0"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "c6154c3ba59cda3f954c6333025369e42c3acd0c6e8b6ce31eb5c5b8116c07e0"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "2e8246877afa3f1ae5c979fe85f567d220f86a50dc6c493b9b7d8191181ae01e"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "7b0f6cce16306d2e117cf9db71ab3a9e8878a28176aeaf0dbe35248d97b28d0c"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "1b8e8cd8032ba266f91136d7105706ad57770f3522eac4a111d77ac126a25a9b"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl",hashes = {sha256 = "e2ada1d8515d3ea5378c018a5f6d14b4994d4036591a52ceaf1a1549dec8e1ad"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-musllinux_1_2_i686.whl",hashes = {sha256 = "cdb2c7f071e4026c19a3e32b93a09e59b12000751fc9b0b7758da899e657d215"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "03572933a1969a6d6ab509d509e5af82ef80d4a5d4e1e9f2e1cdd22c77a3f4d2"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-musllinux_1_2_s390x.whl",hashes = {sha256 = "77effc978947548b676c54bbd6a08992759ea6f410d4987d69feea9cd0919911"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "a2bda8be77660ad4089caf2223fdbd6db1858462c4b85b67fbfa22102021e497"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-win32.whl",hashes = {sha256 = "a4d96dc5bcdbd834ec6b0f91027817214216b5b30316494d2b1aebffb87c534f"}}, + {name = "frozenlist-1.6.0-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "e18036cb4caa17ea151fd5f3d70be9d354c99eb8cf817a3ccde8a7873b074348"}}, + {name = "frozenlist-1.6.0-py3-none-any.whl",hashes = {sha256 = "535eec9987adb04701266b92745d6cdcef2e77669299359c3009c3404dd5d191"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "frozenlist-1.6.0.tar.gz" +hashes = {sha256 = "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68"} + +[[packages]] +name = "fsspec" +version = "2024.12.0" +requires-python = ">=3.8" +wheels = [ + {name = "fsspec-2024.12.0-py3-none-any.whl",hashes = {sha256 = "b520aed47ad9804237ff878b504267a3b0b441e97508bd6d2d8774e3db85cee2"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "fsspec-2024.12.0.tar.gz" +hashes = {sha256 = "670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f"} + +[[packages]] +name = "huggingface-hub" +version = "0.30.2" +requires-python = ">=3.8.0" +wheels = [ + {name = "huggingface_hub-0.30.2-py3-none-any.whl",hashes = {sha256 = "68ff05969927058cfa41df4f2155d4bb48f5f54f719dd0390103eefa9b191e28"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "huggingface_hub-0.30.2.tar.gz" +hashes = {sha256 = "9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466"} + +[[packages]] +name = "identify" +version = "2.6.9" +requires-python = ">=3.9" +wheels = [ + {name = "identify-2.6.9-py2.py3-none-any.whl",hashes = {sha256 = "c98b4322da415a8e5a70ff6e51fbc2d2932c015532d77e9f8537b4ba7813b150"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "identify-2.6.9.tar.gz" +hashes = {sha256 = "d40dfe3142a1421d8518e3d3985ef5ac42890683e32306ad614a29490abeb6bf"} + +[[packages]] +name = "idna" +version = "3.10" +requires-python = ">=3.6" +wheels = [ + {name = "idna-3.10-py3-none-any.whl",hashes = {sha256 = "946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "idna-3.10.tar.gz" +hashes = {sha256 = "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"} + +[[packages]] +name = "immutabledict" +version = "4.2.1" +requires-python = ">=3.8" +wheels = [ + {name = "immutabledict-4.2.1-py3-none-any.whl",hashes = {sha256 = "c56a26ced38c236f79e74af3ccce53772827cef5c3bce7cab33ff2060f756373"}}, +] +marker = "\"leaderboard\" in extras" + +[packages.sdist] +name = "immutabledict-4.2.1.tar.gz" +hashes = {sha256 = "d91017248981c72eb66c8ff9834e99c2f53562346f23e7f51e7a5ebcf66a3bcc"} + +[[packages]] +name = "jinja2" +version = "3.1.6" +requires-python = ">=3.7" +wheels = [ + {name = "jinja2-3.1.6-py3-none-any.whl",hashes = {sha256 = "85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "jinja2-3.1.6.tar.gz" +hashes = {sha256 = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"} + +[[packages]] +name = "joblib" +version = "1.4.2" +requires-python = ">=3.8" +wheels = [ + {name = "joblib-1.4.2-py3-none-any.whl",hashes = {sha256 = "06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "joblib-1.4.2.tar.gz" +hashes = {sha256 = "2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"} + +[[packages]] +name = "jsonlines" +version = "4.0.0" +requires-python = ">=3.8" +wheels = [ + {name = "jsonlines-4.0.0-py3-none-any.whl",hashes = {sha256 = "185b334ff2ca5a91362993f42e83588a360cf95ce4b71a73548502bda52a7c55"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "jsonlines-4.0.0.tar.gz" +hashes = {sha256 = "0c6d2c09117550c089995247f605ae4cf77dd1533041d366351f6f298822ea74"} + +[[packages]] +name = "langdetect" +version = "1.0.9" +requires-python = "" +marker = "\"leaderboard\" in extras" + +[packages.sdist] +name = "langdetect-1.0.9.tar.gz" +hashes = {sha256 = "cbc1fef89f8d062739774bd51eda3da3274006b3661d199c2655f6b3f6d605a0"} + +[[packages]] +name = "latex2sympy2-extended" +version = "1.10.1" +requires-python = ">=3.10" +wheels = [ + {name = "latex2sympy2_extended-1.10.1-py3-none-any.whl",hashes = {sha256 = "917a23e8f3b6edea88a56978fbbe87ed9fca4197f8277646be57b4660710347c"}}, +] +marker = "\"leaderboard\" in extras" + +[packages.sdist] +name = "latex2sympy2_extended-1.10.1.tar.gz" +hashes = {sha256 = "e365f0cb8807296c9d1f1661be926859bebd922a6139ce4be1e6572ca183ca57"} + +[[packages]] +name = "lm-eval" +version = "0.4.8" +requires-python = ">=3.9" +wheels = [ + {name = "lm_eval-0.4.8-py3-none-any.whl",hashes = {sha256 = "2ba377e067affcfcd27b73d6c045f8ce9ff88accd56176d9a86af3c12b0e01f6"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "lm_eval-0.4.8.tar.gz" +hashes = {sha256 = "3a7ffff20347315bf2318796b90ec9f7dd819836567085b5f57fdcc8bc450b4d"} + +[[packages]] +name = "lxml" +version = "5.3.2" +requires-python = ">=3.6" +wheels = [ + {name = "lxml-5.3.2-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "9d61a7d0d208ace43986a92b111e035881c4ed45b1f5b7a270070acae8b0bfb4"}}, + {name = "lxml-5.3.2-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "856dfd7eda0b75c29ac80a31a6411ca12209183e866c33faf46e77ace3ce8a79"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "7a01679e4aad0727bedd4c9407d4d65978e920f0200107ceeffd4b019bd48529"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "b6b37b4c3acb8472d191816d4582379f64d81cecbdce1a668601745c963ca5cc"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "3df5a54e7b7c31755383f126d3a84e12a4e0333db4679462ef1165d702517477"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "c09a40f28dcded933dc16217d6a092be0cc49ae25811d3b8e937c8060647c353"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "a1ef20f1851ccfbe6c5a04c67ec1ce49da16ba993fdbabdce87a92926e505412"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "f79a63289dbaba964eb29ed3c103b7911f2dce28c36fe87c36a114e6bd21d7ad"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "75a72697d95f27ae00e75086aed629f117e816387b74a2f2da6ef382b460b710"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_s390x.whl",hashes = {sha256 = "b9b00c9ee1cc3a76f1f16e94a23c344e0b6e5c10bec7f94cf2d820ce303b8c01"}}, + {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "77cbcab50cbe8c857c6ba5f37f9a3976499c60eada1bf6d38f88311373d7b4bc"}}, + {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "29424058f072a24622a0a15357bca63d796954758248a72da6d512f9bd9a4493"}}, + {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "7d82737a8afe69a7c80ef31d7626075cc7d6e2267f16bf68af2c764b45ed68ab"}}, + {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "95473d1d50a5d9fcdb9321fdc0ca6e1edc164dce4c7da13616247d27f3d21e31"}}, + {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "2162068f6da83613f8b2a32ca105e37a564afd0d7009b0b25834d47693ce3538"}}, + {name = "lxml-5.3.2-cp311-cp311-win32.whl",hashes = {sha256 = "f8695752cf5d639b4e981afe6c99e060621362c416058effd5c704bede9cb5d1"}}, + {name = "lxml-5.3.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "d1a94cbb4ee64af3ab386c2d63d6d9e9cf2e256ac0fd30f33ef0a3c88f575174"}}, + {name = "lxml-5.3.2-cp312-cp312-macosx_10_9_universal2.whl",hashes = {sha256 = "16b3897691ec0316a1aa3c6585f61c8b7978475587c5b16fc1d2c28d283dc1b0"}}, + {name = "lxml-5.3.2-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "a8d4b34a0eeaf6e73169dcfd653c8d47f25f09d806c010daf074fba2db5e2d3f"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "9cd7a959396da425022e1e4214895b5cfe7de7035a043bcc2d11303792b67554"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "cac5eaeec3549c5df7f8f97a5a6db6963b91639389cdd735d5a806370847732b"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "29b5f7d77334877c2146e7bb8b94e4df980325fab0a8af4d524e5d43cd6f789d"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "13f3495cfec24e3d63fffd342cc8141355d1d26ee766ad388775f5c8c5ec3932"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e70ad4c9658beeff99856926fd3ee5fde8b519b92c693f856007177c36eb2e30"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "507085365783abd7879fa0a6fa55eddf4bdd06591b17a2418403bb3aff8a267d"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "5bb304f67cbf5dfa07edad904732782cbf693286b9cd85af27059c5779131050"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_s390x.whl",hashes = {sha256 = "3d84f5c093645c21c29a4e972b84cb7cf682f707f8706484a5a0c7ff13d7a988"}}, + {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "bdc13911db524bd63f37b0103af014b7161427ada41f1b0b3c9b5b5a9c1ca927"}}, + {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "1ec944539543f66ebc060ae180d47e86aca0188bda9cbfadff47d86b0dc057dc"}}, + {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "59d437cc8a7f838282df5a199cf26f97ef08f1c0fbec6e84bd6f5cc2b7913f6e"}}, + {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "0e275961adbd32e15672e14e0cc976a982075208224ce06d149c92cb43db5b93"}}, + {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "038aeb6937aa404480c2966b7f26f1440a14005cb0702078c173c028eca72c31"}}, + {name = "lxml-5.3.2-cp312-cp312-win32.whl",hashes = {sha256 = "3c2c8d0fa3277147bff180e3590be67597e17d365ce94beb2efa3138a2131f71"}}, + {name = "lxml-5.3.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "77809fcd97dfda3f399102db1794f7280737b69830cd5c961ac87b3c5c05662d"}}, + {name = "lxml-5.3.2-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "77626571fb5270ceb36134765f25b665b896243529eefe840974269b083e090d"}}, + {name = "lxml-5.3.2-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "78a533375dc7aa16d0da44af3cf6e96035e484c8c6b2b2445541a5d4d3d289ee"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "a6f62b2404b3f3f0744bbcabb0381c5fe186fa2a9a67ecca3603480f4846c585"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2ea918da00091194526d40c30c4996971f09dacab032607581f8d8872db34fbf"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c35326f94702a7264aa0eea826a79547d3396a41ae87a70511b9f6e9667ad31c"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "e3bef90af21d31c4544bc917f51e04f94ae11b43156356aff243cdd84802cbf2"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "52fa7ba11a495b7cbce51573c73f638f1dcff7b3ee23697467dc063f75352a69"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "ad131e2c4d2c3803e736bb69063382334e03648de2a6b8f56a878d700d4b557d"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "00a4463ca409ceacd20490a893a7e08deec7870840eff33dc3093067b559ce3e"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_s390x.whl",hashes = {sha256 = "87e8d78205331cace2b73ac8249294c24ae3cba98220687b5b8ec5971a2267f1"}}, + {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "bf6389133bb255e530a4f2f553f41c4dd795b1fbb6f797aea1eff308f1e11606"}}, + {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "b3709fc752b42fb6b6ffa2ba0a5b9871646d97d011d8f08f4d5b3ee61c7f3b2b"}}, + {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "abc795703d0de5d83943a4badd770fbe3d1ca16ee4ff3783d7caffc252f309ae"}}, + {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "98050830bb6510159f65d9ad1b8aca27f07c01bb3884ba95f17319ccedc4bcf9"}}, + {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6ba465a91acc419c5682f8b06bcc84a424a7aa5c91c220241c6fd31de2a72bc6"}}, + {name = "lxml-5.3.2-cp313-cp313-win32.whl",hashes = {sha256 = "56a1d56d60ea1ec940f949d7a309e0bff05243f9bd337f585721605670abb1c1"}}, + {name = "lxml-5.3.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "1a580dc232c33d2ad87d02c8a3069d47abbcdce974b9c9cc82a79ff603065dbe"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "lxml-5.3.2.tar.gz" +hashes = {sha256 = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"} + +[[packages]] +name = "markupsafe" +version = "3.0.2" +requires-python = ">=3.9" +wheels = [ + {name = "MarkupSafe-3.0.2-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "9025b4018f3a1314059769c7bf15441064b2207cb3f065e6ea1e7359cb46db9d"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "93335ca3812df2f366e80509ae119189886b0f3c2b81325d39efdb84a1e2ae93"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2cb8438c3cbb25e220c2ab33bb226559e7afb3baec11c4f218ffa7308603c832"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "a123e330ef0853c6e822384873bef7507557d8e4a082961e1defa947aa59ba84"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "1e084f686b92e5b83186b07e8a17fc09e38fff551f3602b249881fec658d3eca"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "d8213e09c917a951de9d09ecee036d5c7d36cb6cb7dbaece4c71a60d79fb9798"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "5b02fb34468b6aaa40dfc198d813a641e3a63b98c2b05a16b9f80b7ec314185e"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-win32.whl",hashes = {sha256 = "6c89876f41da747c8d3677a2b540fb32ef5715f97b66eeb0c6b66f5e3ef6f59d"}}, + {name = "MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "70a87b411535ccad5ef2f1df5136506a10775d267e197e4cf531ced10537bd6b"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-win32.whl",hashes = {sha256 = "0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30"}}, + {name = "MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-win32.whl",hashes = {sha256 = "bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-macosx_10_13_universal2.whl",hashes = {sha256 = "b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl",hashes = {sha256 = "3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-win32.whl",hashes = {sha256 = "ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6"}}, + {name = "MarkupSafe-3.0.2-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "markupsafe-3.0.2.tar.gz" +hashes = {sha256 = "ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0"} + +[[packages]] +name = "math-verify" +version = "0.7.0" +requires-python = ">=3.10" +wheels = [ + {name = "math_verify-0.7.0-py3-none-any.whl",hashes = {sha256 = "bbdd491b511f6ceef27c5e08543affa1735807b6e3abb6f005bf493dc0eb485b"}}, +] +marker = "\"leaderboard\" in extras" + +[packages.sdist] +name = "math_verify-0.7.0.tar.gz" +hashes = {sha256 = "b7459c7b9f1c503b7df32566a95f1e6a33a6cad8cbb759eaa6f100d401112024"} + +[[packages]] +name = "mbstrdecoder" +version = "1.1.4" +requires-python = ">=3.9" +wheels = [ + {name = "mbstrdecoder-1.1.4-py3-none-any.whl",hashes = {sha256 = "03dae4ec50ec0d2ff4743e63fdbd5e0022815857494d35224b60775d3d934a8c"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "mbstrdecoder-1.1.4.tar.gz" +hashes = {sha256 = "8105ef9cf6b7d7d69fe7fd6b68a2d8f281ca9b365d7a9b670be376b2e6c81b21"} + +[[packages]] +name = "more-itertools" +version = "10.6.0" +requires-python = ">=3.9" +wheels = [ + {name = "more_itertools-10.6.0-py3-none-any.whl",hashes = {sha256 = "6eb054cb4b6db1473f6e15fcc676a08e4732548acd47c708f0e179c2c7c01e89"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "more-itertools-10.6.0.tar.gz" +hashes = {sha256 = "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b"} + +[[packages]] +name = "mpmath" +version = "1.3.0" +requires-python = "" +wheels = [ + {name = "mpmath-1.3.0-py3-none-any.whl",hashes = {sha256 = "a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "mpmath-1.3.0.tar.gz" +hashes = {sha256 = "7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f"} + +[[packages]] +name = "multidict" +version = "6.4.3" +requires-python = ">=3.9" +wheels = [ + {name = "multidict-6.4.3-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "f6f19170197cc29baccd33ccc5b5d6a331058796485857cf34f7635aa25fb0cd"}}, + {name = "multidict-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "f2882bf27037eb687e49591690e5d491e677272964f9ec7bc2abbe09108bdfb8"}}, + {name = "multidict-6.4.3-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "fbf226ac85f7d6b6b9ba77db4ec0704fde88463dc17717aec78ec3c8546c70ad"}}, + {name = "multidict-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2e329114f82ad4b9dd291bef614ea8971ec119ecd0f54795109976de75c9a852"}}, + {name = "multidict-6.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "1f4e0334d7a555c63f5c8952c57ab6f1c7b4f8c7f3442df689fc9f03df315c08"}}, + {name = "multidict-6.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "740915eb776617b57142ce0bb13b7596933496e2f798d3d15a20614adf30d229"}}, + {name = "multidict-6.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "255dac25134d2b141c944b59a0d2f7211ca12a6d4779f7586a98b4b03ea80508"}}, + {name = "multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "d4e8535bd4d741039b5aad4285ecd9b902ef9e224711f0b6afda6e38d7ac02c7"}}, + {name = "multidict-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "30c433a33be000dd968f5750722eaa0991037be0be4a9d453eba121774985bc8"}}, + {name = "multidict-6.4.3-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "4eb33b0bdc50acd538f45041f5f19945a1f32b909b76d7b117c0c25d8063df56"}}, + {name = "multidict-6.4.3-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "75482f43465edefd8a5d72724887ccdcd0c83778ded8f0cb1e0594bf71736cc0"}}, + {name = "multidict-6.4.3-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "ce5b3082e86aee80b3925ab4928198450d8e5b6466e11501fe03ad2191c6d777"}}, + {name = "multidict-6.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "e413152e3212c4d39f82cf83c6f91be44bec9ddea950ce17af87fbf4e32ca6b2"}}, + {name = "multidict-6.4.3-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "8aac2eeff69b71f229a405c0a4b61b54bade8e10163bc7b44fcd257949620618"}}, + {name = "multidict-6.4.3-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ab583ac203af1d09034be41458feeab7863c0635c650a16f15771e1386abf2d7"}}, + {name = "multidict-6.4.3-cp311-cp311-win32.whl",hashes = {sha256 = "1b2019317726f41e81154df636a897de1bfe9228c3724a433894e44cd2512378"}}, + {name = "multidict-6.4.3-cp311-cp311-win_amd64.whl",hashes = {sha256 = "43173924fa93c7486402217fab99b60baf78d33806af299c56133a3755f69589"}}, + {name = "multidict-6.4.3-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "1f1c2f58f08b36f8475f3ec6f5aeb95270921d418bf18f90dffd6be5c7b0e676"}}, + {name = "multidict-6.4.3-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "26ae9ad364fc61b936fb7bf4c9d8bd53f3a5b4417142cd0be5c509d6f767e2f1"}}, + {name = "multidict-6.4.3-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "659318c6c8a85f6ecfc06b4e57529e5a78dfdd697260cc81f683492ad7e9435a"}}, + {name = "multidict-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "e1eb72c741fd24d5a28242ce72bb61bc91f8451877131fa3fe930edb195f7054"}}, + {name = "multidict-6.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "3cd06d88cb7398252284ee75c8db8e680aa0d321451132d0dba12bc995f0adcc"}}, + {name = "multidict-6.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "4543d8dc6470a82fde92b035a92529317191ce993533c3c0c68f56811164ed07"}}, + {name = "multidict-6.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "30a3ebdc068c27e9d6081fca0e2c33fdf132ecea703a72ea216b81a66860adde"}}, + {name = "multidict-6.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "b038f10e23f277153f86f95c777ba1958bcd5993194fda26a1d06fae98b2f00c"}}, + {name = "multidict-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "c605a2b2dc14282b580454b9b5d14ebe0668381a3a26d0ac39daa0ca115eb2ae"}}, + {name = "multidict-6.4.3-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "8bd2b875f4ca2bb527fe23e318ddd509b7df163407b0fb717df229041c6df5d3"}}, + {name = "multidict-6.4.3-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "c2e98c840c9c8e65c0e04b40c6c5066c8632678cd50c8721fdbcd2e09f21a507"}}, + {name = "multidict-6.4.3-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "66eb80dd0ab36dbd559635e62fba3083a48a252633164857a1d1684f14326427"}}, + {name = "multidict-6.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "c23831bdee0a2a3cf21be057b5e5326292f60472fb6c6f86392bbf0de70ba731"}}, + {name = "multidict-6.4.3-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "1535cec6443bfd80d028052e9d17ba6ff8a5a3534c51d285ba56c18af97e9713"}}, + {name = "multidict-6.4.3-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "3b73e7227681f85d19dec46e5b881827cd354aabe46049e1a61d2f9aaa4e285a"}}, + {name = "multidict-6.4.3-cp312-cp312-win32.whl",hashes = {sha256 = "8eac0c49df91b88bf91f818e0a24c1c46f3622978e2c27035bfdca98e0e18124"}}, + {name = "multidict-6.4.3-cp312-cp312-win_amd64.whl",hashes = {sha256 = "11990b5c757d956cd1db7cb140be50a63216af32cd6506329c2c59d732d802db"}}, + {name = "multidict-6.4.3-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "7a76534263d03ae0cfa721fea40fd2b5b9d17a6f85e98025931d41dc49504474"}}, + {name = "multidict-6.4.3-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "805031c2f599eee62ac579843555ed1ce389ae00c7e9f74c2a1b45e0564a88dd"}}, + {name = "multidict-6.4.3-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "c56c179839d5dcf51d565132185409d1d5dd8e614ba501eb79023a6cab25576b"}}, + {name = "multidict-6.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "9c64f4ddb3886dd8ab71b68a7431ad4aa01a8fa5be5b11543b29674f29ca0ba3"}}, + {name = "multidict-6.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "3002a856367c0b41cad6784f5b8d3ab008eda194ed7864aaa58f65312e2abcac"}}, + {name = "multidict-6.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "3d75e621e7d887d539d6e1d789f0c64271c250276c333480a9e1de089611f790"}}, + {name = "multidict-6.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "995015cf4a3c0d72cbf453b10a999b92c5629eaf3a0c3e1efb4b5c1f602253bb"}}, + {name = "multidict-6.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "a2b0fabae7939d09d7d16a711468c385272fa1b9b7fb0d37e51143585d8e72e0"}}, + {name = "multidict-6.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "61ed4d82f8a1e67eb9eb04f8587970d78fe7cddb4e4d6230b77eda23d27938f9"}}, + {name = "multidict-6.4.3-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "062428944a8dc69df9fdc5d5fc6279421e5f9c75a9ee3f586f274ba7b05ab3c8"}}, + {name = "multidict-6.4.3-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "b90e27b4674e6c405ad6c64e515a505c6d113b832df52fdacb6b1ffd1fa9a1d1"}}, + {name = "multidict-6.4.3-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "7d50d4abf6729921e9613d98344b74241572b751c6b37feed75fb0c37bd5a817"}}, + {name = "multidict-6.4.3-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "43fe10524fb0a0514be3954be53258e61d87341008ce4914f8e8b92bee6f875d"}}, + {name = "multidict-6.4.3-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "236966ca6c472ea4e2d3f02f6673ebfd36ba3f23159c323f5a496869bc8e47c9"}}, + {name = "multidict-6.4.3-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "422a5ec315018e606473ba1f5431e064cf8b2a7468019233dcf8082fabad64c8"}}, + {name = "multidict-6.4.3-cp313-cp313-win32.whl",hashes = {sha256 = "f901a5aace8e8c25d78960dcc24c870c8d356660d3b49b93a78bf38eb682aac3"}}, + {name = "multidict-6.4.3-cp313-cp313-win_amd64.whl",hashes = {sha256 = "1c152c49e42277bc9a2f7b78bd5fa10b13e88d1b0328221e7aef89d5c60a99a5"}}, + {name = "multidict-6.4.3-cp313-cp313t-macosx_10_13_universal2.whl",hashes = {sha256 = "be8751869e28b9c0d368d94f5afcb4234db66fe8496144547b4b6d6a0645cfc6"}}, + {name = "multidict-6.4.3-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "0d4b31f8a68dccbcd2c0ea04f0e014f1defc6b78f0eb8b35f2265e8716a6df0c"}}, + {name = "multidict-6.4.3-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "032efeab3049e37eef2ff91271884303becc9e54d740b492a93b7e7266e23756"}}, + {name = "multidict-6.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "9e78006af1a7c8a8007e4f56629d7252668344442f66982368ac06522445e375"}}, + {name = "multidict-6.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "daeac9dd30cda8703c417e4fddccd7c4dc0c73421a0b54a7da2713be125846be"}}, + {name = "multidict-6.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "1f6f90700881438953eae443a9c6f8a509808bc3b185246992c4233ccee37fea"}}, + {name = "multidict-6.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f84627997008390dd15762128dcf73c3365f4ec0106739cde6c20a07ed198ec8"}}, + {name = "multidict-6.4.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "3307b48cd156153b117c0ea54890a3bdbf858a5b296ddd40dc3852e5f16e9b02"}}, + {name = "multidict-6.4.3-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "ead46b0fa1dcf5af503a46e9f1c2e80b5d95c6011526352fa5f42ea201526124"}}, + {name = "multidict-6.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "1748cb2743bedc339d63eb1bca314061568793acd603a6e37b09a326334c9f44"}}, + {name = "multidict-6.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl",hashes = {sha256 = "acc9fa606f76fc111b4569348cc23a771cb52c61516dcc6bcef46d612edb483b"}}, + {name = "multidict-6.4.3-cp313-cp313t-musllinux_1_2_i686.whl",hashes = {sha256 = "31469d5832b5885adeb70982e531ce86f8c992334edd2f2254a10fa3182ac504"}}, + {name = "multidict-6.4.3-cp313-cp313t-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "ba46b51b6e51b4ef7bfb84b82f5db0dc5e300fb222a8a13b8cd4111898a869cf"}}, + {name = "multidict-6.4.3-cp313-cp313t-musllinux_1_2_s390x.whl",hashes = {sha256 = "389cfefb599edf3fcfd5f64c0410da686f90f5f5e2c4d84e14f6797a5a337af4"}}, + {name = "multidict-6.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "64bc2bbc5fba7b9db5c2c8d750824f41c6994e3882e6d73c903c2afa78d091e4"}}, + {name = "multidict-6.4.3-cp313-cp313t-win32.whl",hashes = {sha256 = "0ecdc12ea44bab2807d6b4a7e5eef25109ab1c82a8240d86d3c1fc9f3b72efd5"}}, + {name = "multidict-6.4.3-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "7146a8742ea71b5d7d955bffcef58a9e6e04efba704b52a460134fefd10a8208"}}, + {name = "multidict-6.4.3-py3-none-any.whl",hashes = {sha256 = "59fe01ee8e2a1e8ceb3f6dbb216b09c8d9f4ef1c22c4fc825d045a147fa2ebc9"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "multidict-6.4.3.tar.gz" +hashes = {sha256 = "3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec"} + +[[packages]] +name = "multiprocess" +version = "0.70.16" +requires-python = ">=3.8" +wheels = [ + {name = "multiprocess-0.70.16-py311-none-any.whl",hashes = {sha256 = "af4cabb0dac72abfb1e794fa7855c325fd2b55a10a44628a3c1ad3311c04127a"}}, + {name = "multiprocess-0.70.16-py312-none-any.whl",hashes = {sha256 = "fc0544c531920dde3b00c29863377f87e1632601092ea2daca74e4beb40faa2e"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "multiprocess-0.70.16.tar.gz" +hashes = {sha256 = "161af703d4652a0e1410be6abccecde4a7ddffd19341be0a7011b94aeb171ac1"} + +[[packages]] +name = "networkx" +version = "3.4.2" +requires-python = ">=3.10" +wheels = [ + {name = "networkx-3.4.2-py3-none-any.whl",hashes = {sha256 = "df5d4365b724cf81b8c6a7312509d0c22386097011ad1abe274afd5e9d3bbc5f"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "networkx-3.4.2.tar.gz" +hashes = {sha256 = "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1"} + +[[packages]] +name = "nltk" +version = "3.9.1" +requires-python = ">=3.8" +wheels = [ + {name = "nltk-3.9.1-py3-none-any.whl",hashes = {sha256 = "4fa26829c5b00715afe3061398a8989dc643b92ce7dd93fb4585a70930d168a1"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "nltk-3.9.1.tar.gz" +hashes = {sha256 = "87d127bd3de4bd89a4f81265e5fa59cb1b199b27440175370f7417d2bc7ae868"} + +[[packages]] +name = "nodeenv" +version = "1.9.1" +requires-python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" +wheels = [ + {name = "nodeenv-1.9.1-py2.py3-none-any.whl",hashes = {sha256 = "ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "nodeenv-1.9.1.tar.gz" +hashes = {sha256 = "6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f"} + +[[packages]] +name = "numexpr" +version = "2.10.2" +requires-python = ">=3.9" +wheels = [ + {name = "numexpr-2.10.2-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "6b360eb8d392483410fe6a3d5a7144afa298c9a0aa3e9fe193e89590b47dd477"}}, + {name = "numexpr-2.10.2-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "d9a42f5c24880350d88933c4efee91b857c378aaea7e8b86221fff569069841e"}}, + {name = "numexpr-2.10.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",hashes = {sha256 = "83fcb11988b57cc25b028a36d285287d706d1f536ebf2662ea30bd990e0de8b9"}}, + {name = "numexpr-2.10.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",hashes = {sha256 = "4213a92efa9770bc28e3792134e27c7e5c7e97068bdfb8ba395baebbd12f991b"}}, + {name = "numexpr-2.10.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ebdbef5763ca057eea0c2b5698e4439d084a0505d9d6e94f4804f26e8890c45e"}}, + {name = "numexpr-2.10.2-cp311-cp311-win32.whl",hashes = {sha256 = "3bf01ec502d89944e49e9c1b5cc7c7085be8ca2eb9dd46a0eafd218afbdbd5f5"}}, + {name = "numexpr-2.10.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "e2d0ae24b0728e4bc3f1d3f33310340d67321d36d6043f7ce26897f4f1042db0"}}, + {name = "numexpr-2.10.2-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "b5323a46e75832334f1af86da1ef6ff0add00fbacdd266250be872b438bdf2be"}}, + {name = "numexpr-2.10.2-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "a42963bd4c62d8afa4f51e7974debfa39a048383f653544ab54f50a2f7ec6c42"}}, + {name = "numexpr-2.10.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",hashes = {sha256 = "5191ba8f2975cb9703afc04ae845a929e193498c0e8bcd408ecb147b35978470"}}, + {name = "numexpr-2.10.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",hashes = {sha256 = "97298b14f0105a794bea06fd9fbc5c423bd3ff4d88cbc618860b83eb7a436ad6"}}, + {name = "numexpr-2.10.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "f9d7805ccb6be2d3b0f7f6fad3707a09ac537811e8e9964f4074d28cb35543db"}}, + {name = "numexpr-2.10.2-cp312-cp312-win32.whl",hashes = {sha256 = "cb845b2d4f9f8ef0eb1c9884f2b64780a85d3b5ae4eeb26ae2b0019f489cd35e"}}, + {name = "numexpr-2.10.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "57b59cbb5dcce4edf09cd6ce0b57ff60312479930099ca8d944c2fac896a1ead"}}, + {name = "numexpr-2.10.2-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "a37d6a51ec328c561b2ca8a2bef07025642eca995b8553a5267d0018c732976d"}}, + {name = "numexpr-2.10.2-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "81d1dde7dd6166d8ff5727bb46ab42a6b0048db0e97ceb84a121334a404a800f"}}, + {name = "numexpr-2.10.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",hashes = {sha256 = "5b3f814437d5a10797f8d89d2037cca2c9d9fa578520fc911f894edafed6ea3e"}}, + {name = "numexpr-2.10.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",hashes = {sha256 = "9309f2e43fe6e4560699ef5c27d7a848b3ff38549b6b57194207cf0e88900527"}}, + {name = "numexpr-2.10.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ebb73b93f5c4d6994f357fa5a47a9f7a5485577e633b3c46a603cb01445bbb19"}}, + {name = "numexpr-2.10.2-cp313-cp313-win32.whl",hashes = {sha256 = "ec04c9a3c050c175348801e27c18c68d28673b7bfb865ef88ce333be523bbc01"}}, + {name = "numexpr-2.10.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "d7a3fc83c959288544db3adc70612475d8ad53a66c69198105c74036182d10dd"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "numexpr-2.10.2.tar.gz" +hashes = {sha256 = "b0aff6b48ebc99d2f54f27b5f73a58cb92fde650aeff1b397c71c8788b4fff1a"} + +[[packages]] +name = "numpy" +version = "2.2.4" +requires-python = ">=3.10" +wheels = [ + {name = "numpy-2.2.4-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "e9e0a277bb2eb5d8a7407e14688b85fd8ad628ee4e0c7930415687b6564207a4"}}, + {name = "numpy-2.2.4-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "9eeea959168ea555e556b8188da5fa7831e21d91ce031e95ce23747b7609f8a4"}}, + {name = "numpy-2.2.4-cp311-cp311-macosx_14_0_arm64.whl",hashes = {sha256 = "bd3ad3b0a40e713fc68f99ecfd07124195333f1e689387c180813f0e94309d6f"}}, + {name = "numpy-2.2.4-cp311-cp311-macosx_14_0_x86_64.whl",hashes = {sha256 = "cf28633d64294969c019c6df4ff37f5698e8326db68cc2b66576a51fad634880"}}, + {name = "numpy-2.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2fa8fa7697ad1646b5c93de1719965844e004fcad23c91228aca1cf0800044a1"}}, + {name = "numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f4162988a360a29af158aeb4a2f4f09ffed6a969c9776f8f3bdee9b06a8ab7e5"}}, + {name = "numpy-2.2.4-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "892c10d6a73e0f14935c31229e03325a7b3093fafd6ce0af704be7f894d95687"}}, + {name = "numpy-2.2.4-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "db1f1c22173ac1c58db249ae48aa7ead29f534b9a948bc56828337aa84a32ed6"}}, + {name = "numpy-2.2.4-cp311-cp311-win32.whl",hashes = {sha256 = "ea2bb7e2ae9e37d96835b3576a4fa4b3a97592fbea8ef7c3587078b0068b8f09"}}, + {name = "numpy-2.2.4-cp311-cp311-win_amd64.whl",hashes = {sha256 = "f7de08cbe5551911886d1ab60de58448c6df0f67d9feb7d1fb21e9875ef95e91"}}, + {name = "numpy-2.2.4-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "a7b9084668aa0f64e64bd00d27ba5146ef1c3a8835f3bd912e7a9e01326804c4"}}, + {name = "numpy-2.2.4-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "dbe512c511956b893d2dacd007d955a3f03d555ae05cfa3ff1c1ff6df8851854"}}, + {name = "numpy-2.2.4-cp312-cp312-macosx_14_0_arm64.whl",hashes = {sha256 = "bb649f8b207ab07caebba230d851b579a3c8711a851d29efe15008e31bb4de24"}}, + {name = "numpy-2.2.4-cp312-cp312-macosx_14_0_x86_64.whl",hashes = {sha256 = "f34dc300df798742b3d06515aa2a0aee20941c13579d7a2f2e10af01ae4901ee"}}, + {name = "numpy-2.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "c3f7ac96b16955634e223b579a3e5798df59007ca43e8d451a0e6a50f6bfdfba"}}, + {name = "numpy-2.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "4f92084defa704deadd4e0a5ab1dc52d8ac9e8a8ef617f3fbb853e79b0ea3592"}}, + {name = "numpy-2.2.4-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "7a4e84a6283b36632e2a5b56e121961f6542ab886bc9e12f8f9818b3c266bfbb"}}, + {name = "numpy-2.2.4-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "11c43995255eb4127115956495f43e9343736edb7fcdb0d973defd9de14cd84f"}}, + {name = "numpy-2.2.4-cp312-cp312-win32.whl",hashes = {sha256 = "65ef3468b53269eb5fdb3a5c09508c032b793da03251d5f8722b1194f1790c00"}}, + {name = "numpy-2.2.4-cp312-cp312-win_amd64.whl",hashes = {sha256 = "2aad3c17ed2ff455b8eaafe06bcdae0062a1db77cb99f4b9cbb5f4ecb13c5146"}}, + {name = "numpy-2.2.4-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "1cf4e5c6a278d620dee9ddeb487dc6a860f9b199eadeecc567f777daace1e9e7"}}, + {name = "numpy-2.2.4-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "1974afec0b479e50438fc3648974268f972e2d908ddb6d7fb634598cdb8260a0"}}, + {name = "numpy-2.2.4-cp313-cp313-macosx_14_0_arm64.whl",hashes = {sha256 = "79bd5f0a02aa16808fcbc79a9a376a147cc1045f7dfe44c6e7d53fa8b8a79392"}}, + {name = "numpy-2.2.4-cp313-cp313-macosx_14_0_x86_64.whl",hashes = {sha256 = "3387dd7232804b341165cedcb90694565a6015433ee076c6754775e85d86f1fc"}}, + {name = "numpy-2.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6f527d8fdb0286fd2fd97a2a96c6be17ba4232da346931d967a0630050dfd298"}}, + {name = "numpy-2.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "bce43e386c16898b91e162e5baaad90c4b06f9dcbe36282490032cec98dc8ae7"}}, + {name = "numpy-2.2.4-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "31504f970f563d99f71a3512d0c01a645b692b12a63630d6aafa0939e52361e6"}}, + {name = "numpy-2.2.4-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "81413336ef121a6ba746892fad881a83351ee3e1e4011f52e97fba79233611fd"}}, + {name = "numpy-2.2.4-cp313-cp313-win32.whl",hashes = {sha256 = "f486038e44caa08dbd97275a9a35a283a8f1d2f0ee60ac260a1790e76660833c"}}, + {name = "numpy-2.2.4-cp313-cp313-win_amd64.whl",hashes = {sha256 = "207a2b8441cc8b6a2a78c9ddc64d00d20c303d79fba08c577752f080c4007ee3"}}, + {name = "numpy-2.2.4-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "8120575cb4882318c791f839a4fd66161a6fa46f3f0a5e613071aae35b5dd8f8"}}, + {name = "numpy-2.2.4-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "a761ba0fa886a7bb33c6c8f6f20213735cb19642c580a931c625ee377ee8bd39"}}, + {name = "numpy-2.2.4-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "ac0280f1ba4a4bfff363a99a6aceed4f8e123f8a9b234c89140f5e894e452ecd"}}, + {name = "numpy-2.2.4-cp313-cp313t-macosx_14_0_x86_64.whl",hashes = {sha256 = "879cf3a9a2b53a4672a168c21375166171bc3932b7e21f622201811c43cdd3b0"}}, + {name = "numpy-2.2.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "f05d4198c1bacc9124018109c5fba2f3201dbe7ab6e92ff100494f236209c960"}}, + {name = "numpy-2.2.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e2f085ce2e813a50dfd0e01fbfc0c12bbe5d2063d99f8b29da30e544fb6483b8"}}, + {name = "numpy-2.2.4-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "92bda934a791c01d6d9d8e038363c50918ef7c40601552a58ac84c9613a665bc"}}, + {name = "numpy-2.2.4-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ee4d528022f4c5ff67332469e10efe06a267e32f4067dc76bb7e2cddf3cd25ff"}}, + {name = "numpy-2.2.4-cp313-cp313t-win32.whl",hashes = {sha256 = "05c076d531e9998e7e694c36e8b349969c56eadd2cdcd07242958489d79a7286"}}, + {name = "numpy-2.2.4-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "188dcbca89834cc2e14eb2f106c96d6d46f200fe0200310fc29089657379c58d"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "numpy-2.2.4.tar.gz" +hashes = {sha256 = "9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f"} + +[[packages]] +name = "packaging" +version = "24.2" +requires-python = ">=3.8" +wheels = [ + {name = "packaging-24.2-py3-none-any.whl",hashes = {sha256 = "09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "packaging-24.2.tar.gz" +hashes = {sha256 = "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"} + +[[packages]] +name = "pandas" +version = "2.2.3" +requires-python = ">=3.9" +wheels = [ + {name = "pandas-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "66108071e1b935240e74525006034333f98bcdb87ea116de573a6a0dccb6c039"}}, + {name = "pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "7c2875855b0ff77b2a64a0365e24455d9990730d6431b9e0ee18ad8acee13dbd"}}, + {name = "pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",hashes = {sha256 = "cd8d0c3be0515c12fed0bdbae072551c8b54b7192c7b1fda0ba56059a0179698"}}, + {name = "pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "c124333816c3a9b03fbeef3a9f230ba9a737e9e5bb4060aa2107a86cc0a497fc"}}, + {name = "pandas-2.2.3-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "63cc132e40a2e084cf01adf0775b15ac515ba905d7dcca47e9a251819c575ef3"}}, + {name = "pandas-2.2.3-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "29401dbfa9ad77319367d36940cd8a0b3a11aba16063e39632d98b0e931ddf32"}}, + {name = "pandas-2.2.3-cp311-cp311-win_amd64.whl",hashes = {sha256 = "3fc6873a41186404dad67245896a6e440baacc92f5b716ccd1bc9ed2995ab2c5"}}, + {name = "pandas-2.2.3-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "b1d432e8d08679a40e2a6d8b2f9770a5c21793a6f9f47fdd52c5ce1948a5a8a9"}}, + {name = "pandas-2.2.3-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "a5a1595fe639f5988ba6a8e5bc9649af3baf26df3998a0abe56c02609392e0a4"}}, + {name = "pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",hashes = {sha256 = "5de54125a92bb4d1c051c0659e6fcb75256bf799a732a87184e5ea503965bce3"}}, + {name = "pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fffb8ae78d8af97f849404f21411c95062db1496aeb3e56f146f0355c9989319"}}, + {name = "pandas-2.2.3-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "6dfcb5ee8d4d50c06a51c2fffa6cff6272098ad6540aed1a76d15fb9318194d8"}}, + {name = "pandas-2.2.3-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "062309c1b9ea12a50e8ce661145c6aab431b1e99530d3cd60640e255778bd43a"}}, + {name = "pandas-2.2.3-cp312-cp312-win_amd64.whl",hashes = {sha256 = "59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13"}}, + {name = "pandas-2.2.3-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "f00d1345d84d8c86a63e476bb4955e46458b304b9575dcf71102b5c705320015"}}, + {name = "pandas-2.2.3-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "3508d914817e153ad359d7e069d752cdd736a247c322d932eb89e6bc84217f28"}}, + {name = "pandas-2.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",hashes = {sha256 = "22a9d949bfc9a502d320aa04e5d02feab689d61da4e7764b62c30b991c42c5f0"}}, + {name = "pandas-2.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f3a255b2c19987fbbe62a9dfd6cff7ff2aa9ccab3fc75218fd4b7530f01efa24"}}, + {name = "pandas-2.2.3-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "800250ecdadb6d9c78eae4990da62743b857b470883fa27f652db8bdde7f6659"}}, + {name = "pandas-2.2.3-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6374c452ff3ec675a8f46fd9ab25c4ad0ba590b71cf0656f8b6daa5202bca3fb"}}, + {name = "pandas-2.2.3-cp313-cp313-win_amd64.whl",hashes = {sha256 = "61c5ad4043f791b61dd4752191d9f07f0ae412515d59ba8f005832a532f8736d"}}, + {name = "pandas-2.2.3-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "3b71f27954685ee685317063bf13c7709a7ba74fc996b84fc6821c59b0f06468"}}, + {name = "pandas-2.2.3-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "38cf8125c40dae9d5acc10fa66af8ea6fdf760b2714ee482ca691fc66e6fcb18"}}, + {name = "pandas-2.2.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl",hashes = {sha256 = "ba96630bc17c875161df3818780af30e43be9b166ce51c9a18c1feae342906c2"}}, + {name = "pandas-2.2.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "1db71525a1538b30142094edb9adc10be3f3e176748cd7acc2240c2f2e5aa3a4"}}, + {name = "pandas-2.2.3-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "15c0e1e02e93116177d29ff83e8b1619c93ddc9c49083f237d4312337a61165d"}}, + {name = "pandas-2.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ad5b65698ab28ed8d7f18790a0dc58005c7629f227be9ecc1072aa74c0c1d43a"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pandas-2.2.3.tar.gz" +hashes = {sha256 = "4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667"} + +[[packages]] +name = "pathvalidate" +version = "3.2.3" +requires-python = ">=3.9" +wheels = [ + {name = "pathvalidate-3.2.3-py3-none-any.whl",hashes = {sha256 = "5eaf0562e345d4b6d0c0239d0f690c3bd84d2a9a3c4c73b99ea667401b27bee1"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pathvalidate-3.2.3.tar.gz" +hashes = {sha256 = "59b5b9278e30382d6d213497623043ebe63f10e29055be4419a9c04c721739cb"} + +[[packages]] +name = "peft" +version = "0.15.2" +requires-python = ">=3.9.0" +wheels = [ + {name = "peft-0.15.2-py3-none-any.whl",hashes = {sha256 = "0dfc942b03b7af4b7267cd4e30b15e3a4a1d277adc581ce6245fc13f1f93d0a0"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "peft-0.15.2.tar.gz" +hashes = {sha256 = "7059029f4d42a092ded1aa117dd366a46084aef638bdd593f6ab0195d5427fcd"} + +[[packages]] +name = "platformdirs" +version = "4.3.7" +requires-python = ">=3.9" +wheels = [ + {name = "platformdirs-4.3.7-py3-none-any.whl",hashes = {sha256 = "a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "platformdirs-4.3.7.tar.gz" +hashes = {sha256 = "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"} + +[[packages]] +name = "portalocker" +version = "3.1.1" +requires-python = ">=3.9" +wheels = [ + {name = "portalocker-3.1.1-py3-none-any.whl",hashes = {sha256 = "80e984e24de292ff258a5bea0e4f3f778fff84c0ae1275dbaebc4658de4aacb3"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "portalocker-3.1.1.tar.gz" +hashes = {sha256 = "ec20f6dda2ad9ce89fa399a5f31f4f1495f515958f0cb7ca6543cef7bb5a749e"} + +[[packages]] +name = "pre-commit" +version = "4.2.0" +requires-python = ">=3.9" +wheels = [ + {name = "pre_commit-4.2.0-py2.py3-none-any.whl",hashes = {sha256 = "a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "pre_commit-4.2.0.tar.gz" +hashes = {sha256 = "601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"} + +[[packages]] +name = "propcache" +version = "0.3.1" +requires-python = ">=3.9" +wheels = [ + {name = "propcache-0.3.1-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "7f30241577d2fef2602113b70ef7231bf4c69a97e04693bde08ddab913ba0ce5"}}, + {name = "propcache-0.3.1-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "43593c6772aa12abc3af7784bff4a41ffa921608dd38b77cf1dfd7f5c4e71371"}}, + {name = "propcache-0.3.1-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "a75801768bbe65499495660b777e018cbe90c7980f07f8aa57d6be79ea6f71da"}}, + {name = "propcache-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "f6f1324db48f001c2ca26a25fa25af60711e09b9aaf4b28488602776f4f9a744"}}, + {name = "propcache-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "5cdb0f3e1eb6dfc9965d19734d8f9c481b294b5274337a8cb5cb01b462dcb7e0"}}, + {name = "propcache-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "1eb34d90aac9bfbced9a58b266f8946cb5935869ff01b164573a7634d39fbcb5"}}, + {name = "propcache-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f35c7070eeec2cdaac6fd3fe245226ed2a6292d3ee8c938e5bb645b434c5f256"}}, + {name = "propcache-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b23c11c2c9e6d4e7300c92e022046ad09b91fd00e36e83c44483df4afa990073"}}, + {name = "propcache-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "3e19ea4ea0bf46179f8a3652ac1426e6dcbaf577ce4b4f65be581e237340420d"}}, + {name = "propcache-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "bd39c92e4c8f6cbf5f08257d6360123af72af9f4da75a690bef50da77362d25f"}}, + {name = "propcache-0.3.1-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "b0313e8b923b3814d1c4a524c93dfecea5f39fa95601f6a9b1ac96cd66f89ea0"}}, + {name = "propcache-0.3.1-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "e861ad82892408487be144906a368ddbe2dc6297074ade2d892341b35c59844a"}}, + {name = "propcache-0.3.1-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "61014615c1274df8da5991a1e5da85a3ccb00c2d4701ac6f3383afd3ca47ab0a"}}, + {name = "propcache-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "71ebe3fe42656a2328ab08933d420df5f3ab121772eef78f2dc63624157f0ed9"}}, + {name = "propcache-0.3.1-cp311-cp311-win32.whl",hashes = {sha256 = "58aa11f4ca8b60113d4b8e32d37e7e78bd8af4d1a5b5cb4979ed856a45e62005"}}, + {name = "propcache-0.3.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "9532ea0b26a401264b1365146c440a6d78269ed41f83f23818d4b79497aeabe7"}}, + {name = "propcache-0.3.1-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "f78eb8422acc93d7b69964012ad7048764bb45a54ba7a39bb9e146c72ea29723"}}, + {name = "propcache-0.3.1-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "89498dd49c2f9a026ee057965cdf8192e5ae070ce7d7a7bd4b66a8e257d0c976"}}, + {name = "propcache-0.3.1-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "09400e98545c998d57d10035ff623266927cb784d13dd2b31fd33b8a5316b85b"}}, + {name = "propcache-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "aa8efd8c5adc5a2c9d3b952815ff8f7710cefdcaf5f2c36d26aff51aeca2f12f"}}, + {name = "propcache-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c2fe5c910f6007e716a06d269608d307b4f36e7babee5f36533722660e8c4a70"}}, + {name = "propcache-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "a0ab8cf8cdd2194f8ff979a43ab43049b1df0b37aa64ab7eca04ac14429baeb7"}}, + {name = "propcache-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "563f9d8c03ad645597b8d010ef4e9eab359faeb11a0a2ac9f7b4bc8c28ebef25"}}, + {name = "propcache-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "fb6e0faf8cb6b4beea5d6ed7b5a578254c6d7df54c36ccd3d8b3eb00d6770277"}}, + {name = "propcache-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "1c5c7ab7f2bb3f573d1cb921993006ba2d39e8621019dffb1c5bc94cdbae81e8"}}, + {name = "propcache-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "050b571b2e96ec942898f8eb46ea4bfbb19bd5502424747e83badc2d4a99a44e"}}, + {name = "propcache-0.3.1-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "e1c4d24b804b3a87e9350f79e2371a705a188d292fd310e663483af6ee6718ee"}}, + {name = "propcache-0.3.1-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "e4fe2a6d5ce975c117a6bb1e8ccda772d1e7029c1cca1acd209f91d30fa72815"}}, + {name = "propcache-0.3.1-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "feccd282de1f6322f56f6845bf1207a537227812f0a9bf5571df52bb418d79d5"}}, + {name = "propcache-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ec314cde7314d2dd0510c6787326bbffcbdc317ecee6b7401ce218b3099075a7"}}, + {name = "propcache-0.3.1-cp312-cp312-win32.whl",hashes = {sha256 = "7d2d5a0028d920738372630870e7d9644ce437142197f8c827194fca404bf03b"}}, + {name = "propcache-0.3.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "88c423efef9d7a59dae0614eaed718449c09a5ac79a5f224a8b9664d603f04a3"}}, + {name = "propcache-0.3.1-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "f1528ec4374617a7a753f90f20e2f551121bb558fcb35926f99e3c42367164b8"}}, + {name = "propcache-0.3.1-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "dc1915ec523b3b494933b5424980831b636fe483d7d543f7afb7b3bf00f0c10f"}}, + {name = "propcache-0.3.1-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "a110205022d077da24e60b3df8bcee73971be9575dec5573dd17ae5d81751111"}}, + {name = "propcache-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "d249609e547c04d190e820d0d4c8ca03ed4582bcf8e4e160a6969ddfb57b62e5"}}, + {name = "propcache-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "5ced33d827625d0a589e831126ccb4f5c29dfdf6766cac441d23995a65825dcb"}}, + {name = "propcache-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "4114c4ada8f3181af20808bedb250da6bae56660e4b8dfd9cd95d4549c0962f7"}}, + {name = "propcache-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "975af16f406ce48f1333ec5e912fe11064605d5c5b3f6746969077cc3adeb120"}}, + {name = "propcache-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "a34aa3a1abc50740be6ac0ab9d594e274f59960d3ad253cd318af76b996dd654"}}, + {name = "propcache-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "9cec3239c85ed15bfaded997773fdad9fb5662b0a7cbc854a43f291eb183179e"}}, + {name = "propcache-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "05543250deac8e61084234d5fc54f8ebd254e8f2b39a16b1dce48904f45b744b"}}, + {name = "propcache-0.3.1-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "5cb5918253912e088edbf023788de539219718d3b10aef334476b62d2b53de53"}}, + {name = "propcache-0.3.1-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "f3bbecd2f34d0e6d3c543fdb3b15d6b60dd69970c2b4c822379e5ec8f6f621d5"}}, + {name = "propcache-0.3.1-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "aca63103895c7d960a5b9b044a83f544b233c95e0dcff114389d64d762017af7"}}, + {name = "propcache-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "5a0a9898fdb99bf11786265468571e628ba60af80dc3f6eb89a3545540c6b0ef"}}, + {name = "propcache-0.3.1-cp313-cp313-win32.whl",hashes = {sha256 = "3a02a28095b5e63128bcae98eb59025924f121f048a62393db682f049bf4ac24"}}, + {name = "propcache-0.3.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "813fbb8b6aea2fc9659815e585e548fe706d6f663fa73dff59a1677d4595a037"}}, + {name = "propcache-0.3.1-cp313-cp313t-macosx_10_13_universal2.whl",hashes = {sha256 = "a444192f20f5ce8a5e52761a031b90f5ea6288b1eef42ad4c7e64fef33540b8f"}}, + {name = "propcache-0.3.1-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "0fbe94666e62ebe36cd652f5fc012abfbc2342de99b523f8267a678e4dfdee3c"}}, + {name = "propcache-0.3.1-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "f011f104db880f4e2166bcdcf7f58250f7a465bc6b068dc84c824a3d4a5c94dc"}}, + {name = "propcache-0.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "3e584b6d388aeb0001d6d5c2bd86b26304adde6d9bb9bfa9c4889805021b96de"}}, + {name = "propcache-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "8a17583515a04358b034e241f952f1715243482fc2c2945fd99a1b03a0bd77d6"}}, + {name = "propcache-0.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "5aed8d8308215089c0734a2af4f2e95eeb360660184ad3912686c181e500b2e7"}}, + {name = "propcache-0.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "6d8e309ff9a0503ef70dc9a0ebd3e69cf7b3894c9ae2ae81fc10943c37762458"}}, + {name = "propcache-0.3.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b655032b202028a582d27aeedc2e813299f82cb232f969f87a4fde491a233f11"}}, + {name = "propcache-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "9f64d91b751df77931336b5ff7bafbe8845c5770b06630e27acd5dbb71e1931c"}}, + {name = "propcache-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl",hashes = {sha256 = "19a06db789a4bd896ee91ebc50d059e23b3639c25d58eb35be3ca1cbe967c3bf"}}, + {name = "propcache-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl",hashes = {sha256 = "bef100c88d8692864651b5f98e871fb090bd65c8a41a1cb0ff2322db39c96c27"}}, + {name = "propcache-0.3.1-cp313-cp313t-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "87380fb1f3089d2a0b8b00f006ed12bd41bd858fabfa7330c954c70f50ed8757"}}, + {name = "propcache-0.3.1-cp313-cp313t-musllinux_1_2_s390x.whl",hashes = {sha256 = "e474fc718e73ba5ec5180358aa07f6aded0ff5f2abe700e3115c37d75c947e18"}}, + {name = "propcache-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "17d1c688a443355234f3c031349da69444be052613483f3e4158eef751abcd8a"}}, + {name = "propcache-0.3.1-cp313-cp313t-win32.whl",hashes = {sha256 = "359e81a949a7619802eb601d66d37072b79b79c2505e6d3fd8b945538411400d"}}, + {name = "propcache-0.3.1-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "e7fb9a84c9abbf2b2683fa3e7b0d7da4d8ecf139a1c635732a8bda29c5214b0e"}}, + {name = "propcache-0.3.1-py3-none-any.whl",hashes = {sha256 = "9a8ecf38de50a7f518c21568c80f985e776397b902f1ce0b01f799aba1608b40"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "propcache-0.3.1.tar.gz" +hashes = {sha256 = "40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf"} + +[[packages]] +name = "psutil" +version = "7.0.0" +requires-python = ">=3.6" +wheels = [ + {name = "psutil-7.0.0-cp36-abi3-macosx_10_9_x86_64.whl",hashes = {sha256 = "101d71dc322e3cffd7cea0650b09b3d08b8e7c4109dd6809fe452dfd00e58b25"}}, + {name = "psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl",hashes = {sha256 = "39db632f6bb862eeccf56660871433e111b6ea58f2caea825571951d4b6aa3da"}}, + {name = "psutil-7.0.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "1fcee592b4c6f146991ca55919ea3d1f8926497a713ed7faaf8225e174581e91"}}, + {name = "psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "4b1388a4f6875d7e2aff5c4ca1cc16c545ed41dd8bb596cefea80111db353a34"}}, + {name = "psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "a5f098451abc2828f7dc6b58d44b532b22f2088f4999a937557b603ce72b1993"}}, + {name = "psutil-7.0.0-cp37-abi3-win32.whl",hashes = {sha256 = "ba3fcef7523064a6c9da440fc4d6bd07da93ac726b5733c29027d7dc95b39d99"}}, + {name = "psutil-7.0.0-cp37-abi3-win_amd64.whl",hashes = {sha256 = "4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "psutil-7.0.0.tar.gz" +hashes = {sha256 = "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456"} + +[[packages]] +name = "pyarrow" +version = "19.0.1" +requires-python = ">=3.9" +wheels = [ + {name = "pyarrow-19.0.1-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "cc55d71898ea30dc95900297d191377caba257612f384207fe9f8293b5850f90"}}, + {name = "pyarrow-19.0.1-cp311-cp311-macosx_12_0_x86_64.whl",hashes = {sha256 = "7a544ec12de66769612b2d6988c36adc96fb9767ecc8ee0a4d270b10b1c51e00"}}, + {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "0148bb4fc158bfbc3d6dfe5001d93ebeed253793fff4435167f6ce1dc4bddeae"}}, + {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f24faab6ed18f216a37870d8c5623f9c044566d75ec586ef884e13a02a9d62c5"}}, + {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "4982f8e2b7afd6dae8608d70ba5bd91699077323f812a0448d8b7abdff6cb5d3"}}, + {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "49a3aecb62c1be1d822f8bf629226d4a96418228a42f5b40835c1f10d42e4db6"}}, + {name = "pyarrow-19.0.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "008a4009efdb4ea3d2e18f05cd31f9d43c388aad29c636112c2966605ba33466"}}, + {name = "pyarrow-19.0.1-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "80b2ad2b193e7d19e81008a96e313fbd53157945c7be9ac65f44f8937a55427b"}}, + {name = "pyarrow-19.0.1-cp312-cp312-macosx_12_0_x86_64.whl",hashes = {sha256 = "ee8dec072569f43835932a3b10c55973593abc00936c202707a4ad06af7cb294"}}, + {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "4d5d1ec7ec5324b98887bdc006f4d2ce534e10e60f7ad995e7875ffa0ff9cb14"}}, + {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f3ad4c0eb4e2a9aeb990af6c09e6fa0b195c8c0e7b272ecc8d4d2b6574809d34"}}, + {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "d383591f3dcbe545f6cc62daaef9c7cdfe0dff0fb9e1c8121101cabe9098cfa6"}}, + {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "b4c4156a625f1e35d6c0b2132635a237708944eb41df5fbe7d50f20d20c17832"}}, + {name = "pyarrow-19.0.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "5bd1618ae5e5476b7654c7b55a6364ae87686d4724538c24185bbb2952679960"}}, + {name = "pyarrow-19.0.1-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "e45274b20e524ae5c39d7fc1ca2aa923aab494776d2d4b316b49ec7572ca324c"}}, + {name = "pyarrow-19.0.1-cp313-cp313-macosx_12_0_x86_64.whl",hashes = {sha256 = "d9dedeaf19097a143ed6da37f04f4051aba353c95ef507764d344229b2b740ae"}}, + {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6ebfb5171bb5f4a52319344ebbbecc731af3f021e49318c74f33d520d31ae0c4"}}, + {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f2a21d39fbdb948857f67eacb5bbaaf36802de044ec36fbef7a1c8f0dd3a4ab2"}}, + {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "99bc1bec6d234359743b01e70d4310d0ab240c3d6b0da7e2a93663b0158616f6"}}, + {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "1b93ef2c93e77c442c979b0d596af45e4665d8b96da598db145b0fec014b9136"}}, + {name = "pyarrow-19.0.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "d9d46e06846a41ba906ab25302cf0fd522f81aa2a85a71021826f34639ad31ef"}}, + {name = "pyarrow-19.0.1-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "c0fe3dbbf054a00d1f162fda94ce236a899ca01123a798c561ba307ca38af5f0"}}, + {name = "pyarrow-19.0.1-cp313-cp313t-macosx_12_0_x86_64.whl",hashes = {sha256 = "96606c3ba57944d128e8a8399da4812f56c7f61de8c647e3470b417f795d0ef9"}}, + {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "8f04d49a6b64cf24719c080b3c2029a3a5b16417fd5fd7c4041f94233af732f3"}}, + {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "5a9137cf7e1640dce4c190551ee69d478f7121b5c6f323553b319cac936395f6"}}, + {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "7c1bca1897c28013db5e4c83944a2ab53231f541b9e0c3f4791206d0c0de389a"}}, + {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_28_x86_64.whl",hashes = {sha256 = "58d9397b2e273ef76264b45531e9d552d8ec8a6688b7390b5be44c02a37aade8"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pyarrow-19.0.1.tar.gz" +hashes = {sha256 = "3bf266b485df66a400f282ac0b6d1b500b9d2ae73314a153dbe97d6d5cc8a99e"} + +[[packages]] +name = "pybind11" +version = "2.13.6" +requires-python = ">=3.7" +wheels = [ + {name = "pybind11-2.13.6-py3-none-any.whl",hashes = {sha256 = "237c41e29157b962835d356b370ededd57594a26d5894a795960f0047cb5caf5"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pybind11-2.13.6.tar.gz" +hashes = {sha256 = "ba6af10348c12b24e92fa086b39cfba0eff619b61ac77c406167d813b096d39a"} + +[[packages]] +name = "pycparser" +version = "2.22" +requires-python = ">=3.8" +wheels = [ + {name = "pycparser-2.22-py3-none-any.whl",hashes = {sha256 = "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}}, +] +marker = "\"default\" in dependency_groups and platform_python_implementation == \"PyPy\" or \"leaderboard\" in extras and platform_python_implementation == \"PyPy\"" + +[packages.sdist] +name = "pycparser-2.22.tar.gz" +hashes = {sha256 = "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"} + +[[packages]] +name = "pytablewriter" +version = "1.2.1" +requires-python = ">=3.9" +wheels = [ + {name = "pytablewriter-1.2.1-py3-none-any.whl",hashes = {sha256 = "e906ff7ff5151d70a5f66e0f7b75642a7f2dce8d893c265b79cc9cf6bc04ddb4"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pytablewriter-1.2.1.tar.gz" +hashes = {sha256 = "7bd0f4f397e070e3b8a34edcf1b9257ccbb18305493d8350a5dbc9957fced959"} + +[[packages]] +name = "python-dateutil" +version = "2.9.0.post0" +requires-python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" +wheels = [ + {name = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl",hashes = {sha256 = "a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "python-dateutil-2.9.0.post0.tar.gz" +hashes = {sha256 = "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"} + +[[packages]] +name = "pytz" +version = "2025.2" +requires-python = "" +wheels = [ + {name = "pytz-2025.2-py2.py3-none-any.whl",hashes = {sha256 = "5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pytz-2025.2.tar.gz" +hashes = {sha256 = "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"} + +[[packages]] +name = "pywin32" +version = "310" +requires-python = "" +wheels = [ + {name = "pywin32-310-cp311-cp311-win32.whl",hashes = {sha256 = "1e765f9564e83011a63321bb9d27ec456a0ed90d3732c4b2e312b855365ed8bd"}}, + {name = "pywin32-310-cp311-cp311-win_amd64.whl",hashes = {sha256 = "126298077a9d7c95c53823934f000599f66ec9296b09167810eb24875f32689c"}}, + {name = "pywin32-310-cp311-cp311-win_arm64.whl",hashes = {sha256 = "19ec5fc9b1d51c4350be7bb00760ffce46e6c95eaf2f0b2f1150657b1a43c582"}}, + {name = "pywin32-310-cp312-cp312-win32.whl",hashes = {sha256 = "8a75a5cc3893e83a108c05d82198880704c44bbaee4d06e442e471d3c9ea4f3d"}}, + {name = "pywin32-310-cp312-cp312-win_amd64.whl",hashes = {sha256 = "bf5c397c9a9a19a6f62f3fb821fbf36cac08f03770056711f765ec1503972060"}}, + {name = "pywin32-310-cp312-cp312-win_arm64.whl",hashes = {sha256 = "2349cc906eae872d0663d4d6290d13b90621eaf78964bb1578632ff20e152966"}}, + {name = "pywin32-310-cp313-cp313-win32.whl",hashes = {sha256 = "5d241a659c496ada3253cd01cfaa779b048e90ce4b2b38cd44168ad555ce74ab"}}, + {name = "pywin32-310-cp313-cp313-win_amd64.whl",hashes = {sha256 = "667827eb3a90208ddbdcc9e860c81bde63a135710e21e4cb3348968e4bd5249e"}}, + {name = "pywin32-310-cp313-cp313-win_arm64.whl",hashes = {sha256 = "e308f831de771482b7cf692a1f308f8fca701b2d8f9dde6cc440c7da17e47b33"}}, +] +marker = "\"default\" in dependency_groups and platform_system == \"Windows\" or \"leaderboard\" in extras and platform_system == \"Windows\"" + +[[packages]] +name = "pyyaml" +version = "6.0.2" +requires-python = ">=3.8" +wheels = [ + {name = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774"}}, + {name = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee"}}, + {name = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c"}}, + {name = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317"}}, + {name = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"}}, + {name = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl",hashes = {sha256 = "ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"}}, + {name = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl",hashes = {sha256 = "797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e"}}, + {name = "PyYAML-6.0.2-cp311-cp311-win32.whl",hashes = {sha256 = "11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5"}}, + {name = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44"}}, + {name = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab"}}, + {name = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725"}}, + {name = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5"}}, + {name = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425"}}, + {name = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476"}}, + {name = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl",hashes = {sha256 = "0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48"}}, + {name = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl",hashes = {sha256 = "8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b"}}, + {name = "PyYAML-6.0.2-cp312-cp312-win32.whl",hashes = {sha256 = "ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4"}}, + {name = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8"}}, + {name = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba"}}, + {name = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1"}}, + {name = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133"}}, + {name = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484"}}, + {name = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5"}}, + {name = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl",hashes = {sha256 = "41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc"}}, + {name = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl",hashes = {sha256 = "68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652"}}, + {name = "PyYAML-6.0.2-cp313-cp313-win32.whl",hashes = {sha256 = "bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183"}}, + {name = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563"}}, +] +marker = "\"default\" in dependency_groups or \"dev\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pyyaml-6.0.2.tar.gz" +hashes = {sha256 = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"} + +[[packages]] +name = "regex" +version = "2024.11.6" +requires-python = ">=3.8" +wheels = [ + {name = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638"}}, + {name = "regex-2024.11.6-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "2c89a8cc122b25ce6945f0423dc1352cb9593c68abd19223eebbd4e56612c5b7"}}, + {name = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20"}}, + {name = "regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "1062b39a0a2b75a9c694f7a08e7183a80c63c0d62b301418ffd9c35f55aaa114"}}, + {name = "regex-2024.11.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "167ed4852351d8a750da48712c3930b031f6efdaa0f22fa1933716bfcd6bf4a3"}}, + {name = "regex-2024.11.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "2d548dafee61f06ebdb584080621f3e0c23fff312f0de1afc776e2a2ba99a74f"}}, + {name = "regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f2a19f302cd1ce5dd01a9099aaa19cae6173306d1302a43b627f62e21cf18ac0"}}, + {name = "regex-2024.11.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "bec9931dfb61ddd8ef2ebc05646293812cb6b16b60cf7c9511a832b6f1854b55"}}, + {name = "regex-2024.11.6-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "9714398225f299aa85267fd222f7142fcb5c769e73d7733344efc46f2ef5cf89"}}, + {name = "regex-2024.11.6-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "202eb32e89f60fc147a41e55cb086db2a3f8cb82f9a9a88440dcfc5d37faae8d"}}, + {name = "regex-2024.11.6-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "4181b814e56078e9b00427ca358ec44333765f5ca1b45597ec7446d3a1ef6e34"}}, + {name = "regex-2024.11.6-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "068376da5a7e4da51968ce4c122a7cd31afaaec4fccc7856c92f63876e57b51d"}}, + {name = "regex-2024.11.6-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ac10f2c4184420d881a3475fb2c6f4d95d53a8d50209a2500723d831036f7c45"}}, + {name = "regex-2024.11.6-cp311-cp311-win32.whl",hashes = {sha256 = "c36f9b6f5f8649bb251a5f3f66564438977b7ef8386a52460ae77e6070d309d9"}}, + {name = "regex-2024.11.6-cp311-cp311-win_amd64.whl",hashes = {sha256 = "02e28184be537f0e75c1f9b2f8847dc51e08e6e171c6bde130b2687e0c33cf60"}}, + {name = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a"}}, + {name = "regex-2024.11.6-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "fdd6028445d2460f33136c55eeb1f601ab06d74cb3347132e1c24250187500d9"}}, + {name = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2"}}, + {name = "regex-2024.11.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "b85c2530be953a890eaffde05485238f07029600e8f098cdf1848d414a8b45e4"}}, + {name = "regex-2024.11.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "bb26437975da7dc36b7efad18aa9dd4ea569d2357ae6b783bf1118dabd9ea577"}}, + {name = "regex-2024.11.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "abfa5080c374a76a251ba60683242bc17eeb2c9818d0d30117b4486be10c59d3"}}, + {name = "regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "70b7fa6606c2881c1db9479b0eaa11ed5dfa11c8d60a474ff0e095099f39d98e"}}, + {name = "regex-2024.11.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "0c32f75920cf99fe6b6c539c399a4a128452eaf1af27f39bce8909c9a3fd8cbe"}}, + {name = "regex-2024.11.6-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "982e6d21414e78e1f51cf595d7f321dcd14de1f2881c5dc6a6e23bbbbd68435e"}}, + {name = "regex-2024.11.6-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "a7c2155f790e2fb448faed6dd241386719802296ec588a8b9051c1f5c481bc29"}}, + {name = "regex-2024.11.6-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "149f5008d286636e48cd0b1dd65018548944e495b0265b45e1bffecce1ef7f39"}}, + {name = "regex-2024.11.6-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "e5364a4502efca094731680e80009632ad6624084aff9a23ce8c8c6820de3e51"}}, + {name = "regex-2024.11.6-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "0a86e7eeca091c09e021db8eb72d54751e527fa47b8d5787caf96d9831bd02ad"}}, + {name = "regex-2024.11.6-cp312-cp312-win32.whl",hashes = {sha256 = "32f9a4c643baad4efa81d549c2aadefaeba12249b2adc5af541759237eee1c54"}}, + {name = "regex-2024.11.6-cp312-cp312-win_amd64.whl",hashes = {sha256 = "a93c194e2df18f7d264092dc8539b8ffb86b45b899ab976aa15d48214138e81b"}}, + {name = "regex-2024.11.6-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "a6ba92c0bcdf96cbf43a12c717eae4bc98325ca3730f6b130ffa2e3c3c723d84"}}, + {name = "regex-2024.11.6-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "525eab0b789891ac3be914d36893bdf972d483fe66551f79d3e27146191a37d4"}}, + {name = "regex-2024.11.6-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "086a27a0b4ca227941700e0b31425e7a28ef1ae8e5e05a33826e17e47fbfdba0"}}, + {name = "regex-2024.11.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "bde01f35767c4a7899b7eb6e823b125a64de314a8ee9791367c9a34d56af18d0"}}, + {name = "regex-2024.11.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "b583904576650166b3d920d2bcce13971f6f9e9a396c673187f49811b2769dc7"}}, + {name = "regex-2024.11.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "1c4de13f06a0d54fa0d5ab1b7138bfa0d883220965a29616e3ea61b35d5f5fc7"}}, + {name = "regex-2024.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "3cde6e9f2580eb1665965ce9bf17ff4952f34f5b126beb509fee8f4e994f143c"}}, + {name = "regex-2024.11.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "0d7f453dca13f40a02b79636a339c5b62b670141e63efd511d3f8f73fba162b3"}}, + {name = "regex-2024.11.6-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "59dfe1ed21aea057a65c6b586afd2a945de04fc7db3de0a6e3ed5397ad491b07"}}, + {name = "regex-2024.11.6-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "b97c1e0bd37c5cd7902e65f410779d39eeda155800b65fc4d04cc432efa9bc6e"}}, + {name = "regex-2024.11.6-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "f9d1e379028e0fc2ae3654bac3cbbef81bf3fd571272a42d56c24007979bafb6"}}, + {name = "regex-2024.11.6-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "13291b39131e2d002a7940fb176e120bec5145f3aeb7621be6534e46251912c4"}}, + {name = "regex-2024.11.6-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "4f51f88c126370dcec4908576c5a627220da6c09d0bff31cfa89f2523843316d"}}, + {name = "regex-2024.11.6-cp313-cp313-win32.whl",hashes = {sha256 = "63b13cfd72e9601125027202cad74995ab26921d8cd935c25f09c630436348ff"}}, + {name = "regex-2024.11.6-cp313-cp313-win_amd64.whl",hashes = {sha256 = "2b3361af3198667e99927da8b84c1b010752fa4b1115ee30beaa332cabc3ef1a"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "regex-2024.11.6.tar.gz" +hashes = {sha256 = "7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519"} + +[[packages]] +name = "requests" +version = "2.32.3" +requires-python = ">=3.8" +wheels = [ + {name = "requests-2.32.3-py3-none-any.whl",hashes = {sha256 = "70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "requests-2.32.3.tar.gz" +hashes = {sha256 = "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"} + +[[packages]] +name = "rouge-score" +version = "0.1.2" +requires-python = ">=3.7" +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "rouge_score-0.1.2.tar.gz" +hashes = {sha256 = "c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff0f04"} + +[[packages]] +name = "ruff" +version = "0.11.6" +requires-python = ">=3.7" +wheels = [ + {name = "ruff-0.11.6-py3-none-linux_armv6l.whl",hashes = {sha256 = "d84dcbe74cf9356d1bdb4a78cf74fd47c740bf7bdeb7529068f69b08272239a1"}}, + {name = "ruff-0.11.6-py3-none-macosx_10_12_x86_64.whl",hashes = {sha256 = "9bc583628e1096148011a5d51ff3c836f51899e61112e03e5f2b1573a9b726de"}}, + {name = "ruff-0.11.6-py3-none-macosx_11_0_arm64.whl",hashes = {sha256 = "f2959049faeb5ba5e3b378709e9d1bf0cab06528b306b9dd6ebd2a312127964a"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "63c5d4e30d9d0de7fedbfb3e9e20d134b73a30c1e74b596f40f0629d5c28a193"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",hashes = {sha256 = "26a4b9a4e1439f7d0a091c6763a100cef8fbdc10d68593df6f3cfa5abdd9246e"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b5edf270223dd622218256569636dc3e708c2cb989242262fe378609eccf1308"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",hashes = {sha256 = "f55844e818206a9dd31ff27f91385afb538067e2dc0beb05f82c293ab84f7d55"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "1d8f782286c5ff562e4e00344f954b9320026d8e3fae2ba9e6948443fafd9ffc"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "01c63ba219514271cee955cd0adc26a4083df1956d57847978383b0e50ffd7d2"}}, + {name = "ruff-0.11.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "15adac20ef2ca296dd3d8e2bedc6202ea6de81c091a74661c3666e5c4c223ff6"}}, + {name = "ruff-0.11.6-py3-none-musllinux_1_2_aarch64.whl",hashes = {sha256 = "4dd6b09e98144ad7aec026f5588e493c65057d1b387dd937d7787baa531d9bc2"}}, + {name = "ruff-0.11.6-py3-none-musllinux_1_2_armv7l.whl",hashes = {sha256 = "45b2e1d6c0eed89c248d024ea95074d0e09988d8e7b1dad8d3ab9a67017a5b03"}}, + {name = "ruff-0.11.6-py3-none-musllinux_1_2_i686.whl",hashes = {sha256 = "bd40de4115b2ec4850302f1a1d8067f42e70b4990b68838ccb9ccd9f110c5e8b"}}, + {name = "ruff-0.11.6-py3-none-musllinux_1_2_x86_64.whl",hashes = {sha256 = "77cda2dfbac1ab73aef5e514c4cbfc4ec1fbef4b84a44c736cc26f61b3814cd9"}}, + {name = "ruff-0.11.6-py3-none-win32.whl",hashes = {sha256 = "5151a871554be3036cd6e51d0ec6eef56334d74dfe1702de717a995ee3d5b287"}}, + {name = "ruff-0.11.6-py3-none-win_amd64.whl",hashes = {sha256 = "cce85721d09c51f3b782c331b0abd07e9d7d5f775840379c640606d3159cae0e"}}, + {name = "ruff-0.11.6-py3-none-win_arm64.whl",hashes = {sha256 = "3567ba0d07fb170b1b48d944715e3294b77f5b7679e8ba258199a250383ccb79"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "ruff-0.11.6.tar.gz" +hashes = {sha256 = "bec8bcc3ac228a45ccc811e45f7eb61b950dbf4cf31a67fa89352574b01c7d79"} + +[[packages]] +name = "sacrebleu" +version = "2.5.1" +requires-python = ">=3.8" +wheels = [ + {name = "sacrebleu-2.5.1-py3-none-any.whl",hashes = {sha256 = "7c9f7ee75bec3a5bf19dd87112dfd654952130e403ad30c48298fb7da3212d5d"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "sacrebleu-2.5.1.tar.gz" +hashes = {sha256 = "1a088cc1c74ffaff0759c3191a85db09eecfa7a52e09be244e319d8d64e2fb11"} + +[[packages]] +name = "safetensors" +version = "0.5.3" +requires-python = ">=3.7" +wheels = [ + {name = "safetensors-0.5.3-cp38-abi3-macosx_10_12_x86_64.whl",hashes = {sha256 = "bd20eb133db8ed15b40110b7c00c6df51655a2998132193de2f75f72d99c7073"}}, + {name = "safetensors-0.5.3-cp38-abi3-macosx_11_0_arm64.whl",hashes = {sha256 = "21d01c14ff6c415c485616b8b0bf961c46b3b343ca59110d38d744e577f9cce7"}}, + {name = "safetensors-0.5.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "11bce6164887cd491ca75c2326a113ba934be596e22b28b1742ce27b1d076467"}}, + {name = "safetensors-0.5.3-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",hashes = {sha256 = "4a243be3590bc3301c821da7a18d87224ef35cbd3e5f5727e4e0728b8172411e"}}, + {name = "safetensors-0.5.3-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "8bd84b12b1670a6f8e50f01e28156422a2bc07fb16fc4e98bded13039d688a0d"}}, + {name = "safetensors-0.5.3-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "391ac8cab7c829452175f871fcaf414aa1e292b5448bd02620f675a7f3e7abb9"}}, + {name = "safetensors-0.5.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "cead1fa41fc54b1e61089fa57452e8834f798cb1dc7a09ba3524f1eb08e0317a"}}, + {name = "safetensors-0.5.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl",hashes = {sha256 = "1077f3e94182d72618357b04b5ced540ceb71c8a813d3319f1aba448e68a770d"}}, + {name = "safetensors-0.5.3-cp38-abi3-musllinux_1_2_aarch64.whl",hashes = {sha256 = "799021e78287bac619c7b3f3606730a22da4cda27759ddf55d37c8db7511c74b"}}, + {name = "safetensors-0.5.3-cp38-abi3-musllinux_1_2_armv7l.whl",hashes = {sha256 = "df26da01aaac504334644e1b7642fa000bfec820e7cef83aeac4e355e03195ff"}}, + {name = "safetensors-0.5.3-cp38-abi3-musllinux_1_2_i686.whl",hashes = {sha256 = "32c3ef2d7af8b9f52ff685ed0bc43913cdcde135089ae322ee576de93eae5135"}}, + {name = "safetensors-0.5.3-cp38-abi3-musllinux_1_2_x86_64.whl",hashes = {sha256 = "37f1521be045e56fc2b54c606d4455573e717b2d887c579ee1dbba5f868ece04"}}, + {name = "safetensors-0.5.3-cp38-abi3-win32.whl",hashes = {sha256 = "cfc0ec0846dcf6763b0ed3d1846ff36008c6e7290683b61616c4b040f6a54ace"}}, + {name = "safetensors-0.5.3-cp38-abi3-win_amd64.whl",hashes = {sha256 = "836cbbc320b47e80acd40e44c8682db0e8ad7123209f69b093def21ec7cafd11"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "safetensors-0.5.3.tar.gz" +hashes = {sha256 = "b6b0d6ecacec39a4fdd99cc19f4576f5219ce858e6fd8dbe7609df0b8dc56965"} + +[[packages]] +name = "scikit-learn" +version = "1.6.1" +requires-python = ">=3.9" +wheels = [ + {name = "scikit_learn-1.6.1-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "72abc587c75234935e97d09aa4913a82f7b03ee0b74111dcc2881cba3c5a7b33"}}, + {name = "scikit_learn-1.6.1-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "b3b00cdc8f1317b5f33191df1386c0befd16625f49d979fe77a8d44cae82410d"}}, + {name = "scikit_learn-1.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "dc4765af3386811c3ca21638f63b9cf5ecf66261cc4815c1db3f1e7dc7b79db2"}}, + {name = "scikit_learn-1.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "25fc636bdaf1cc2f4a124a116312d837148b5e10872147bdaf4887926b8c03d8"}}, + {name = "scikit_learn-1.6.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "fa909b1a36e000a03c382aade0bd2063fd5680ff8b8e501660c0f59f021a6415"}}, + {name = "scikit_learn-1.6.1-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "926f207c804104677af4857b2c609940b743d04c4c35ce0ddc8ff4f053cddc1b"}}, + {name = "scikit_learn-1.6.1-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "2c2cae262064e6a9b77eee1c8e768fc46aa0b8338c6a8297b9b6759720ec0ff2"}}, + {name = "scikit_learn-1.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "1061b7c028a8663fb9a1a1baf9317b64a257fcb036dae5c8752b2abef31d136f"}}, + {name = "scikit_learn-1.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "2e69fab4ebfc9c9b580a7a80111b43d214ab06250f8a7ef590a4edf72464dd86"}}, + {name = "scikit_learn-1.6.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "70b1d7e85b1c96383f872a519b3375f92f14731e279a7b4c6cfd650cf5dffc52"}}, + {name = "scikit_learn-1.6.1-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "2ffa1e9e25b3d93990e74a4be2c2fc61ee5af85811562f1288d5d055880c4322"}}, + {name = "scikit_learn-1.6.1-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "dc5cf3d68c5a20ad6d571584c0750ec641cc46aeef1c1507be51300e6003a7e1"}}, + {name = "scikit_learn-1.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "c06beb2e839ecc641366000ca84f3cf6fa9faa1777e29cf0c04be6e4d096a348"}}, + {name = "scikit_learn-1.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e8ca8cb270fee8f1f76fa9bfd5c3507d60c6438bbee5687f81042e2bb98e5a97"}}, + {name = "scikit_learn-1.6.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "7a1c43c8ec9fde528d664d947dc4c0789be4077a3647f232869f41d9bf50e0fb"}}, + {name = "scikit_learn-1.6.1-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "a17c1dea1d56dcda2fac315712f3651a1fea86565b64b48fa1bc090249cbf236"}}, + {name = "scikit_learn-1.6.1-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "6a7aa5f9908f0f28f4edaa6963c0a6183f1911e63a69aa03782f0d924c830a35"}}, + {name = "scikit_learn-1.6.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "0650e730afb87402baa88afbf31c07b84c98272622aaba002559b614600ca691"}}, + {name = "scikit_learn-1.6.1-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "3f59fe08dc03ea158605170eb52b22a105f238a5d512c4470ddeca71feae8e5f"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "scikit_learn-1.6.1.tar.gz" +hashes = {sha256 = "b4fc2525eca2c69a59260f583c56a7557c6ccdf8deafdba6e060f94c1c59738e"} + +[[packages]] +name = "scipy" +version = "1.15.2" +requires-python = ">=3.10" +wheels = [ + {name = "scipy-1.15.2-cp311-cp311-macosx_10_13_x86_64.whl",hashes = {sha256 = "92233b2df6938147be6fa8824b8136f29a18f016ecde986666be5f4d686a91a4"}}, + {name = "scipy-1.15.2-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "62ca1ff3eb513e09ed17a5736929429189adf16d2d740f44e53270cc800ecff1"}}, + {name = "scipy-1.15.2-cp311-cp311-macosx_14_0_arm64.whl",hashes = {sha256 = "4c6676490ad76d1c2894d77f976144b41bd1a4052107902238047fb6a473e971"}}, + {name = "scipy-1.15.2-cp311-cp311-macosx_14_0_x86_64.whl",hashes = {sha256 = "a8bf5cb4a25046ac61d38f8d3c3426ec11ebc350246a4642f2f315fe95bda655"}}, + {name = "scipy-1.15.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6a8e34cf4c188b6dd004654f88586d78f95639e48a25dfae9c5e34a6dc34547e"}}, + {name = "scipy-1.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "28a0d2c2075946346e4408b211240764759e0fabaeb08d871639b5f3b1aca8a0"}}, + {name = "scipy-1.15.2-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "42dabaaa798e987c425ed76062794e93a243be8f0f20fff6e7a89f4d61cb3d40"}}, + {name = "scipy-1.15.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6f5e296ec63c5da6ba6fa0343ea73fd51b8b3e1a300b0a8cae3ed4b1122c7462"}}, + {name = "scipy-1.15.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "597a0c7008b21c035831c39927406c6181bcf8f60a73f36219b69d010aa04737"}}, + {name = "scipy-1.15.2-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "c4697a10da8f8765bb7c83e24a470da5797e37041edfd77fd95ba3811a47c4fd"}}, + {name = "scipy-1.15.2-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "869269b767d5ee7ea6991ed7e22b3ca1f22de73ab9a49c44bad338b725603301"}}, + {name = "scipy-1.15.2-cp312-cp312-macosx_14_0_arm64.whl",hashes = {sha256 = "bad78d580270a4d32470563ea86c6590b465cb98f83d760ff5b0990cb5518a93"}}, + {name = "scipy-1.15.2-cp312-cp312-macosx_14_0_x86_64.whl",hashes = {sha256 = "b09ae80010f52efddb15551025f9016c910296cf70adbf03ce2a8704f3a5ad20"}}, + {name = "scipy-1.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "5a6fd6eac1ce74a9f77a7fc724080d507c5812d61e72bd5e4c489b042455865e"}}, + {name = "scipy-1.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "2b871df1fe1a3ba85d90e22742b93584f8d2b8e6124f8372ab15c71b73e428b8"}}, + {name = "scipy-1.15.2-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "03205d57a28e18dfd39f0377d5002725bf1f19a46f444108c29bdb246b6c8a11"}}, + {name = "scipy-1.15.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "601881dfb761311045b03114c5fe718a12634e5608c3b403737ae463c9885d53"}}, + {name = "scipy-1.15.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "e7c68b6a43259ba0aab737237876e5c2c549a031ddb7abc28c7b47f22e202ded"}}, + {name = "scipy-1.15.2-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "01edfac9f0798ad6b46d9c4c9ca0e0ad23dbf0b1eb70e96adb9fa7f525eff0bf"}}, + {name = "scipy-1.15.2-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "08b57a9336b8e79b305a143c3655cc5bdbe6d5ece3378578888d2afbb51c4e37"}}, + {name = "scipy-1.15.2-cp313-cp313-macosx_14_0_arm64.whl",hashes = {sha256 = "54c462098484e7466362a9f1672d20888f724911a74c22ae35b61f9c5919183d"}}, + {name = "scipy-1.15.2-cp313-cp313-macosx_14_0_x86_64.whl",hashes = {sha256 = "cf72ff559a53a6a6d77bd8eefd12a17995ffa44ad86c77a5df96f533d4e6c6bb"}}, + {name = "scipy-1.15.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "9de9d1416b3d9e7df9923ab23cd2fe714244af10b763975bea9e4f2e81cebd27"}}, + {name = "scipy-1.15.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fb530e4794fc8ea76a4a21ccb67dea33e5e0e60f07fc38a49e821e1eae3b71a0"}}, + {name = "scipy-1.15.2-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "5ea7ed46d437fc52350b028b1d44e002646e28f3e8ddc714011aaf87330f2f32"}}, + {name = "scipy-1.15.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "11e7ad32cf184b74380f43d3c0a706f49358b904fa7d5345f16ddf993609184d"}}, + {name = "scipy-1.15.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "a5080a79dfb9b78b768cebf3c9dcbc7b665c5875793569f48bf0e2b1d7f68f6f"}}, + {name = "scipy-1.15.2-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "447ce30cee6a9d5d1379087c9e474628dab3db4a67484be1b7dc3196bfb2fac9"}}, + {name = "scipy-1.15.2-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "c90ebe8aaa4397eaefa8455a8182b164a6cc1d59ad53f79943f266d99f68687f"}}, + {name = "scipy-1.15.2-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "def751dd08243934c884a3221156d63e15234a3155cf25978b0a668409d45eb6"}}, + {name = "scipy-1.15.2-cp313-cp313t-macosx_14_0_x86_64.whl",hashes = {sha256 = "302093e7dfb120e55515936cb55618ee0b895f8bcaf18ff81eca086c17bd80af"}}, + {name = "scipy-1.15.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "7cd5b77413e1855351cdde594eca99c1f4a588c2d63711388b6a1f1c01f62274"}}, + {name = "scipy-1.15.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "6d0194c37037707b2afa7a2f2a924cf7bac3dc292d51b6a925e5fcb89bc5c776"}}, + {name = "scipy-1.15.2-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "bae43364d600fdc3ac327db99659dcb79e6e7ecd279a75fe1266669d9a652828"}}, + {name = "scipy-1.15.2-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "f031846580d9acccd0044efd1a90e6f4df3a6e12b4b6bd694a7bc03a89892b28"}}, + {name = "scipy-1.15.2-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "fe8a9eb875d430d81755472c5ba75e84acc980e4a8f6204d402849234d3017db"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "scipy-1.15.2.tar.gz" +hashes = {sha256 = "cd58a314d92838f7e6f755c8a2167ead4f27e1fd5c1251fd54289569ef3495ec"} + +[[packages]] +name = "sentencepiece" +version = "0.2.0" +requires-python = "" +wheels = [ + {name = "sentencepiece-0.2.0-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "17982700c4f6dbb55fa3594f3d7e5dd1c8659a274af3738e33c987d2a27c9d5c"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "7c867012c0e8bcd5bdad0f791609101cb5c66acb303ab3270218d6debc68a65e"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "7fd6071249c74f779c5b27183295b9202f8dedb68034e716784364443879eaa6"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "27f90c55a65013cbb8f4d7aab0599bf925cde4adc67ae43a0d323677b5a1c6cb"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b293734059ef656dcd65be62ff771507bea8fed0a711b6733976e1ed3add4553"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e58b47f933aca74c6a60a79dcb21d5b9e47416256c795c2d58d55cec27f9551d"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-win32.whl",hashes = {sha256 = "c581258cf346b327c62c4f1cebd32691826306f6a41d8c4bec43b010dee08e75"}}, + {name = "sentencepiece-0.2.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "0993dbc665f4113017892f1b87c3904a44d0640eda510abcacdfb07f74286d36"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-macosx_10_9_universal2.whl",hashes = {sha256 = "ea5f536e32ea8ec96086ee00d7a4a131ce583a1b18d130711707c10e69601cb2"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "d0cb51f53b6aae3c36bafe41e86167c71af8370a039f542c43b0cce5ef24a68c"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "3212121805afc58d8b00ab4e7dd1f8f76c203ddb9dc94aa4079618a31cf5da0f"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2a3149e3066c2a75e0d68a43eb632d7ae728c7925b517f4c05c40f6f7280ce08"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "632f3594d3e7ac8b367bca204cb3fd05a01d5b21455acd097ea4c0e30e2f63d7"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f295105c6bdbb05bd5e1b0cafbd78ff95036f5d3641e7949455a3f4e5e7c3109"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-win32.whl",hashes = {sha256 = "fb89f811e5efd18bab141afc3fea3de141c3f69f3fe9e898f710ae7fe3aab251"}}, + {name = "sentencepiece-0.2.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "7a673a72aab81fef5ebe755c6e0cc60087d1f3a4700835d40537183c1703a45f"}}, +] +marker = "\"leaderboard\" in extras" + +[packages.sdist] +name = "sentencepiece-0.2.0.tar.gz" +hashes = {sha256 = "a52c19171daaf2e697dc6cbe67684e0fa341b1248966f6aebb541de654d15843"} + +[[packages]] +name = "setuptools" +version = "78.1.0" +requires-python = ">=3.9" +wheels = [ + {name = "setuptools-78.1.0-py3-none-any.whl",hashes = {sha256 = "3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "setuptools-78.1.0.tar.gz" +hashes = {sha256 = "18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"} + +[[packages]] +name = "six" +version = "1.17.0" +requires-python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" +wheels = [ + {name = "six-1.17.0-py2.py3-none-any.whl",hashes = {sha256 = "4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "six-1.17.0.tar.gz" +hashes = {sha256 = "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"} + +[[packages]] +name = "sqlitedict" +version = "2.1.0" +requires-python = "" +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "sqlitedict-2.1.0.tar.gz" +hashes = {sha256 = "03d9cfb96d602996f1d4c2db2856f1224b96a9c431bdd16e78032a72940f9e8c"} + +[[packages]] +name = "sympy" +version = "1.13.1" +requires-python = ">=3.8" +wheels = [ + {name = "sympy-1.13.1-py3-none-any.whl",hashes = {sha256 = "db36cdc64bf61b9b24578b6f7bab1ecdd2452cf008f34faa33776680c26d66f8"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "sympy-1.13.1.tar.gz" +hashes = {sha256 = "9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f"} + +[[packages]] +name = "tabledata" +version = "1.3.4" +requires-python = ">=3.9" +wheels = [ + {name = "tabledata-1.3.4-py3-none-any.whl",hashes = {sha256 = "1f56e433bfdeb89f4487abfa48c4603a3b07c5d3a3c7e05ff73dd018c24bd0d4"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tabledata-1.3.4.tar.gz" +hashes = {sha256 = "e9649cab129d718f3bff4150083b77f8a78c30f6634a30caf692b10fdc60cb97"} + +[[packages]] +name = "tabulate" +version = "0.9.0" +requires-python = ">=3.7" +wheels = [ + {name = "tabulate-0.9.0-py3-none-any.whl",hashes = {sha256 = "024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tabulate-0.9.0.tar.gz" +hashes = {sha256 = "0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"} + +[[packages]] +name = "tcolorpy" +version = "0.1.7" +requires-python = ">=3.9" +wheels = [ + {name = "tcolorpy-0.1.7-py3-none-any.whl",hashes = {sha256 = "26a59d52027e175a37e0aba72efc99dda43f074db71f55b316d3de37d3251378"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tcolorpy-0.1.7.tar.gz" +hashes = {sha256 = "0fbf6bf238890bbc2e32662aa25736769a29bf6d880328f310c910a327632614"} + +[[packages]] +name = "tenacity" +version = "9.1.2" +requires-python = ">=3.9" +wheels = [ + {name = "tenacity-9.1.2-py3-none-any.whl",hashes = {sha256 = "f77bf36710d8b73a50b2dd155c97b870017ad21afe6ab300326b0371b3b05138"}}, +] +marker = "\"default\" in dependency_groups" + +[packages.sdist] +name = "tenacity-9.1.2.tar.gz" +hashes = {sha256 = "1169d376c297e7de388d18b4481760d478b0e99a777cad3a9c86e556f4b697cb"} + +[[packages]] +name = "threadpoolctl" +version = "3.6.0" +requires-python = ">=3.9" +wheels = [ + {name = "threadpoolctl-3.6.0-py3-none-any.whl",hashes = {sha256 = "43a0b8fd5a2928500110039e43a5eed8480b918967083ea48dc3ab9f13c4a7fb"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "threadpoolctl-3.6.0.tar.gz" +hashes = {sha256 = "8ab8b4aa3491d812b623328249fab5302a68d2d71745c8a4c719a2fcaba9f44e"} + +[[packages]] +name = "tiktoken" +version = "0.9.0" +requires-python = ">=3.9" +wheels = [ + {name = "tiktoken-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl",hashes = {sha256 = "f32cc56168eac4851109e9b5d327637f15fd662aa30dd79f964b7c39fbadd26e"}}, + {name = "tiktoken-0.9.0-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "45556bc41241e5294063508caf901bf92ba52d8ef9222023f83d2483a3055348"}}, + {name = "tiktoken-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "03935988a91d6d3216e2ec7c645afbb3d870b37bcb67ada1943ec48678e7ee33"}}, + {name = "tiktoken-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "8b3d80aad8d2c6b9238fc1a5524542087c52b860b10cbf952429ffb714bc1136"}}, + {name = "tiktoken-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "b2a21133be05dc116b1d0372af051cd2c6aa1d2188250c9b553f9fa49301b336"}}, + {name = "tiktoken-0.9.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "11a20e67fdf58b0e2dea7b8654a288e481bb4fc0289d3ad21291f8d0849915fb"}}, + {name = "tiktoken-0.9.0-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "e88f121c1c22b726649ce67c089b90ddda8b9662545a8aeb03cfef15967ddd03"}}, + {name = "tiktoken-0.9.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "a6600660f2f72369acb13a57fb3e212434ed38b045fd8cc6cdd74947b4b5d210"}}, + {name = "tiktoken-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "95e811743b5dfa74f4b227927ed86cbc57cad4df859cb3b643be797914e41794"}}, + {name = "tiktoken-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "99376e1370d59bcf6935c933cb9ba64adc29033b7e73f5f7569f3aad86552b22"}}, + {name = "tiktoken-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "badb947c32739fb6ddde173e14885fb3de4d32ab9d8c591cbd013c22b4c31dd2"}}, + {name = "tiktoken-0.9.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "5a62d7a25225bafed786a524c1b9f0910a1128f4232615bf3f8257a73aaa3b16"}}, + {name = "tiktoken-0.9.0-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "2b0e8e05a26eda1249e824156d537015480af7ae222ccb798e5234ae0285dbdb"}}, + {name = "tiktoken-0.9.0-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "27d457f096f87685195eea0165a1807fae87b97b2161fe8c9b1df5bd74ca6f63"}}, + {name = "tiktoken-0.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2cf8ded49cddf825390e36dd1ad35cd49589e8161fdcb52aa25f0583e90a3e01"}}, + {name = "tiktoken-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "cc156cb314119a8bb9748257a2eaebd5cc0753b6cb491d26694ed42fc7cb3139"}}, + {name = "tiktoken-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "cd69372e8c9dd761f0ab873112aba55a0e3e506332dd9f7522ca466e817b1b7a"}}, + {name = "tiktoken-0.9.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "5ea0edb6f83dc56d794723286215918c1cde03712cbbafa0348b33448faf5b95"}}, +] +marker = "\"default\" in dependency_groups" + +[packages.sdist] +name = "tiktoken-0.9.0.tar.gz" +hashes = {sha256 = "d02a5ca6a938e0490e1ff957bc48c8b078c88cb83977be1625b1fd8aac792c5d"} + +[[packages]] +name = "tokenizers" +version = "0.21.1" +requires-python = ">=3.9" +wheels = [ + {name = "tokenizers-0.21.1-cp39-abi3-macosx_10_12_x86_64.whl",hashes = {sha256 = "e78e413e9e668ad790a29456e677d9d3aa50a9ad311a40905d6861ba7692cf41"}}, + {name = "tokenizers-0.21.1-cp39-abi3-macosx_11_0_arm64.whl",hashes = {sha256 = "cd51cd0a91ecc801633829fcd1fda9cf8682ed3477c6243b9a095539de4aecf3"}}, + {name = "tokenizers-0.21.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "28da6b72d4fb14ee200a1bd386ff74ade8992d7f725f2bde2c495a9a98cf4d9f"}}, + {name = "tokenizers-0.21.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",hashes = {sha256 = "34d8cfde551c9916cb92014e040806122295a6800914bab5865deb85623931cf"}}, + {name = "tokenizers-0.21.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "aaa852d23e125b73d283c98f007e06d4595732104b65402f46e8ef24b588d9f8"}}, + {name = "tokenizers-0.21.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "a21a15d5c8e603331b8a59548bbe113564136dc0f5ad8306dd5033459a226da0"}}, + {name = "tokenizers-0.21.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "2fdbd4c067c60a0ac7eca14b6bd18a5bebace54eb757c706b47ea93204f7a37c"}}, + {name = "tokenizers-0.21.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "2dd9a0061e403546f7377df940e866c3e678d7d4e9643d0461ea442b4f89e61a"}}, + {name = "tokenizers-0.21.1-cp39-abi3-musllinux_1_2_aarch64.whl",hashes = {sha256 = "db9484aeb2e200c43b915a1a0150ea885e35f357a5a8fabf7373af333dcc8dbf"}}, + {name = "tokenizers-0.21.1-cp39-abi3-musllinux_1_2_armv7l.whl",hashes = {sha256 = "ed248ab5279e601a30a4d67bdb897ecbe955a50f1e7bb62bd99f07dd11c2f5b6"}}, + {name = "tokenizers-0.21.1-cp39-abi3-musllinux_1_2_i686.whl",hashes = {sha256 = "9ac78b12e541d4ce67b4dfd970e44c060a2147b9b2a21f509566d556a509c67d"}}, + {name = "tokenizers-0.21.1-cp39-abi3-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e5a69c1a4496b81a5ee5d2c1f3f7fbdf95e90a0196101b0ee89ed9956b8a168f"}}, + {name = "tokenizers-0.21.1-cp39-abi3-win32.whl",hashes = {sha256 = "1039a3a5734944e09de1d48761ade94e00d0fa760c0e0551151d4dd851ba63e3"}}, + {name = "tokenizers-0.21.1-cp39-abi3-win_amd64.whl",hashes = {sha256 = "0f0dcbcc9f6e13e675a66d7a5f2f225a736745ce484c1a4e07476a89ccdad382"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tokenizers-0.21.1.tar.gz" +hashes = {sha256 = "a1bb04dc5b448985f86ecd4b05407f5a8d97cb2c0532199b2a302a604a0165ab"} + +[[packages]] +name = "torch" +version = "2.6.0" +requires-python = ">=3.9.0" +wheels = [ + {name = "torch-2.6.0+cpu-cp311-cp311-linux_x86_64.whl",hashes = {sha256 = "5b6ae523bfb67088a17ca7734d131548a2e60346c622621e4248ed09dd0790cc"}}, + {name = "torch-2.6.0+cpu-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "d3dab9fb0294f268aec28e8aaba834e9d006b90a50db5bc2fe2191a9d48c6084"}}, + {name = "torch-2.6.0+cpu-cp311-cp311-win_amd64.whl",hashes = {sha256 = "24c9d3d13b9ea769dd7bd5c11cfa1fc463fd7391397156565484565ca685d908"}}, + {name = "torch-2.6.0+cpu-cp312-cp312-linux_x86_64.whl",hashes = {sha256 = "59e78aa0c690f70734e42670036d6b541930b8eabbaa18d94e090abf14cc4d91"}}, + {name = "torch-2.6.0+cpu-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "318290e8924353c61b125cdc8768d15208704e279e7757c113b9620740deca98"}}, + {name = "torch-2.6.0+cpu-cp312-cp312-win_amd64.whl",hashes = {sha256 = "4027d982eb2781c93825ab9527f17fbbb12dbabf422298e4b954be60016f87d8"}}, + {name = "torch-2.6.0+cpu-cp313-cp313-linux_x86_64.whl",hashes = {sha256 = "e70ee2e37ad27a90201d101a41c2e10df7cf15a9ebd17c084f54cf2518c57bdf"}}, + {name = "torch-2.6.0+cpu-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "b5e7e8d561b263b5ad8049736281cd12c78e51e7bc1a913fd4098fd0e0b96347"}}, + {name = "torch-2.6.0+cpu-cp313-cp313-win_amd64.whl",hashes = {sha256 = "b436a6c62d086dc5b32f5721b59f0ca8ad3bf9de09ee9b5b83dbf1e7a7e22c60"}}, + {name = "torch-2.6.0+cpu-cp313-cp313t-linux_x86_64.whl",hashes = {sha256 = "fb34d6cc4e6e20e66d74852c3d84e0301dc5e1a7c822076ef288886f978390f0"}}, + {name = "torch-2.6.0+cpu-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "7cac05af909ee1c5c2915e8f3efaa1ea015e7e414be0ff53071402b9e4f3c7df"}}, + {name = "torch-2.6.0-cp311-cp311-manylinux1_x86_64.whl",hashes = {sha256 = "7979834102cd5b7a43cc64e87f2f3b14bd0e1458f06e9f88ffa386d07c7446e1"}}, + {name = "torch-2.6.0-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "ccbd0320411fe1a3b3fec7b4d3185aa7d0c52adac94480ab024b5c8f74a0bf1d"}}, + {name = "torch-2.6.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "46763dcb051180ce1ed23d1891d9b1598e07d051ce4c9d14307029809c4d64f7"}}, + {name = "torch-2.6.0-cp311-none-macosx_11_0_arm64.whl",hashes = {sha256 = "94fc63b3b4bedd327af588696559f68c264440e2503cc9e6954019473d74ae21"}}, + {name = "torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl",hashes = {sha256 = "2bb8987f3bb1ef2675897034402373ddfc8f5ef0e156e2d8cfc47cacafdda4a9"}}, + {name = "torch-2.6.0-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "b789069020c5588c70d5c2158ac0aa23fd24a028f34a8b4fcb8fcb4d7efcf5fb"}}, + {name = "torch-2.6.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "7e1448426d0ba3620408218b50aa6ada88aeae34f7a239ba5431f6c8774b1239"}}, + {name = "torch-2.6.0-cp312-none-macosx_11_0_arm64.whl",hashes = {sha256 = "9a610afe216a85a8b9bc9f8365ed561535c93e804c2a317ef7fabcc5deda0989"}}, + {name = "torch-2.6.0-cp313-cp313-manylinux1_x86_64.whl",hashes = {sha256 = "4874a73507a300a5d089ceaff616a569e7bb7c613c56f37f63ec3ffac65259cf"}}, + {name = "torch-2.6.0-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "a0d5e1b9874c1a6c25556840ab8920569a7a4137afa8a63a32cee0bc7d89bd4b"}}, + {name = "torch-2.6.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "510c73251bee9ba02ae1cb6c9d4ee0907b3ce6020e62784e2d7598e0cfa4d6cc"}}, + {name = "torch-2.6.0-cp313-none-macosx_11_0_arm64.whl",hashes = {sha256 = "ff96f4038f8af9f7ec4231710ed4549da1bdebad95923953a25045dcf6fd87e2"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[[packages]] +name = "tqdm" +version = "4.67.1" +requires-python = ">=3.7" +wheels = [ + {name = "tqdm-4.67.1-py3-none-any.whl",hashes = {sha256 = "26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tqdm-4.67.1.tar.gz" +hashes = {sha256 = "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"} + +[[packages]] +name = "tqdm-multiprocess" +version = "0.0.11" +requires-python = ">=3.6" +wheels = [ + {name = "tqdm_multiprocess-0.0.11-py3-none-any.whl",hashes = {sha256 = "3ebdf03e7a675150fa0bbceaa9c3c64b8cb556e9ffafa4fe6c078e51820524aa"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tqdm-multiprocess-0.0.11.tar.gz" +hashes = {sha256 = "a74002a1222ea9cbe8cdc9bd460108c6009be359621fbee9b92d0515d4d180f7"} + +[[packages]] +name = "transformers" +version = "4.51.3" +requires-python = ">=3.9.0" +wheels = [ + {name = "transformers-4.51.3-py3-none-any.whl",hashes = {sha256 = "fd3279633ceb2b777013234bbf0b4f5c2d23c4626b05497691f00cfda55e8a83"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "transformers-4.51.3.tar.gz" +hashes = {sha256 = "e292fcab3990c6defe6328f0f7d2004283ca81a7a07b2de9a46d67fd81ea1409"} + +[[packages]] +name = "typepy" +version = "1.3.4" +requires-python = ">=3.9" +wheels = [ + {name = "typepy-1.3.4-py3-none-any.whl",hashes = {sha256 = "d5ed3e0c7f49521bff0603dd08cf8d453371cf68d65a29d3d0038552ccc46e2e"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "typepy-1.3.4.tar.gz" +hashes = {sha256 = "89c1f66de6c6133209c43a94d23431d320ba03ef5db18f241091ea594035d9de"} + +[[packages]] +name = "typing-extensions" +version = "4.13.2" +requires-python = ">=3.8" +wheels = [ + {name = "typing_extensions-4.13.2-py3-none-any.whl",hashes = {sha256 = "a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "typing_extensions-4.13.2.tar.gz" +hashes = {sha256 = "e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"} + +[[packages]] +name = "tzdata" +version = "2025.2" +requires-python = ">=2" +wheels = [ + {name = "tzdata-2025.2-py2.py3-none-any.whl",hashes = {sha256 = "1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "tzdata-2025.2.tar.gz" +hashes = {sha256 = "b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9"} + +[[packages]] +name = "unitxt" +version = "1.22.0" +requires-python = ">=3.8" +wheels = [ + {name = "unitxt-1.22.0-py3-none-any.whl",hashes = {sha256 = "c2216bb5f6e4b39da11b29f25d3f84c856a50722a61a7d33ab3f0bf926edc83a"}}, +] +marker = "\"default\" in dependency_groups" + +[packages.sdist] +name = "unitxt-1.22.0.tar.gz" +hashes = {sha256 = "e7779fd3e1831e41cd5eb44b92a1a72daed4732a12875b5b7777445bae599de7"} + +[[packages]] +name = "urllib3" +version = "2.4.0" +requires-python = ">=3.9" +wheels = [ + {name = "urllib3-2.4.0-py3-none-any.whl",hashes = {sha256 = "4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "urllib3-2.4.0.tar.gz" +hashes = {sha256 = "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"} + +[[packages]] +name = "virtualenv" +version = "20.30.0" +requires-python = ">=3.8" +wheels = [ + {name = "virtualenv-20.30.0-py3-none-any.whl",hashes = {sha256 = "e34302959180fca3af42d1800df014b35019490b119eba981af27f2fa486e5d6"}}, +] +marker = "\"dev\" in dependency_groups" + +[packages.sdist] +name = "virtualenv-20.30.0.tar.gz" +hashes = {sha256 = "800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8"} + +[[packages]] +name = "word2number" +version = "1.1" +requires-python = "" +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "word2number-1.1.zip" +hashes = {sha256 = "70e27a5d387f67b04c71fbb7621c05930b19bfd26efd6851e6e0f9969dcde7d0"} + +[[packages]] +name = "xxhash" +version = "3.5.0" +requires-python = ">=3.7" +wheels = [ + {name = "xxhash-3.5.0-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "02c2e816896dc6f85922ced60097bcf6f008dedfc5073dcba32f9c8dd786f3c1"}}, + {name = "xxhash-3.5.0-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "6027dcd885e21581e46d3c7f682cfb2b870942feeed58a21c29583512c3f09f8"}}, + {name = "xxhash-3.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "1308fa542bbdbf2fa85e9e66b1077eea3a88bef38ee8a06270b4298a7a62a166"}}, + {name = "xxhash-3.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c28b2fdcee797e1c1961cd3bcd3d545cab22ad202c846235197935e1df2f8ef7"}}, + {name = "xxhash-3.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "924361811732ddad75ff23e90efd9ccfda4f664132feecb90895bade6a1b4623"}}, + {name = "xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "89997aa1c4b6a5b1e5b588979d1da048a3c6f15e55c11d117a56b75c84531f5a"}}, + {name = "xxhash-3.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "685c4f4e8c59837de103344eb1c8a3851f670309eb5c361f746805c5471b8c88"}}, + {name = "xxhash-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "dbd2ecfbfee70bc1a4acb7461fa6af7748ec2ab08ac0fa298f281c51518f982c"}}, + {name = "xxhash-3.5.0-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "25b5a51dc3dfb20a10833c8eee25903fd2e14059e9afcd329c9da20609a307b2"}}, + {name = "xxhash-3.5.0-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "a8fb786fb754ef6ff8c120cb96629fb518f8eb5a61a16aac3a979a9dbd40a084"}}, + {name = "xxhash-3.5.0-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "a905ad00ad1e1c34fe4e9d7c1d949ab09c6fa90c919860c1534ff479f40fd12d"}}, + {name = "xxhash-3.5.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "963be41bcd49f53af6d795f65c0da9b4cc518c0dd9c47145c98f61cb464f4839"}}, + {name = "xxhash-3.5.0-cp311-cp311-win32.whl",hashes = {sha256 = "109b436096d0a2dd039c355fa3414160ec4d843dfecc64a14077332a00aeb7da"}}, + {name = "xxhash-3.5.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "b702f806693201ad6c0a05ddbbe4c8f359626d0b3305f766077d51388a6bac58"}}, + {name = "xxhash-3.5.0-cp311-cp311-win_arm64.whl",hashes = {sha256 = "c4dcb4120d0cc3cc448624147dba64e9021b278c63e34a38789b688fd0da9bf3"}}, + {name = "xxhash-3.5.0-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "14470ace8bd3b5d51318782cd94e6f94431974f16cb3b8dc15d52f3b69df8e00"}}, + {name = "xxhash-3.5.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "59aa1203de1cb96dbeab595ded0ad0c0056bb2245ae11fac11c0ceea861382b9"}}, + {name = "xxhash-3.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "08424f6648526076e28fae6ea2806c0a7d504b9ef05ae61d196d571e5c879c84"}}, + {name = "xxhash-3.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "61a1ff00674879725b194695e17f23d3248998b843eb5e933007ca743310f793"}}, + {name = "xxhash-3.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f2f2c61bee5844d41c3eb015ac652a0229e901074951ae48581d58bfb2ba01be"}}, + {name = "xxhash-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "9d32a592cac88d18cc09a89172e1c32d7f2a6e516c3dfde1b9adb90ab5df54a6"}}, + {name = "xxhash-3.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "70dabf941dede727cca579e8c205e61121afc9b28516752fd65724be1355cc90"}}, + {name = "xxhash-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "e5d0ddaca65ecca9c10dcf01730165fd858533d0be84c75c327487c37a906a27"}}, + {name = "xxhash-3.5.0-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "3e5b5e16c5a480fe5f59f56c30abdeba09ffd75da8d13f6b9b6fd224d0b4d0a2"}}, + {name = "xxhash-3.5.0-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "149b7914451eb154b3dfaa721315117ea1dac2cc55a01bfbd4df7c68c5dd683d"}}, + {name = "xxhash-3.5.0-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "eade977f5c96c677035ff39c56ac74d851b1cca7d607ab3d8f23c6b859379cab"}}, + {name = "xxhash-3.5.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "fa9f547bd98f5553d03160967866a71056a60960be00356a15ecc44efb40ba8e"}}, + {name = "xxhash-3.5.0-cp312-cp312-win32.whl",hashes = {sha256 = "f7b58d1fd3551b8c80a971199543379be1cee3d0d409e1f6d8b01c1a2eebf1f8"}}, + {name = "xxhash-3.5.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "fa0cafd3a2af231b4e113fba24a65d7922af91aeb23774a8b78228e6cd785e3e"}}, + {name = "xxhash-3.5.0-cp312-cp312-win_arm64.whl",hashes = {sha256 = "586886c7e89cb9828bcd8a5686b12e161368e0064d040e225e72607b43858ba2"}}, + {name = "xxhash-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "37889a0d13b0b7d739cfc128b1c902f04e32de17b33d74b637ad42f1c55101f6"}}, + {name = "xxhash-3.5.0-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "97a662338797c660178e682f3bc180277b9569a59abfb5925e8620fba00b9fc5"}}, + {name = "xxhash-3.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "7f85e0108d51092bdda90672476c7d909c04ada6923c14ff9d913c4f7dc8a3bc"}}, + {name = "xxhash-3.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "cd2fd827b0ba763ac919440042302315c564fdb797294d86e8cdd4578e3bc7f3"}}, + {name = "xxhash-3.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "82085c2abec437abebf457c1d12fccb30cc8b3774a0814872511f0f0562c768c"}}, + {name = "xxhash-3.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "07fda5de378626e502b42b311b049848c2ef38784d0d67b6f30bb5008642f8eb"}}, + {name = "xxhash-3.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "c279f0d2b34ef15f922b77966640ade58b4ccdfef1c4d94b20f2a364617a493f"}}, + {name = "xxhash-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "89e66ceed67b213dec5a773e2f7a9e8c58f64daeb38c7859d8815d2c89f39ad7"}}, + {name = "xxhash-3.5.0-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "bcd51708a633410737111e998ceb3b45d3dbc98c0931f743d9bb0a209033a326"}}, + {name = "xxhash-3.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "3ff2c0a34eae7df88c868be53a8dd56fbdf592109e21d4bfa092a27b0bf4a7bf"}}, + {name = "xxhash-3.5.0-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "4e28503dccc7d32e0b9817aa0cbfc1f45f563b2c995b7a66c4c8a0d232e840c7"}}, + {name = "xxhash-3.5.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "a6c50017518329ed65a9e4829154626f008916d36295b6a3ba336e2458824c8c"}}, + {name = "xxhash-3.5.0-cp313-cp313-win32.whl",hashes = {sha256 = "53a068fe70301ec30d868ece566ac90d873e3bb059cf83c32e76012c889b8637"}}, + {name = "xxhash-3.5.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "80babcc30e7a1a484eab952d76a4f4673ff601f54d5142c26826502740e70b43"}}, + {name = "xxhash-3.5.0-cp313-cp313-win_arm64.whl",hashes = {sha256 = "4811336f1ce11cac89dcbd18f3a25c527c16311709a89313c3acaf771def2d4b"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "xxhash-3.5.0.tar.gz" +hashes = {sha256 = "84f2caddf951c9cbf8dc2e22a89d4ccf5d86391ac6418fe81e3c67d0cf60b45f"} + +[[packages]] +name = "yarl" +version = "1.20.0" +requires-python = ">=3.9" +wheels = [ + {name = "yarl-1.20.0-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "fdb5204d17cb32b2de2d1e21c7461cabfacf17f3645e4b9039f210c5d3378bf3"}}, + {name = "yarl-1.20.0-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "eaddd7804d8e77d67c28d154ae5fab203163bd0998769569861258e525039d2a"}}, + {name = "yarl-1.20.0-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "634b7ba6b4a85cf67e9df7c13a7fb2e44fa37b5d34501038d174a63eaac25ee2"}}, + {name = "yarl-1.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6d409e321e4addf7d97ee84162538c7258e53792eb7c6defd0c33647d754172e"}}, + {name = "yarl-1.20.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "ea52f7328a36960ba3231c6677380fa67811b414798a6e071c7085c57b6d20a9"}}, + {name = "yarl-1.20.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c8703517b924463994c344dcdf99a2d5ce9eca2b6882bb640aa555fb5efc706a"}}, + {name = "yarl-1.20.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "077989b09ffd2f48fb2d8f6a86c5fef02f63ffe6b1dd4824c76de7bb01e4f2e2"}}, + {name = "yarl-1.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "0acfaf1da020253f3533526e8b7dd212838fdc4109959a2c53cafc6db611bff2"}}, + {name = "yarl-1.20.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b4230ac0b97ec5eeb91d96b324d66060a43fd0d2a9b603e3327ed65f084e41f8"}}, + {name = "yarl-1.20.0-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "0a6a1e6ae21cdd84011c24c78d7a126425148b24d437b5702328e4ba640a8902"}}, + {name = "yarl-1.20.0-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "86de313371ec04dd2531f30bc41a5a1a96f25a02823558ee0f2af0beaa7ca791"}}, + {name = "yarl-1.20.0-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "dd59c9dd58ae16eaa0f48c3d0cbe6be8ab4dc7247c3ff7db678edecbaf59327f"}}, + {name = "yarl-1.20.0-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "a0bc5e05f457b7c1994cc29e83b58f540b76234ba6b9648a4971ddc7f6aa52da"}}, + {name = "yarl-1.20.0-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "c9471ca18e6aeb0e03276b5e9b27b14a54c052d370a9c0c04a68cefbd1455eb4"}}, + {name = "yarl-1.20.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "40ed574b4df723583a26c04b298b283ff171bcc387bc34c2683235e2487a65a5"}}, + {name = "yarl-1.20.0-cp311-cp311-win32.whl",hashes = {sha256 = "db243357c6c2bf3cd7e17080034ade668d54ce304d820c2a58514a4e51d0cfd6"}}, + {name = "yarl-1.20.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "8c12cd754d9dbd14204c328915e23b0c361b88f3cffd124129955e60a4fbfcfb"}}, + {name = "yarl-1.20.0-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "e06b9f6cdd772f9b665e5ba8161968e11e403774114420737f7884b5bd7bdf6f"}}, + {name = "yarl-1.20.0-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "b9ae2fbe54d859b3ade40290f60fe40e7f969d83d482e84d2c31b9bff03e359e"}}, + {name = "yarl-1.20.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "6d12b8945250d80c67688602c891237994d203d42427cb14e36d1a732eda480e"}}, + {name = "yarl-1.20.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "087e9731884621b162a3e06dc0d2d626e1542a617f65ba7cc7aeab279d55ad33"}}, + {name = "yarl-1.20.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "69df35468b66c1a6e6556248e6443ef0ec5f11a7a4428cf1f6281f1879220f58"}}, + {name = "yarl-1.20.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "3b2992fe29002fd0d4cbaea9428b09af9b8686a9024c840b8a2b8f4ea4abc16f"}}, + {name = "yarl-1.20.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "4c903e0b42aab48abfbac668b5a9d7b6938e721a6341751331bcd7553de2dcae"}}, + {name = "yarl-1.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "bf099e2432131093cc611623e0b0bcc399b8cddd9a91eded8bfb50402ec35018"}}, + {name = "yarl-1.20.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "8a7f62f5dc70a6c763bec9ebf922be52aa22863d9496a9a30124d65b489ea672"}}, + {name = "yarl-1.20.0-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "54ac15a8b60382b2bcefd9a289ee26dc0920cf59b05368c9b2b72450751c6eb8"}}, + {name = "yarl-1.20.0-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "25b3bc0763a7aca16a0f1b5e8ef0f23829df11fb539a1b70476dcab28bd83da7"}}, + {name = "yarl-1.20.0-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "b2586e36dc070fc8fad6270f93242124df68b379c3a251af534030a4a33ef594"}}, + {name = "yarl-1.20.0-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "866349da9d8c5290cfefb7fcc47721e94de3f315433613e01b435473be63daa6"}}, + {name = "yarl-1.20.0-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "33bb660b390a0554d41f8ebec5cd4475502d84104b27e9b42f5321c5192bfcd1"}}, + {name = "yarl-1.20.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "737e9f171e5a07031cbee5e9180f6ce21a6c599b9d4b2c24d35df20a52fabf4b"}}, + {name = "yarl-1.20.0-cp312-cp312-win32.whl",hashes = {sha256 = "839de4c574169b6598d47ad61534e6981979ca2c820ccb77bf70f4311dd2cc64"}}, + {name = "yarl-1.20.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "3d7dbbe44b443b0c4aa0971cb07dcb2c2060e4a9bf8d1301140a33a93c98e18c"}}, + {name = "yarl-1.20.0-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "2137810a20b933b1b1b7e5cf06a64c3ed3b4747b0e5d79c9447c00db0e2f752f"}}, + {name = "yarl-1.20.0-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "447c5eadd750db8389804030d15f43d30435ed47af1313303ed82a62388176d3"}}, + {name = "yarl-1.20.0-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "42fbe577272c203528d402eec8bf4b2d14fd49ecfec92272334270b850e9cd7d"}}, + {name = "yarl-1.20.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "18e321617de4ab170226cd15006a565d0fa0d908f11f724a2c9142d6b2812ab0"}}, + {name = "yarl-1.20.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "4345f58719825bba29895011e8e3b545e6e00257abb984f9f27fe923afca2501"}}, + {name = "yarl-1.20.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "5d9b980d7234614bc4674468ab173ed77d678349c860c3af83b1fffb6a837ddc"}}, + {name = "yarl-1.20.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "af4baa8a445977831cbaa91a9a84cc09debb10bc8391f128da2f7bd070fc351d"}}, + {name = "yarl-1.20.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "123393db7420e71d6ce40d24885a9e65eb1edefc7a5228db2d62bcab3386a5c0"}}, + {name = "yarl-1.20.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "ab47acc9332f3de1b39e9b702d9c916af7f02656b2a86a474d9db4e53ef8fd7a"}}, + {name = "yarl-1.20.0-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "4a34c52ed158f89876cba9c600b2c964dfc1ca52ba7b3ab6deb722d1d8be6df2"}}, + {name = "yarl-1.20.0-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "04d8cfb12714158abf2618f792c77bc5c3d8c5f37353e79509608be4f18705c9"}}, + {name = "yarl-1.20.0-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "7dc63ad0d541c38b6ae2255aaa794434293964677d5c1ec5d0116b0e308031f5"}}, + {name = "yarl-1.20.0-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "f9d02b591a64e4e6ca18c5e3d925f11b559c763b950184a64cf47d74d7e41877"}}, + {name = "yarl-1.20.0-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "95fc9876f917cac7f757df80a5dda9de59d423568460fe75d128c813b9af558e"}}, + {name = "yarl-1.20.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "bb769ae5760cd1c6a712135ee7915f9d43f11d9ef769cb3f75a23e398a92d384"}}, + {name = "yarl-1.20.0-cp313-cp313-win32.whl",hashes = {sha256 = "70e0c580a0292c7414a1cead1e076c9786f685c1fc4757573d2967689b370e62"}}, + {name = "yarl-1.20.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "4c43030e4b0af775a85be1fa0433119b1565673266a70bf87ef68a9d5ba3174c"}}, + {name = "yarl-1.20.0-cp313-cp313t-macosx_10_13_universal2.whl",hashes = {sha256 = "b6c4c3d0d6a0ae9b281e492b1465c72de433b782e6b5001c8e7249e085b69051"}}, + {name = "yarl-1.20.0-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "8681700f4e4df891eafa4f69a439a6e7d480d64e52bf460918f58e443bd3da7d"}}, + {name = "yarl-1.20.0-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "84aeb556cb06c00652dbf87c17838eb6d92cfd317799a8092cee0e570ee11229"}}, + {name = "yarl-1.20.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "f166eafa78810ddb383e930d62e623d288fb04ec566d1b4790099ae0f31485f1"}}, + {name = "yarl-1.20.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl",hashes = {sha256 = "5d3d6d14754aefc7a458261027a562f024d4f6b8a798adb472277f675857b1eb"}}, + {name = "yarl-1.20.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "2a8f64df8ed5d04c51260dbae3cc82e5649834eebea9eadfd829837b8093eb00"}}, + {name = "yarl-1.20.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "4d9949eaf05b4d30e93e4034a7790634bbb41b8be2d07edd26754f2e38e491de"}}, + {name = "yarl-1.20.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "9c366b254082d21cc4f08f522ac201d0d83a8b8447ab562732931d31d80eb2a5"}}, + {name = "yarl-1.20.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "91bc450c80a2e9685b10e34e41aef3d44ddf99b3a498717938926d05ca493f6a"}}, + {name = "yarl-1.20.0-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "9c2aa4387de4bc3a5fe158080757748d16567119bef215bec643716b4fbf53f9"}}, + {name = "yarl-1.20.0-cp313-cp313t-musllinux_1_2_armv7l.whl",hashes = {sha256 = "d2cbca6760a541189cf87ee54ff891e1d9ea6406079c66341008f7ef6ab61145"}}, + {name = "yarl-1.20.0-cp313-cp313t-musllinux_1_2_i686.whl",hashes = {sha256 = "798a5074e656f06b9fad1a162be5a32da45237ce19d07884d0b67a0aa9d5fdda"}}, + {name = "yarl-1.20.0-cp313-cp313t-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "f106e75c454288472dbe615accef8248c686958c2e7dd3b8d8ee2669770d020f"}}, + {name = "yarl-1.20.0-cp313-cp313t-musllinux_1_2_s390x.whl",hashes = {sha256 = "3b60a86551669c23dc5445010534d2c5d8a4e012163218fc9114e857c0586fdd"}}, + {name = "yarl-1.20.0-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "3e429857e341d5e8e15806118e0294f8073ba9c4580637e59ab7b238afca836f"}}, + {name = "yarl-1.20.0-cp313-cp313t-win32.whl",hashes = {sha256 = "65a4053580fe88a63e8e4056b427224cd01edfb5f951498bfefca4052f0ce0ac"}}, + {name = "yarl-1.20.0-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "53b2da3a6ca0a541c1ae799c349788d480e5144cac47dba0266c7cb6c76151fe"}}, + {name = "yarl-1.20.0-py3-none-any.whl",hashes = {sha256 = "5d0fe6af927a47a230f31e6004621fd0959eaa915fc62acfafa67ff7229a3124"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "yarl-1.20.0.tar.gz" +hashes = {sha256 = "686d51e51ee5dfe62dec86e4866ee0e9ed66df700d55c828a615640adc885307"} + +[[packages]] +name = "zstandard" +version = "0.23.0" +requires-python = ">=3.8" +wheels = [ + {name = "zstandard-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "34895a41273ad33347b2fc70e1bff4240556de3c46c6ea430a7ed91f9042aa4e"}}, + {name = "zstandard-0.23.0-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "77ea385f7dd5b5676d7fd943292ffa18fbf5c72ba98f7d09fc1fb9e819b34c23"}}, + {name = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "983b6efd649723474f29ed42e1467f90a35a74793437d0bc64a5bf482bedfa0a"}}, + {name = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "80a539906390591dd39ebb8d773771dc4db82ace6372c4d41e2d293f8e32b8db"}}, + {name = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "445e4cb5048b04e90ce96a79b4b63140e3f4ab5f662321975679b5f6360b90e2"}}, + {name = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fd30d9c67d13d891f2360b2a120186729c111238ac63b43dbd37a5a40670b8ca"}}, + {name = "zstandard-0.23.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "d20fd853fbb5807c8e84c136c278827b6167ded66c72ec6f9a14b863d809211c"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_1_aarch64.whl",hashes = {sha256 = "ed1708dbf4d2e3a1c5c69110ba2b4eb6678262028afd6c6fbcc5a8dac9cda68e"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_1_x86_64.whl",hashes = {sha256 = "be9b5b8659dff1f913039c2feee1aca499cfbc19e98fa12bc85e037c17ec6ca5"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "65308f4b4890aa12d9b6ad9f2844b7ee42c7f7a4fd3390425b242ffc57498f48"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "98da17ce9cbf3bfe4617e836d561e433f871129e3a7ac16d6ef4c680f13a839c"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "8ed7d27cb56b3e058d3cf684d7200703bcae623e1dcc06ed1e18ecda39fee003"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "b69bb4f51daf461b15e7b3db033160937d3ff88303a7bc808c67bbc1eaf98c78"}}, + {name = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "034b88913ecc1b097f528e42b539453fa82c3557e414b3de9d5632c80439a473"}}, + {name = "zstandard-0.23.0-cp311-cp311-win32.whl",hashes = {sha256 = "f2d4380bf5f62daabd7b751ea2339c1a21d1c9463f1feb7fc2bdcea2c29c3160"}}, + {name = "zstandard-0.23.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "62136da96a973bd2557f06ddd4e8e807f9e13cbb0bfb9cc06cfe6d98ea90dfe0"}}, + {name = "zstandard-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "b4567955a6bc1b20e9c31612e615af6b53733491aeaa19a6b3b37f3b65477094"}}, + {name = "zstandard-0.23.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "1e172f57cd78c20f13a3415cc8dfe24bf388614324d25539146594c16d78fcc8"}}, + {name = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "b0e166f698c5a3e914947388c162be2583e0c638a4703fc6a543e23a88dea3c1"}}, + {name = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "12a289832e520c6bd4dcaad68e944b86da3bad0d339ef7989fb7e88f92e96072"}}, + {name = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "d50d31bfedd53a928fed6707b15a8dbeef011bb6366297cc435accc888b27c20"}}, + {name = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "72c68dda124a1a138340fb62fa21b9bf4848437d9ca60bd35db36f2d3345f373"}}, + {name = "zstandard-0.23.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "53dd9d5e3d29f95acd5de6802e909ada8d8d8cfa37a3ac64836f3bc4bc5512db"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_1_aarch64.whl",hashes = {sha256 = "6a41c120c3dbc0d81a8e8adc73312d668cd34acd7725f036992b1b72d22c1772"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_1_x86_64.whl",hashes = {sha256 = "40b33d93c6eddf02d2c19f5773196068d875c41ca25730e8288e9b672897c105"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "9206649ec587e6b02bd124fb7799b86cddec350f6f6c14bc82a2b70183e708ba"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "76e79bc28a65f467e0409098fa2c4376931fd3207fbeb6b956c7c476d53746dd"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "66b689c107857eceabf2cf3d3fc699c3c0fe8ccd18df2219d978c0283e4c508a"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "9c236e635582742fee16603042553d276cca506e824fa2e6489db04039521e90"}}, + {name = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "a8fffdbd9d1408006baaf02f1068d7dd1f016c6bcb7538682622c556e7b68e35"}}, + {name = "zstandard-0.23.0-cp312-cp312-win32.whl",hashes = {sha256 = "dc1d33abb8a0d754ea4763bad944fd965d3d95b5baef6b121c0c9013eaf1907d"}}, + {name = "zstandard-0.23.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "64585e1dba664dc67c7cdabd56c1e5685233fbb1fc1966cfba2a340ec0dfff7b"}}, + {name = "zstandard-0.23.0-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "576856e8594e6649aee06ddbfc738fec6a834f7c85bf7cadd1c53d4a58186ef9"}}, + {name = "zstandard-0.23.0-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "38302b78a850ff82656beaddeb0bb989a0322a8bbb1bf1ab10c17506681d772a"}}, + {name = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "d2240ddc86b74966c34554c49d00eaafa8200a18d3a5b6ffbf7da63b11d74ee2"}}, + {name = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "2ef230a8fd217a2015bc91b74f6b3b7d6522ba48be29ad4ea0ca3a3775bf7dd5"}}, + {name = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "774d45b1fac1461f48698a9d4b5fa19a69d47ece02fa469825b442263f04021f"}}, + {name = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "6f77fa49079891a4aab203d0b1744acc85577ed16d767b52fc089d83faf8d8ed"}}, + {name = "zstandard-0.23.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "ac184f87ff521f4840e6ea0b10c0ec90c6b1dcd0bad2f1e4a9a1b4fa177982ea"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_1_aarch64.whl",hashes = {sha256 = "c363b53e257246a954ebc7c488304b5592b9c53fbe74d03bc1c64dda153fb847"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_1_x86_64.whl",hashes = {sha256 = "e7792606d606c8df5277c32ccb58f29b9b8603bf83b48639b7aedf6df4fe8171"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "a0817825b900fcd43ac5d05b8b3079937073d2b1ff9cf89427590718b70dd840"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "9da6bc32faac9a293ddfdcb9108d4b20416219461e4ec64dfea8383cac186690"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "fd7699e8fd9969f455ef2926221e0233f81a2542921471382e77a9e2f2b57f4b"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "d477ed829077cd945b01fc3115edd132c47e6540ddcd96ca169facff28173057"}}, + {name = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "fa6ce8b52c5987b3e34d5674b0ab529a4602b632ebab0a93b07bfb4dfc8f8a33"}}, + {name = "zstandard-0.23.0-cp313-cp313-win32.whl",hashes = {sha256 = "a9b07268d0c3ca5c170a385a0ab9fb7fdd9f5fd866be004c4ea39e44edce47dd"}}, + {name = "zstandard-0.23.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "f3513916e8c645d0610815c257cbfd3242adfd5c4cfa78be514e5a3ebb42a41b"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "zstandard-0.23.0.tar.gz" +hashes = {sha256 = "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09"} + +[tool.pdm] +hashes = {sha256 = "3a77dafdcf67376a70d6a1d8824c26fcfe67c76d6cbca4a74c3cf497709f955d"} From 6b3163992b0ed837fd52f4899b1e57ae7b7a9c85 Mon Sep 17 00:00:00 2001 From: Samuel Monson Date: Mon, 12 May 2025 12:03:50 -0400 Subject: [PATCH 2/2] Bump deps --- pdm.lock | 726 ++++++++++++++++++++++++----------------------- pylock.toml | 800 +++++++++++++++++++++++++++------------------------- 2 files changed, 796 insertions(+), 730 deletions(-) diff --git a/pdm.lock b/pdm.lock index 6d1791f..c1ef7ec 100644 --- a/pdm.lock +++ b/pdm.lock @@ -54,7 +54,7 @@ files = [ [[package]] name = "aiohttp" -version = "3.11.16" +version = "3.11.18" requires_python = ">=3.9" summary = "Async http client/server framework (asyncio)" groups = ["default", "leaderboard"] @@ -69,55 +69,55 @@ dependencies = [ "yarl<2.0,>=1.17.0", ] files = [ - {file = "aiohttp-3.11.16-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8cb0688a8d81c63d716e867d59a9ccc389e97ac7037ebef904c2b89334407180"}, - {file = "aiohttp-3.11.16-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0ad1fb47da60ae1ddfb316f0ff16d1f3b8e844d1a1e154641928ea0583d486ed"}, - {file = "aiohttp-3.11.16-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:df7db76400bf46ec6a0a73192b14c8295bdb9812053f4fe53f4e789f3ea66bbb"}, - {file = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc3a145479a76ad0ed646434d09216d33d08eef0d8c9a11f5ae5cdc37caa3540"}, - {file = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d007aa39a52d62373bd23428ba4a2546eed0e7643d7bf2e41ddcefd54519842c"}, - {file = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f6ddd90d9fb4b501c97a4458f1c1720e42432c26cb76d28177c5b5ad4e332601"}, - {file = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a2f451849e6b39e5c226803dcacfa9c7133e9825dcefd2f4e837a2ec5a3bb98"}, - {file = "aiohttp-3.11.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8df6612df74409080575dca38a5237282865408016e65636a76a2eb9348c2567"}, - {file = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:78e6e23b954644737e385befa0deb20233e2dfddf95dd11e9db752bdd2a294d3"}, - {file = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:696ef00e8a1f0cec5e30640e64eca75d8e777933d1438f4facc9c0cdf288a810"}, - {file = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e3538bc9fe1b902bef51372462e3d7c96fce2b566642512138a480b7adc9d508"}, - {file = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:3ab3367bb7f61ad18793fea2ef71f2d181c528c87948638366bf1de26e239183"}, - {file = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:56a3443aca82abda0e07be2e1ecb76a050714faf2be84256dae291182ba59049"}, - {file = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:61c721764e41af907c9d16b6daa05a458f066015abd35923051be8705108ed17"}, - {file = "aiohttp-3.11.16-cp311-cp311-win32.whl", hash = "sha256:3e061b09f6fa42997cf627307f220315e313ece74907d35776ec4373ed718b86"}, - {file = "aiohttp-3.11.16-cp311-cp311-win_amd64.whl", hash = "sha256:745f1ed5e2c687baefc3c5e7b4304e91bf3e2f32834d07baaee243e349624b24"}, - {file = "aiohttp-3.11.16-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:911a6e91d08bb2c72938bc17f0a2d97864c531536b7832abee6429d5296e5b27"}, - {file = "aiohttp-3.11.16-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6ac13b71761e49d5f9e4d05d33683bbafef753e876e8e5a7ef26e937dd766713"}, - {file = "aiohttp-3.11.16-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fd36c119c5d6551bce374fcb5c19269638f8d09862445f85a5a48596fd59f4bb"}, - {file = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d489d9778522fbd0f8d6a5c6e48e3514f11be81cb0a5954bdda06f7e1594b321"}, - {file = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:69a2cbd61788d26f8f1e626e188044834f37f6ae3f937bd9f08b65fc9d7e514e"}, - {file = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd464ba806e27ee24a91362ba3621bfc39dbbb8b79f2e1340201615197370f7c"}, - {file = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ce63ae04719513dd2651202352a2beb9f67f55cb8490c40f056cea3c5c355ce"}, - {file = "aiohttp-3.11.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09b00dd520d88eac9d1768439a59ab3d145065c91a8fab97f900d1b5f802895e"}, - {file = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7f6428fee52d2bcf96a8aa7b62095b190ee341ab0e6b1bcf50c615d7966fd45b"}, - {file = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:13ceac2c5cdcc3f64b9015710221ddf81c900c5febc505dbd8f810e770011540"}, - {file = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:fadbb8f1d4140825069db3fedbbb843290fd5f5bc0a5dbd7eaf81d91bf1b003b"}, - {file = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:6a792ce34b999fbe04a7a71a90c74f10c57ae4c51f65461a411faa70e154154e"}, - {file = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:f4065145bf69de124accdd17ea5f4dc770da0a6a6e440c53f6e0a8c27b3e635c"}, - {file = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fa73e8c2656a3653ae6c307b3f4e878a21f87859a9afab228280ddccd7369d71"}, - {file = "aiohttp-3.11.16-cp312-cp312-win32.whl", hash = "sha256:f244b8e541f414664889e2c87cac11a07b918cb4b540c36f7ada7bfa76571ea2"}, - {file = "aiohttp-3.11.16-cp312-cp312-win_amd64.whl", hash = "sha256:23a15727fbfccab973343b6d1b7181bfb0b4aa7ae280f36fd2f90f5476805682"}, - {file = "aiohttp-3.11.16-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a3814760a1a700f3cfd2f977249f1032301d0a12c92aba74605cfa6ce9f78489"}, - {file = "aiohttp-3.11.16-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9b751a6306f330801665ae69270a8a3993654a85569b3469662efaad6cf5cc50"}, - {file = "aiohttp-3.11.16-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ad497f38a0d6c329cb621774788583ee12321863cd4bd9feee1effd60f2ad133"}, - {file = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca37057625693d097543bd88076ceebeb248291df9d6ca8481349efc0b05dcd0"}, - {file = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5abcbba9f4b463a45c8ca8b7720891200658f6f46894f79517e6cd11f3405ca"}, - {file = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f420bfe862fb357a6d76f2065447ef6f484bc489292ac91e29bc65d2d7a2c84d"}, - {file = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58ede86453a6cf2d6ce40ef0ca15481677a66950e73b0a788917916f7e35a0bb"}, - {file = "aiohttp-3.11.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fdec0213244c39973674ca2a7f5435bf74369e7d4e104d6c7473c81c9bcc8c4"}, - {file = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:72b1b03fb4655c1960403c131740755ec19c5898c82abd3961c364c2afd59fe7"}, - {file = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:780df0d837276276226a1ff803f8d0fa5f8996c479aeef52eb040179f3156cbd"}, - {file = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ecdb8173e6c7aa09eee342ac62e193e6904923bd232e76b4157ac0bfa670609f"}, - {file = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:a6db7458ab89c7d80bc1f4e930cc9df6edee2200127cfa6f6e080cf619eddfbd"}, - {file = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:2540ddc83cc724b13d1838026f6a5ad178510953302a49e6d647f6e1de82bc34"}, - {file = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:3b4e6db8dc4879015b9955778cfb9881897339c8fab7b3676f8433f849425913"}, - {file = "aiohttp-3.11.16-cp313-cp313-win32.whl", hash = "sha256:493910ceb2764f792db4dc6e8e4b375dae1b08f72e18e8f10f18b34ca17d0979"}, - {file = "aiohttp-3.11.16-cp313-cp313-win_amd64.whl", hash = "sha256:42864e70a248f5f6a49fdaf417d9bc62d6e4d8ee9695b24c5916cb4bb666c802"}, - {file = "aiohttp-3.11.16.tar.gz", hash = "sha256:16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8"}, + {file = "aiohttp-3.11.18-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:427fdc56ccb6901ff8088544bde47084845ea81591deb16f957897f0f0ba1be9"}, + {file = "aiohttp-3.11.18-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2c828b6d23b984255b85b9b04a5b963a74278b7356a7de84fda5e3b76866597b"}, + {file = "aiohttp-3.11.18-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5c2eaa145bb36b33af1ff2860820ba0589e165be4ab63a49aebfd0981c173b66"}, + {file = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3d518ce32179f7e2096bf4e3e8438cf445f05fedd597f252de9f54c728574756"}, + {file = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0700055a6e05c2f4711011a44364020d7a10fbbcd02fbf3e30e8f7e7fddc8717"}, + {file = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8bd1cde83e4684324e6ee19adfc25fd649d04078179890be7b29f76b501de8e4"}, + {file = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73b8870fe1c9a201b8c0d12c94fe781b918664766728783241a79e0468427e4f"}, + {file = "aiohttp-3.11.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:25557982dd36b9e32c0a3357f30804e80790ec2c4d20ac6bcc598533e04c6361"}, + {file = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7e889c9df381a2433802991288a61e5a19ceb4f61bd14f5c9fa165655dcb1fd1"}, + {file = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:9ea345fda05bae217b6cce2acf3682ce3b13d0d16dd47d0de7080e5e21362421"}, + {file = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:9f26545b9940c4b46f0a9388fd04ee3ad7064c4017b5a334dd450f616396590e"}, + {file = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:3a621d85e85dccabd700294494d7179ed1590b6d07a35709bb9bd608c7f5dd1d"}, + {file = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9c23fd8d08eb9c2af3faeedc8c56e134acdaf36e2117ee059d7defa655130e5f"}, + {file = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d9e6b0e519067caa4fd7fb72e3e8002d16a68e84e62e7291092a5433763dc0dd"}, + {file = "aiohttp-3.11.18-cp311-cp311-win32.whl", hash = "sha256:122f3e739f6607e5e4c6a2f8562a6f476192a682a52bda8b4c6d4254e1138f4d"}, + {file = "aiohttp-3.11.18-cp311-cp311-win_amd64.whl", hash = "sha256:e6f3c0a3a1e73e88af384b2e8a0b9f4fb73245afd47589df2afcab6b638fa0e6"}, + {file = "aiohttp-3.11.18-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:63d71eceb9cad35d47d71f78edac41fcd01ff10cacaa64e473d1aec13fa02df2"}, + {file = "aiohttp-3.11.18-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d1929da615840969929e8878d7951b31afe0bac883d84418f92e5755d7b49508"}, + {file = "aiohttp-3.11.18-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7d0aebeb2392f19b184e3fdd9e651b0e39cd0f195cdb93328bd124a1d455cd0e"}, + {file = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3849ead845e8444f7331c284132ab314b4dac43bfae1e3cf350906d4fff4620f"}, + {file = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5e8452ad6b2863709f8b3d615955aa0807bc093c34b8e25b3b52097fe421cb7f"}, + {file = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3b8d2b42073611c860a37f718b3d61ae8b4c2b124b2e776e2c10619d920350ec"}, + {file = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40fbf91f6a0ac317c0a07eb328a1384941872f6761f2e6f7208b63c4cc0a7ff6"}, + {file = "aiohttp-3.11.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:44ff5625413fec55216da5eaa011cf6b0a2ed67a565914a212a51aa3755b0009"}, + {file = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7f33a92a2fde08e8c6b0c61815521324fc1612f397abf96eed86b8e31618fdb4"}, + {file = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:11d5391946605f445ddafda5eab11caf310f90cdda1fd99865564e3164f5cff9"}, + {file = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3cc314245deb311364884e44242e00c18b5896e4fe6d5f942e7ad7e4cb640adb"}, + {file = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:0f421843b0f70740772228b9e8093289924359d306530bcd3926f39acbe1adda"}, + {file = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:e220e7562467dc8d589e31c1acd13438d82c03d7f385c9cd41a3f6d1d15807c1"}, + {file = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ab2ef72f8605046115bc9aa8e9d14fd49086d405855f40b79ed9e5c1f9f4faea"}, + {file = "aiohttp-3.11.18-cp312-cp312-win32.whl", hash = "sha256:12a62691eb5aac58d65200c7ae94d73e8a65c331c3a86a2e9670927e94339ee8"}, + {file = "aiohttp-3.11.18-cp312-cp312-win_amd64.whl", hash = "sha256:364329f319c499128fd5cd2d1c31c44f234c58f9b96cc57f743d16ec4f3238c8"}, + {file = "aiohttp-3.11.18-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:474215ec618974054cf5dc465497ae9708543cbfc312c65212325d4212525811"}, + {file = "aiohttp-3.11.18-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:6ced70adf03920d4e67c373fd692123e34d3ac81dfa1c27e45904a628567d804"}, + {file = "aiohttp-3.11.18-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2d9f6c0152f8d71361905aaf9ed979259537981f47ad099c8b3d81e0319814bd"}, + {file = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a35197013ed929c0aed5c9096de1fc5a9d336914d73ab3f9df14741668c0616c"}, + {file = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:540b8a1f3a424f1af63e0af2d2853a759242a1769f9f1ab053996a392bd70118"}, + {file = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f9e6710ebebfce2ba21cee6d91e7452d1125100f41b906fb5af3da8c78b764c1"}, + {file = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8af2ef3b4b652ff109f98087242e2ab974b2b2b496304063585e3d78de0b000"}, + {file = "aiohttp-3.11.18-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28c3f975e5ae3dbcbe95b7e3dcd30e51da561a0a0f2cfbcdea30fc1308d72137"}, + {file = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c28875e316c7b4c3e745172d882d8a5c835b11018e33432d281211af35794a93"}, + {file = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:13cd38515568ae230e1ef6919e2e33da5d0f46862943fcda74e7e915096815f3"}, + {file = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:0e2a92101efb9f4c2942252c69c63ddb26d20f46f540c239ccfa5af865197bb8"}, + {file = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:e6d3e32b8753c8d45ac550b11a1090dd66d110d4ef805ffe60fa61495360b3b2"}, + {file = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:ea4cf2488156e0f281f93cc2fd365025efcba3e2d217cbe3df2840f8c73db261"}, + {file = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9d4df95ad522c53f2b9ebc07f12ccd2cb15550941e11a5bbc5ddca2ca56316d7"}, + {file = "aiohttp-3.11.18-cp313-cp313-win32.whl", hash = "sha256:cdd1bbaf1e61f0d94aced116d6e95fe25942f7a5f42382195fd9501089db5d78"}, + {file = "aiohttp-3.11.18-cp313-cp313-win_amd64.whl", hash = "sha256:bdd619c27e44382cf642223f11cfd4d795161362a5a1fc1fa3940397bc89db01"}, + {file = "aiohttp-3.11.18.tar.gz", hash = "sha256:ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a"}, ] [[package]] @@ -160,13 +160,13 @@ files = [ [[package]] name = "certifi" -version = "2025.1.31" +version = "2025.4.26" requires_python = ">=3.6" summary = "Python package for providing Mozilla's CA Bundle." groups = ["default", "leaderboard"] files = [ - {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}, - {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"}, + {file = "certifi-2025.4.26-py3-none-any.whl", hash = "sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3"}, + {file = "certifi-2025.4.26.tar.gz", hash = "sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6"}, ] [[package]] @@ -241,67 +241,66 @@ files = [ [[package]] name = "charset-normalizer" -version = "3.4.1" +version = "3.4.2" requires_python = ">=3.7" summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." groups = ["default", "leaderboard"] files = [ - {file = "charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8bfa33f4f2672964266e940dd22a195989ba31669bd84629f05fab3ef4e2d125"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:28bf57629c75e810b6ae989f03c0828d64d6b26a5e205535585f96093e405ed1"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f08ff5e948271dc7e18a35641d2f11a4cd8dfd5634f55228b691e62b37125eb3"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:234ac59ea147c59ee4da87a0c0f098e9c8d169f4dc2a159ef720f1a61bbe27cd"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd4ec41f914fa74ad1b8304bbc634b3de73d2a0889bd32076342a573e0779e00"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eea6ee1db730b3483adf394ea72f808b6e18cf3cb6454b4d86e04fa8c4327a12"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c96836c97b1238e9c9e3fe90844c947d5afbf4f4c92762679acfe19927d81d77"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:4d86f7aff21ee58f26dcf5ae81a9addbd914115cdebcbb2217e4f0ed8982e146"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:09b5e6733cbd160dcc09589227187e242a30a49ca5cefa5a7edd3f9d19ed53fd"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:5777ee0881f9499ed0f71cc82cf873d9a0ca8af166dfa0af8ec4e675b7df48e6"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:237bdbe6159cff53b4f24f397d43c6336c6b0b42affbe857970cefbb620911c8"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-win32.whl", hash = "sha256:8417cb1f36cc0bc7eaba8ccb0e04d55f0ee52df06df3ad55259b9a323555fc8b"}, - {file = "charset_normalizer-3.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:d7f50a1f8c450f3925cb367d011448c39239bb3eb4117c36a6d354794de4ce76"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-win32.whl", hash = "sha256:9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35"}, - {file = "charset_normalizer-3.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-win32.whl", hash = "sha256:eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407"}, - {file = "charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971"}, - {file = "charset_normalizer-3.4.1-py3-none-any.whl", hash = "sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85"}, - {file = "charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:be1e352acbe3c78727a16a455126d9ff83ea2dfdcbc83148d2982305a04714c2"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa88ca0b1932e93f2d961bf3addbb2db902198dca337d88c89e1559e066e7645"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d524ba3f1581b35c03cb42beebab4a13e6cdad7b36246bd22541fa585a56cccd"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28a1005facc94196e1fb3e82a3d442a9d9110b8434fc1ded7a24a2983c9888d8"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0f5d9ed7f254402c9e7d35d2f5972c9bbea9040e99cd2861bd77dc68263277c7"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:efd387a49825780ff861998cd959767800d54f8308936b21025326de4b5a42b9"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f0aa37f3c979cf2546b73e8222bbfa3dc07a641585340179d768068e3455e544"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e70e990b2137b29dc5564715de1e12701815dacc1d056308e2b17e9095372a82"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:0c8c57f84ccfc871a48a47321cfa49ae1df56cd1d965a09abe84066f6853b9c0"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6b66f92b17849b85cad91259efc341dce9c1af48e2173bf38a85c6329f1033e5"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-win32.whl", hash = "sha256:daac4765328a919a805fa5e2720f3e94767abd632ae410a9062dff5412bae65a"}, + {file = "charset_normalizer-3.4.2-cp311-cp311-win_amd64.whl", hash = "sha256:e53efc7c7cee4c1e70661e2e112ca46a575f90ed9ae3fef200f2a25e954f4b28"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0c29de6a1a95f24b9a1aa7aefd27d2487263f00dfd55a77719b530788f75cff7"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cddf7bd982eaa998934a91f69d182aec997c6c468898efe6679af88283b498d3"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d41c4d287cfc69060fa91cae9683eacffad989f1a10811995fa309df656ec214"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cf713fe9a71ef6fd5adf7a79670135081cd4431c2943864757f0fa3a65b1fafd"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a370b3e078e418187da8c3674eddb9d983ec09445c99a3a263c2011993522981"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a955b438e62efdf7e0b7b52a64dc5c3396e2634baa62471768a64bc2adb73d5c"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:7222ffd5e4de8e57e03ce2cef95a4c43c98fcb72ad86909abdfc2c17d227fc1b"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:bee093bf902e1d8fc0ac143c88902c3dfc8941f7ea1d6a8dd2bcb786d33db03d"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:dedb8adb91d11846ee08bec4c8236c8549ac721c245678282dcb06b221aab59f"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-win32.whl", hash = "sha256:db4c7bf0e07fc3b7d89ac2a5880a6a8062056801b83ff56d8464b70f65482b6c"}, + {file = "charset_normalizer-3.4.2-cp312-cp312-win_amd64.whl", hash = "sha256:5a9979887252a82fefd3d3ed2a8e3b937a7a809f65dcb1e068b090e165bbe99e"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:926ca93accd5d36ccdabd803392ddc3e03e6d4cd1cf17deff3b989ab8e9dbcf0"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eba9904b0f38a143592d9fc0e19e2df0fa2e41c3c3745554761c5f6447eedabf"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3fddb7e2c84ac87ac3a947cb4e66d143ca5863ef48e4a5ecb83bd48619e4634e"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98f862da73774290f251b9df8d11161b6cf25b599a66baf087c1ffe340e9bfd1"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c9379d65defcab82d07b2a9dfbfc2e95bc8fe0ebb1b176a3190230a3ef0e07c"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e635b87f01ebc977342e2697d05b56632f5f879a4f15955dfe8cef2448b51691"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1c95a1e2902a8b722868587c0e1184ad5c55631de5afc0eb96bc4b0d738092c0"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ef8de666d6179b009dce7bcb2ad4c4a779f113f12caf8dc77f0162c29d20490b"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:32fc0341d72e0f73f80acb0a2c94216bd704f4f0bce10aedea38f30502b271ff"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:289200a18fa698949d2b39c671c2cc7a24d44096784e76614899a7ccf2574b7b"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4a476b06fbcf359ad25d34a057b7219281286ae2477cc5ff5e3f70a246971148"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-win32.whl", hash = "sha256:aaeeb6a479c7667fbe1099af9617c83aaca22182d6cf8c53966491a0f1b7ffb7"}, + {file = "charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl", hash = "sha256:aa6af9e7d59f9c12b33ae4e9450619cf2488e2bbe9b44030905877f0b2324980"}, + {file = "charset_normalizer-3.4.2-py3-none-any.whl", hash = "sha256:7f56930ab0abd1c45cd15be65cc741c28b1c9a34876ce8c17a2fa107810c0af0"}, + {file = "charset_normalizer-3.4.2.tar.gz", hash = "sha256:5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63"}, ] [[package]] name = "click" -version = "8.1.8" -requires_python = ">=3.7" +version = "8.2.0" +requires_python = ">=3.10" summary = "Composable command line interface toolkit" groups = ["default", "leaderboard"] dependencies = [ "colorama; platform_system == \"Windows\"", - "importlib-metadata; python_version < \"3.8\"", ] files = [ - {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, - {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, + {file = "click-8.2.0-py3-none-any.whl", hash = "sha256:6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c"}, + {file = "click-8.2.0.tar.gz", hash = "sha256:f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d"}, ] [[package]] @@ -332,15 +331,14 @@ files = [ [[package]] name = "datasets" -version = "3.5.0" +version = "3.6.0" requires_python = ">=3.9.0" summary = "HuggingFace community-driven open-source library of datasets" groups = ["default", "leaderboard"] dependencies = [ - "aiohttp", "dill<0.3.9,>=0.3.0", "filelock", - "fsspec[http]<=2024.12.0,>=2023.1.0", + "fsspec[http]<=2025.3.0,>=2023.1.0", "huggingface-hub>=0.24.0", "multiprocess<0.70.17", "numpy>=1.17", @@ -353,8 +351,8 @@ dependencies = [ "xxhash", ] files = [ - {file = "datasets-3.5.0-py3-none-any.whl", hash = "sha256:b3b7f163acc6ac4e01a1b00eef26d48bd4039288ceea3601d169272bd5581006"}, - {file = "datasets-3.5.0.tar.gz", hash = "sha256:9e39560e34f83a64e48ceca7adeb645ede3c3055c5cf48ed2b454f8ed2b89754"}, + {file = "datasets-3.6.0-py3-none-any.whl", hash = "sha256:25000c4a2c0873a710df127d08a202a06eab7bf42441a6bc278b499c2f72cd1b"}, + {file = "datasets-3.6.0.tar.gz", hash = "sha256:1b2bf43b19776e2787e181cfd329cb0ca1a358ea014780c3581e0f276375e041"}, ] [[package]] @@ -506,40 +504,59 @@ files = [ [[package]] name = "fsspec" -version = "2024.12.0" +version = "2025.3.0" requires_python = ">=3.8" summary = "File-system specification" groups = ["default", "leaderboard"] files = [ - {file = "fsspec-2024.12.0-py3-none-any.whl", hash = "sha256:b520aed47ad9804237ff878b504267a3b0b441e97508bd6d2d8774e3db85cee2"}, - {file = "fsspec-2024.12.0.tar.gz", hash = "sha256:670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f"}, + {file = "fsspec-2025.3.0-py3-none-any.whl", hash = "sha256:efb87af3efa9103f94ca91a7f8cb7a4df91af9f74fc106c9c7ea0efd7277c1b3"}, + {file = "fsspec-2025.3.0.tar.gz", hash = "sha256:a935fd1ea872591f2b5148907d103488fc523295e6c64b835cfad8c3eca44972"}, ] [[package]] name = "fsspec" -version = "2024.12.0" +version = "2025.3.0" extras = ["http"] requires_python = ">=3.8" summary = "File-system specification" groups = ["default", "leaderboard"] dependencies = [ "aiohttp!=4.0.0a0,!=4.0.0a1", - "fsspec==2024.12.0", + "fsspec==2025.3.0", ] files = [ - {file = "fsspec-2024.12.0-py3-none-any.whl", hash = "sha256:b520aed47ad9804237ff878b504267a3b0b441e97508bd6d2d8774e3db85cee2"}, - {file = "fsspec-2024.12.0.tar.gz", hash = "sha256:670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f"}, + {file = "fsspec-2025.3.0-py3-none-any.whl", hash = "sha256:efb87af3efa9103f94ca91a7f8cb7a4df91af9f74fc106c9c7ea0efd7277c1b3"}, + {file = "fsspec-2025.3.0.tar.gz", hash = "sha256:a935fd1ea872591f2b5148907d103488fc523295e6c64b835cfad8c3eca44972"}, +] + +[[package]] +name = "hf-xet" +version = "1.1.0" +requires_python = ">=3.8" +summary = "" +groups = ["default", "leaderboard"] +marker = "platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\"" +files = [ + {file = "hf_xet-1.1.0-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:0322c42551e275fcb7949c083a54a81b2898e50787c9aa74284fcb8d2c58c12c"}, + {file = "hf_xet-1.1.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:667153a0304ac2debf2af95a8ff7687186f885b493f4cd16344869af270cd110"}, + {file = "hf_xet-1.1.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:995eeffb119636ea617b96c7d7bf3c3f5ea8727fa57974574e25d700b8532d48"}, + {file = "hf_xet-1.1.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:3aee847da362393331f515c4010d0aaa1c2669acfcca1f4b28946d6949cc0086"}, + {file = "hf_xet-1.1.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:68c5813a6074aa36e12ef5983230e3b03148cce61e0fcdd294096493795565b4"}, + {file = "hf_xet-1.1.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:4ee9222bf9274b1c198b88a929de0b5a49349c4962d89c5b3b2f0f7f47d9761c"}, + {file = "hf_xet-1.1.0-cp37-abi3-win_amd64.whl", hash = "sha256:73153eab9abf3d6973b21e94a67ccba5d595c3e12feb8c0bf50be02964e7f126"}, + {file = "hf_xet-1.1.0.tar.gz", hash = "sha256:a7c2a4c2b6eee9ce0a1a367a82b60d95ba634420ef1c250addad7aa4af419cf4"}, ] [[package]] name = "huggingface-hub" -version = "0.30.2" +version = "0.31.1" requires_python = ">=3.8.0" summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" groups = ["default", "leaderboard"] dependencies = [ "filelock", "fsspec>=2023.5.0", + "hf-xet<2.0.0,>=1.1.0; platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\"", "packaging>=20.9", "pyyaml>=5.1", "requests", @@ -547,19 +564,19 @@ dependencies = [ "typing-extensions>=3.7.4.3", ] files = [ - {file = "huggingface_hub-0.30.2-py3-none-any.whl", hash = "sha256:68ff05969927058cfa41df4f2155d4bb48f5f54f719dd0390103eefa9b191e28"}, - {file = "huggingface_hub-0.30.2.tar.gz", hash = "sha256:9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466"}, + {file = "huggingface_hub-0.31.1-py3-none-any.whl", hash = "sha256:43f73124819b48b42d140cbc0d7a2e6bd15b2853b1b9d728d4d55ad1750cac5b"}, + {file = "huggingface_hub-0.31.1.tar.gz", hash = "sha256:492bb5f545337aa9e2f59b75ef4c5f535a371e8958a6ce90af056387e67f1180"}, ] [[package]] name = "identify" -version = "2.6.9" +version = "2.6.10" requires_python = ">=3.9" summary = "File identification library for Python" groups = ["dev"] files = [ - {file = "identify-2.6.9-py2.py3-none-any.whl", hash = "sha256:c98b4322da415a8e5a70ff6e51fbc2d2932c015532d77e9f8537b4ba7813b150"}, - {file = "identify-2.6.9.tar.gz", hash = "sha256:d40dfe3142a1421d8518e3d3985ef5ac42890683e32306ad614a29490abeb6bf"}, + {file = "identify-2.6.10-py2.py3-none-any.whl", hash = "sha256:5f34248f54136beed1a7ba6a6b5c4b6cf21ff495aac7c359e1ef831ae3b8ab25"}, + {file = "identify-2.6.10.tar.gz", hash = "sha256:45e92fd704f3da71cc3880036633f48b4b7265fd4de2b57627cb157216eb7eb8"}, ] [[package]] @@ -600,13 +617,13 @@ files = [ [[package]] name = "joblib" -version = "1.4.2" -requires_python = ">=3.8" +version = "1.5.0" +requires_python = ">=3.9" summary = "Lightweight pipelining with Python functions" groups = ["default", "leaderboard"] files = [ - {file = "joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"}, - {file = "joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"}, + {file = "joblib-1.5.0-py3-none-any.whl", hash = "sha256:206144b320246485b712fc8cc51f017de58225fa8b414a1fe1764a7231aca491"}, + {file = "joblib-1.5.0.tar.gz", hash = "sha256:d8757f955389a3dd7a23152e43bc297c2e0c2d3060056dad0feefc88a06939b5"}, ] [[package]] @@ -743,63 +760,63 @@ files = [ [[package]] name = "lxml" -version = "5.3.2" +version = "5.4.0" requires_python = ">=3.6" summary = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." groups = ["default", "leaderboard"] files = [ - {file = "lxml-5.3.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9d61a7d0d208ace43986a92b111e035881c4ed45b1f5b7a270070acae8b0bfb4"}, - {file = "lxml-5.3.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:856dfd7eda0b75c29ac80a31a6411ca12209183e866c33faf46e77ace3ce8a79"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a01679e4aad0727bedd4c9407d4d65978e920f0200107ceeffd4b019bd48529"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b6b37b4c3acb8472d191816d4582379f64d81cecbdce1a668601745c963ca5cc"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3df5a54e7b7c31755383f126d3a84e12a4e0333db4679462ef1165d702517477"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c09a40f28dcded933dc16217d6a092be0cc49ae25811d3b8e937c8060647c353"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1ef20f1851ccfbe6c5a04c67ec1ce49da16ba993fdbabdce87a92926e505412"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:f79a63289dbaba964eb29ed3c103b7911f2dce28c36fe87c36a114e6bd21d7ad"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_ppc64le.whl", hash = "sha256:75a72697d95f27ae00e75086aed629f117e816387b74a2f2da6ef382b460b710"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_s390x.whl", hash = "sha256:b9b00c9ee1cc3a76f1f16e94a23c344e0b6e5c10bec7f94cf2d820ce303b8c01"}, - {file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:77cbcab50cbe8c857c6ba5f37f9a3976499c60eada1bf6d38f88311373d7b4bc"}, - {file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:29424058f072a24622a0a15357bca63d796954758248a72da6d512f9bd9a4493"}, - {file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:7d82737a8afe69a7c80ef31d7626075cc7d6e2267f16bf68af2c764b45ed68ab"}, - {file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:95473d1d50a5d9fcdb9321fdc0ca6e1edc164dce4c7da13616247d27f3d21e31"}, - {file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:2162068f6da83613f8b2a32ca105e37a564afd0d7009b0b25834d47693ce3538"}, - {file = "lxml-5.3.2-cp311-cp311-win32.whl", hash = "sha256:f8695752cf5d639b4e981afe6c99e060621362c416058effd5c704bede9cb5d1"}, - {file = "lxml-5.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:d1a94cbb4ee64af3ab386c2d63d6d9e9cf2e256ac0fd30f33ef0a3c88f575174"}, - {file = "lxml-5.3.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:16b3897691ec0316a1aa3c6585f61c8b7978475587c5b16fc1d2c28d283dc1b0"}, - {file = "lxml-5.3.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:a8d4b34a0eeaf6e73169dcfd653c8d47f25f09d806c010daf074fba2db5e2d3f"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9cd7a959396da425022e1e4214895b5cfe7de7035a043bcc2d11303792b67554"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cac5eaeec3549c5df7f8f97a5a6db6963b91639389cdd735d5a806370847732b"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:29b5f7d77334877c2146e7bb8b94e4df980325fab0a8af4d524e5d43cd6f789d"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13f3495cfec24e3d63fffd342cc8141355d1d26ee766ad388775f5c8c5ec3932"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e70ad4c9658beeff99856926fd3ee5fde8b519b92c693f856007177c36eb2e30"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:507085365783abd7879fa0a6fa55eddf4bdd06591b17a2418403bb3aff8a267d"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:5bb304f67cbf5dfa07edad904732782cbf693286b9cd85af27059c5779131050"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:3d84f5c093645c21c29a4e972b84cb7cf682f707f8706484a5a0c7ff13d7a988"}, - {file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:bdc13911db524bd63f37b0103af014b7161427ada41f1b0b3c9b5b5a9c1ca927"}, - {file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1ec944539543f66ebc060ae180d47e86aca0188bda9cbfadff47d86b0dc057dc"}, - {file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:59d437cc8a7f838282df5a199cf26f97ef08f1c0fbec6e84bd6f5cc2b7913f6e"}, - {file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:0e275961adbd32e15672e14e0cc976a982075208224ce06d149c92cb43db5b93"}, - {file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:038aeb6937aa404480c2966b7f26f1440a14005cb0702078c173c028eca72c31"}, - {file = "lxml-5.3.2-cp312-cp312-win32.whl", hash = "sha256:3c2c8d0fa3277147bff180e3590be67597e17d365ce94beb2efa3138a2131f71"}, - {file = "lxml-5.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:77809fcd97dfda3f399102db1794f7280737b69830cd5c961ac87b3c5c05662d"}, - {file = "lxml-5.3.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:77626571fb5270ceb36134765f25b665b896243529eefe840974269b083e090d"}, - {file = "lxml-5.3.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:78a533375dc7aa16d0da44af3cf6e96035e484c8c6b2b2445541a5d4d3d289ee"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a6f62b2404b3f3f0744bbcabb0381c5fe186fa2a9a67ecca3603480f4846c585"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ea918da00091194526d40c30c4996971f09dacab032607581f8d8872db34fbf"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c35326f94702a7264aa0eea826a79547d3396a41ae87a70511b9f6e9667ad31c"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e3bef90af21d31c4544bc917f51e04f94ae11b43156356aff243cdd84802cbf2"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:52fa7ba11a495b7cbce51573c73f638f1dcff7b3ee23697467dc063f75352a69"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:ad131e2c4d2c3803e736bb69063382334e03648de2a6b8f56a878d700d4b557d"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:00a4463ca409ceacd20490a893a7e08deec7870840eff33dc3093067b559ce3e"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:87e8d78205331cace2b73ac8249294c24ae3cba98220687b5b8ec5971a2267f1"}, - {file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:bf6389133bb255e530a4f2f553f41c4dd795b1fbb6f797aea1eff308f1e11606"}, - {file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b3709fc752b42fb6b6ffa2ba0a5b9871646d97d011d8f08f4d5b3ee61c7f3b2b"}, - {file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:abc795703d0de5d83943a4badd770fbe3d1ca16ee4ff3783d7caffc252f309ae"}, - {file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:98050830bb6510159f65d9ad1b8aca27f07c01bb3884ba95f17319ccedc4bcf9"}, - {file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6ba465a91acc419c5682f8b06bcc84a424a7aa5c91c220241c6fd31de2a72bc6"}, - {file = "lxml-5.3.2-cp313-cp313-win32.whl", hash = "sha256:56a1d56d60ea1ec940f949d7a309e0bff05243f9bd337f585721605670abb1c1"}, - {file = "lxml-5.3.2-cp313-cp313-win_amd64.whl", hash = "sha256:1a580dc232c33d2ad87d02c8a3069d47abbcdce974b9c9cc82a79ff603065dbe"}, - {file = "lxml-5.3.2.tar.gz", hash = "sha256:773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"}, + {file = "lxml-5.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:98a3912194c079ef37e716ed228ae0dcb960992100461b704aea4e93af6b0bb9"}, + {file = "lxml-5.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0ea0252b51d296a75f6118ed0d8696888e7403408ad42345d7dfd0d1e93309a7"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b92b69441d1bd39f4940f9eadfa417a25862242ca2c396b406f9272ef09cdcaa"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20e16c08254b9b6466526bc1828d9370ee6c0d60a4b64836bc3ac2917d1e16df"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7605c1c32c3d6e8c990dd28a0970a3cbbf1429d5b92279e37fda05fb0c92190e"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ecf4c4b83f1ab3d5a7ace10bafcb6f11df6156857a3c418244cef41ca9fa3e44"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0cef4feae82709eed352cd7e97ae062ef6ae9c7b5dbe3663f104cd2c0e8d94ba"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:df53330a3bff250f10472ce96a9af28628ff1f4efc51ccba351a8820bca2a8ba"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_28_ppc64le.whl", hash = "sha256:aefe1a7cb852fa61150fcb21a8c8fcea7b58c4cb11fbe59c97a0a4b31cae3c8c"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_28_s390x.whl", hash = "sha256:ef5a7178fcc73b7d8c07229e89f8eb45b2908a9238eb90dcfc46571ccf0383b8"}, + {file = "lxml-5.4.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:d2ed1b3cb9ff1c10e6e8b00941bb2e5bb568b307bfc6b17dffbbe8be5eecba86"}, + {file = "lxml-5.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:72ac9762a9f8ce74c9eed4a4e74306f2f18613a6b71fa065495a67ac227b3056"}, + {file = "lxml-5.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f5cb182f6396706dc6cc1896dd02b1c889d644c081b0cdec38747573db88a7d7"}, + {file = "lxml-5.4.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:3a3178b4873df8ef9457a4875703488eb1622632a9cee6d76464b60e90adbfcd"}, + {file = "lxml-5.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:e094ec83694b59d263802ed03a8384594fcce477ce484b0cbcd0008a211ca751"}, + {file = "lxml-5.4.0-cp311-cp311-win32.whl", hash = "sha256:4329422de653cdb2b72afa39b0aa04252fca9071550044904b2e7036d9d97fe4"}, + {file = "lxml-5.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:fd3be6481ef54b8cfd0e1e953323b7aa9d9789b94842d0e5b142ef4bb7999539"}, + {file = "lxml-5.4.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b5aff6f3e818e6bdbbb38e5967520f174b18f539c2b9de867b1e7fde6f8d95a4"}, + {file = "lxml-5.4.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:942a5d73f739ad7c452bf739a62a0f83e2578afd6b8e5406308731f4ce78b16d"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:460508a4b07364d6abf53acaa0a90b6d370fafde5693ef37602566613a9b0779"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:529024ab3a505fed78fe3cc5ddc079464e709f6c892733e3f5842007cec8ac6e"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7ca56ebc2c474e8f3d5761debfd9283b8b18c76c4fc0967b74aeafba1f5647f9"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a81e1196f0a5b4167a8dafe3a66aa67c4addac1b22dc47947abd5d5c7a3f24b5"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00b8686694423ddae324cf614e1b9659c2edb754de617703c3d29ff568448df5"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:c5681160758d3f6ac5b4fea370495c48aac0989d6a0f01bb9a72ad8ef5ab75c4"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:2dc191e60425ad70e75a68c9fd90ab284df64d9cd410ba8d2b641c0c45bc006e"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:67f779374c6b9753ae0a0195a892a1c234ce8416e4448fe1e9f34746482070a7"}, + {file = "lxml-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:79d5bfa9c1b455336f52343130b2067164040604e41f6dc4d8313867ed540079"}, + {file = "lxml-5.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3d3c30ba1c9b48c68489dc1829a6eede9873f52edca1dda900066542528d6b20"}, + {file = "lxml-5.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:1af80c6316ae68aded77e91cd9d80648f7dd40406cef73df841aa3c36f6907c8"}, + {file = "lxml-5.4.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:4d885698f5019abe0de3d352caf9466d5de2baded00a06ef3f1216c1a58ae78f"}, + {file = "lxml-5.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:aea53d51859b6c64e7c51d522c03cc2c48b9b5d6172126854cc7f01aa11f52bc"}, + {file = "lxml-5.4.0-cp312-cp312-win32.whl", hash = "sha256:d90b729fd2732df28130c064aac9bb8aff14ba20baa4aee7bd0795ff1187545f"}, + {file = "lxml-5.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:1dc4ca99e89c335a7ed47d38964abcb36c5910790f9bd106f2a8fa2ee0b909d2"}, + {file = "lxml-5.4.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:773e27b62920199c6197130632c18fb7ead3257fce1ffb7d286912e56ddb79e0"}, + {file = "lxml-5.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ce9c671845de9699904b1e9df95acfe8dfc183f2310f163cdaa91a3535af95de"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9454b8d8200ec99a224df8854786262b1bd6461f4280064c807303c642c05e76"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cccd007d5c95279e529c146d095f1d39ac05139de26c098166c4beb9374b0f4d"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0fce1294a0497edb034cb416ad3e77ecc89b313cff7adbee5334e4dc0d11f422"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:24974f774f3a78ac12b95e3a20ef0931795ff04dbb16db81a90c37f589819551"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:497cab4d8254c2a90bf988f162ace2ddbfdd806fce3bda3f581b9d24c852e03c"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:e794f698ae4c5084414efea0f5cc9f4ac562ec02d66e1484ff822ef97c2cadff"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:2c62891b1ea3094bb12097822b3d44b93fc6c325f2043c4d2736a8ff09e65f60"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:142accb3e4d1edae4b392bd165a9abdee8a3c432a2cca193df995bc3886249c8"}, + {file = "lxml-5.4.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:1a42b3a19346e5601d1b8296ff6ef3d76038058f311902edd574461e9c036982"}, + {file = "lxml-5.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4291d3c409a17febf817259cb37bc62cb7eb398bcc95c1356947e2871911ae61"}, + {file = "lxml-5.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4f5322cf38fe0e21c2d73901abf68e6329dc02a4994e483adbcf92b568a09a54"}, + {file = "lxml-5.4.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:0be91891bdb06ebe65122aa6bf3fc94489960cf7e03033c6f83a90863b23c58b"}, + {file = "lxml-5.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:15a665ad90054a3d4f397bc40f73948d48e36e4c09f9bcffc7d90c87410e478a"}, + {file = "lxml-5.4.0-cp313-cp313-win32.whl", hash = "sha256:d5663bc1b471c79f5c833cffbc9b87d7bf13f87e055a5c86c363ccd2348d7e82"}, + {file = "lxml-5.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:bcb7a1096b4b6b24ce1ac24d4942ad98f983cd3810f9711bcd0293f43a9d8b9f"}, + {file = "lxml-5.4.0.tar.gz", hash = "sha256:d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd"}, ] [[package]] @@ -898,13 +915,13 @@ files = [ [[package]] name = "more-itertools" -version = "10.6.0" +version = "10.7.0" requires_python = ">=3.9" summary = "More routines for operating on iterables, beyond itertools" groups = ["default", "leaderboard"] files = [ - {file = "more-itertools-10.6.0.tar.gz", hash = "sha256:2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b"}, - {file = "more_itertools-10.6.0-py3-none-any.whl", hash = "sha256:6eb054cb4b6db1473f6e15fcc676a08e4732548acd47c708f0e179c2c7c01e89"}, + {file = "more_itertools-10.7.0-py3-none-any.whl", hash = "sha256:d43980384673cb07d2f7d2d918c616b30c659c089ee23953f601d6609c67510e"}, + {file = "more_itertools-10.7.0.tar.gz", hash = "sha256:9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3"}, ] [[package]] @@ -1089,63 +1106,63 @@ files = [ [[package]] name = "numpy" -version = "2.2.4" +version = "2.2.5" requires_python = ">=3.10" summary = "Fundamental package for array computing in Python" groups = ["default", "leaderboard"] files = [ - {file = "numpy-2.2.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e9e0a277bb2eb5d8a7407e14688b85fd8ad628ee4e0c7930415687b6564207a4"}, - {file = "numpy-2.2.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9eeea959168ea555e556b8188da5fa7831e21d91ce031e95ce23747b7609f8a4"}, - {file = "numpy-2.2.4-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:bd3ad3b0a40e713fc68f99ecfd07124195333f1e689387c180813f0e94309d6f"}, - {file = "numpy-2.2.4-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:cf28633d64294969c019c6df4ff37f5698e8326db68cc2b66576a51fad634880"}, - {file = "numpy-2.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2fa8fa7697ad1646b5c93de1719965844e004fcad23c91228aca1cf0800044a1"}, - {file = "numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f4162988a360a29af158aeb4a2f4f09ffed6a969c9776f8f3bdee9b06a8ab7e5"}, - {file = "numpy-2.2.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:892c10d6a73e0f14935c31229e03325a7b3093fafd6ce0af704be7f894d95687"}, - {file = "numpy-2.2.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:db1f1c22173ac1c58db249ae48aa7ead29f534b9a948bc56828337aa84a32ed6"}, - {file = "numpy-2.2.4-cp311-cp311-win32.whl", hash = "sha256:ea2bb7e2ae9e37d96835b3576a4fa4b3a97592fbea8ef7c3587078b0068b8f09"}, - {file = "numpy-2.2.4-cp311-cp311-win_amd64.whl", hash = "sha256:f7de08cbe5551911886d1ab60de58448c6df0f67d9feb7d1fb21e9875ef95e91"}, - {file = "numpy-2.2.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a7b9084668aa0f64e64bd00d27ba5146ef1c3a8835f3bd912e7a9e01326804c4"}, - {file = "numpy-2.2.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dbe512c511956b893d2dacd007d955a3f03d555ae05cfa3ff1c1ff6df8851854"}, - {file = "numpy-2.2.4-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:bb649f8b207ab07caebba230d851b579a3c8711a851d29efe15008e31bb4de24"}, - {file = "numpy-2.2.4-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:f34dc300df798742b3d06515aa2a0aee20941c13579d7a2f2e10af01ae4901ee"}, - {file = "numpy-2.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c3f7ac96b16955634e223b579a3e5798df59007ca43e8d451a0e6a50f6bfdfba"}, - {file = "numpy-2.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f92084defa704deadd4e0a5ab1dc52d8ac9e8a8ef617f3fbb853e79b0ea3592"}, - {file = "numpy-2.2.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:7a4e84a6283b36632e2a5b56e121961f6542ab886bc9e12f8f9818b3c266bfbb"}, - {file = "numpy-2.2.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:11c43995255eb4127115956495f43e9343736edb7fcdb0d973defd9de14cd84f"}, - {file = "numpy-2.2.4-cp312-cp312-win32.whl", hash = "sha256:65ef3468b53269eb5fdb3a5c09508c032b793da03251d5f8722b1194f1790c00"}, - {file = "numpy-2.2.4-cp312-cp312-win_amd64.whl", hash = "sha256:2aad3c17ed2ff455b8eaafe06bcdae0062a1db77cb99f4b9cbb5f4ecb13c5146"}, - {file = "numpy-2.2.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:1cf4e5c6a278d620dee9ddeb487dc6a860f9b199eadeecc567f777daace1e9e7"}, - {file = "numpy-2.2.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1974afec0b479e50438fc3648974268f972e2d908ddb6d7fb634598cdb8260a0"}, - {file = "numpy-2.2.4-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:79bd5f0a02aa16808fcbc79a9a376a147cc1045f7dfe44c6e7d53fa8b8a79392"}, - {file = "numpy-2.2.4-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:3387dd7232804b341165cedcb90694565a6015433ee076c6754775e85d86f1fc"}, - {file = "numpy-2.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f527d8fdb0286fd2fd97a2a96c6be17ba4232da346931d967a0630050dfd298"}, - {file = "numpy-2.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bce43e386c16898b91e162e5baaad90c4b06f9dcbe36282490032cec98dc8ae7"}, - {file = "numpy-2.2.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:31504f970f563d99f71a3512d0c01a645b692b12a63630d6aafa0939e52361e6"}, - {file = "numpy-2.2.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:81413336ef121a6ba746892fad881a83351ee3e1e4011f52e97fba79233611fd"}, - {file = "numpy-2.2.4-cp313-cp313-win32.whl", hash = "sha256:f486038e44caa08dbd97275a9a35a283a8f1d2f0ee60ac260a1790e76660833c"}, - {file = "numpy-2.2.4-cp313-cp313-win_amd64.whl", hash = "sha256:207a2b8441cc8b6a2a78c9ddc64d00d20c303d79fba08c577752f080c4007ee3"}, - {file = "numpy-2.2.4-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:8120575cb4882318c791f839a4fd66161a6fa46f3f0a5e613071aae35b5dd8f8"}, - {file = "numpy-2.2.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:a761ba0fa886a7bb33c6c8f6f20213735cb19642c580a931c625ee377ee8bd39"}, - {file = "numpy-2.2.4-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:ac0280f1ba4a4bfff363a99a6aceed4f8e123f8a9b234c89140f5e894e452ecd"}, - {file = "numpy-2.2.4-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:879cf3a9a2b53a4672a168c21375166171bc3932b7e21f622201811c43cdd3b0"}, - {file = "numpy-2.2.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f05d4198c1bacc9124018109c5fba2f3201dbe7ab6e92ff100494f236209c960"}, - {file = "numpy-2.2.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2f085ce2e813a50dfd0e01fbfc0c12bbe5d2063d99f8b29da30e544fb6483b8"}, - {file = "numpy-2.2.4-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:92bda934a791c01d6d9d8e038363c50918ef7c40601552a58ac84c9613a665bc"}, - {file = "numpy-2.2.4-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ee4d528022f4c5ff67332469e10efe06a267e32f4067dc76bb7e2cddf3cd25ff"}, - {file = "numpy-2.2.4-cp313-cp313t-win32.whl", hash = "sha256:05c076d531e9998e7e694c36e8b349969c56eadd2cdcd07242958489d79a7286"}, - {file = "numpy-2.2.4-cp313-cp313t-win_amd64.whl", hash = "sha256:188dcbca89834cc2e14eb2f106c96d6d46f200fe0200310fc29089657379c58d"}, - {file = "numpy-2.2.4.tar.gz", hash = "sha256:9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f"}, + {file = "numpy-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c42365005c7a6c42436a54d28c43fe0e01ca11eb2ac3cefe796c25a5f98e5e9b"}, + {file = "numpy-2.2.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:498815b96f67dc347e03b719ef49c772589fb74b8ee9ea2c37feae915ad6ebda"}, + {file = "numpy-2.2.5-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:6411f744f7f20081b1b4e7112e0f4c9c5b08f94b9f086e6f0adf3645f85d3a4d"}, + {file = "numpy-2.2.5-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:9de6832228f617c9ef45d948ec1cd8949c482238d68b2477e6f642c33a7b0a54"}, + {file = "numpy-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:369e0d4647c17c9363244f3468f2227d557a74b6781cb62ce57cf3ef5cc7c610"}, + {file = "numpy-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:262d23f383170f99cd9191a7c85b9a50970fe9069b2f8ab5d786eca8a675d60b"}, + {file = "numpy-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:aa70fdbdc3b169d69e8c59e65c07a1c9351ceb438e627f0fdcd471015cd956be"}, + {file = "numpy-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37e32e985f03c06206582a7323ef926b4e78bdaa6915095ef08070471865b906"}, + {file = "numpy-2.2.5-cp311-cp311-win32.whl", hash = "sha256:f5045039100ed58fa817a6227a356240ea1b9a1bc141018864c306c1a16d4175"}, + {file = "numpy-2.2.5-cp311-cp311-win_amd64.whl", hash = "sha256:b13f04968b46ad705f7c8a80122a42ae8f620536ea38cf4bdd374302926424dd"}, + {file = "numpy-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:ee461a4eaab4f165b68780a6a1af95fb23a29932be7569b9fab666c407969051"}, + {file = "numpy-2.2.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ec31367fd6a255dc8de4772bd1658c3e926d8e860a0b6e922b615e532d320ddc"}, + {file = "numpy-2.2.5-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:47834cde750d3c9f4e52c6ca28a7361859fcaf52695c7dc3cc1a720b8922683e"}, + {file = "numpy-2.2.5-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:2c1a1c6ccce4022383583a6ded7bbcda22fc635eb4eb1e0a053336425ed36dfa"}, + {file = "numpy-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9d75f338f5f79ee23548b03d801d28a505198297534f62416391857ea0479571"}, + {file = "numpy-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a801fef99668f309b88640e28d261991bfad9617c27beda4a3aec4f217ea073"}, + {file = "numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:abe38cd8381245a7f49967a6010e77dbf3680bd3627c0fe4362dd693b404c7f8"}, + {file = "numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:5a0ac90e46fdb5649ab6369d1ab6104bfe5854ab19b645bf5cda0127a13034ae"}, + {file = "numpy-2.2.5-cp312-cp312-win32.whl", hash = "sha256:0cd48122a6b7eab8f06404805b1bd5856200e3ed6f8a1b9a194f9d9054631beb"}, + {file = "numpy-2.2.5-cp312-cp312-win_amd64.whl", hash = "sha256:ced69262a8278547e63409b2653b372bf4baff0870c57efa76c5703fd6543282"}, + {file = "numpy-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:059b51b658f4414fff78c6d7b1b4e18283ab5fa56d270ff212d5ba0c561846f4"}, + {file = "numpy-2.2.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:47f9ed103af0bc63182609044b0490747e03bd20a67e391192dde119bf43d52f"}, + {file = "numpy-2.2.5-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:261a1ef047751bb02f29dfe337230b5882b54521ca121fc7f62668133cb119c9"}, + {file = "numpy-2.2.5-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:4520caa3807c1ceb005d125a75e715567806fed67e315cea619d5ec6e75a4191"}, + {file = "numpy-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3d14b17b9be5f9c9301f43d2e2a4886a33b53f4e6fdf9ca2f4cc60aeeee76372"}, + {file = "numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ba321813a00e508d5421104464510cc962a6f791aa2fca1c97b1e65027da80d"}, + {file = "numpy-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4cbdef3ddf777423060c6f81b5694bad2dc9675f110c4b2a60dc0181543fac7"}, + {file = "numpy-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:54088a5a147ab71a8e7fdfd8c3601972751ded0739c6b696ad9cb0343e21ab73"}, + {file = "numpy-2.2.5-cp313-cp313-win32.whl", hash = "sha256:c8b82a55ef86a2d8e81b63da85e55f5537d2157165be1cb2ce7cfa57b6aef38b"}, + {file = "numpy-2.2.5-cp313-cp313-win_amd64.whl", hash = "sha256:d8882a829fd779f0f43998e931c466802a77ca1ee0fe25a3abe50278616b1471"}, + {file = "numpy-2.2.5-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:e8b025c351b9f0e8b5436cf28a07fa4ac0204d67b38f01433ac7f9b870fa38c6"}, + {file = "numpy-2.2.5-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:8dfa94b6a4374e7851bbb6f35e6ded2120b752b063e6acdd3157e4d2bb922eba"}, + {file = "numpy-2.2.5-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:97c8425d4e26437e65e1d189d22dff4a079b747ff9c2788057bfb8114ce1e133"}, + {file = "numpy-2.2.5-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:352d330048c055ea6db701130abc48a21bec690a8d38f8284e00fab256dc1376"}, + {file = "numpy-2.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b4c0773b6ada798f51f0f8e30c054d32304ccc6e9c5d93d46cb26f3d385ab19"}, + {file = "numpy-2.2.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:55f09e00d4dccd76b179c0f18a44f041e5332fd0e022886ba1c0bbf3ea4a18d0"}, + {file = "numpy-2.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:02f226baeefa68f7d579e213d0f3493496397d8f1cff5e2b222af274c86a552a"}, + {file = "numpy-2.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c26843fd58f65da9491165072da2cccc372530681de481ef670dcc8e27cfb066"}, + {file = "numpy-2.2.5-cp313-cp313t-win32.whl", hash = "sha256:1a161c2c79ab30fe4501d5a2bbfe8b162490757cf90b7f05be8b80bc02f7bb8e"}, + {file = "numpy-2.2.5-cp313-cp313t-win_amd64.whl", hash = "sha256:d403c84991b5ad291d3809bace5e85f4bbf44a04bdc9a88ed2bb1807b3360bb8"}, + {file = "numpy-2.2.5.tar.gz", hash = "sha256:a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291"}, ] [[package]] name = "packaging" -version = "24.2" +version = "25.0" requires_python = ">=3.8" summary = "Core utilities for Python packages" groups = ["default", "leaderboard"] files = [ - {file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}, - {file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"}, + {file = "packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"}, + {file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"}, ] [[package]] @@ -1229,13 +1246,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.3.7" +version = "4.3.8" requires_python = ">=3.9" summary = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." groups = ["dev"] files = [ - {file = "platformdirs-4.3.7-py3-none-any.whl", hash = "sha256:a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94"}, - {file = "platformdirs-4.3.7.tar.gz", hash = "sha256:eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"}, + {file = "platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4"}, + {file = "platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"}, ] [[package]] @@ -1364,39 +1381,48 @@ files = [ [[package]] name = "pyarrow" -version = "19.0.1" +version = "20.0.0" requires_python = ">=3.9" summary = "Python library for Apache Arrow" groups = ["default", "leaderboard"] files = [ - {file = "pyarrow-19.0.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:cc55d71898ea30dc95900297d191377caba257612f384207fe9f8293b5850f90"}, - {file = "pyarrow-19.0.1-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:7a544ec12de66769612b2d6988c36adc96fb9767ecc8ee0a4d270b10b1c51e00"}, - {file = "pyarrow-19.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0148bb4fc158bfbc3d6dfe5001d93ebeed253793fff4435167f6ce1dc4bddeae"}, - {file = "pyarrow-19.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f24faab6ed18f216a37870d8c5623f9c044566d75ec586ef884e13a02a9d62c5"}, - {file = "pyarrow-19.0.1-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:4982f8e2b7afd6dae8608d70ba5bd91699077323f812a0448d8b7abdff6cb5d3"}, - {file = "pyarrow-19.0.1-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:49a3aecb62c1be1d822f8bf629226d4a96418228a42f5b40835c1f10d42e4db6"}, - {file = "pyarrow-19.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:008a4009efdb4ea3d2e18f05cd31f9d43c388aad29c636112c2966605ba33466"}, - {file = "pyarrow-19.0.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:80b2ad2b193e7d19e81008a96e313fbd53157945c7be9ac65f44f8937a55427b"}, - {file = "pyarrow-19.0.1-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:ee8dec072569f43835932a3b10c55973593abc00936c202707a4ad06af7cb294"}, - {file = "pyarrow-19.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d5d1ec7ec5324b98887bdc006f4d2ce534e10e60f7ad995e7875ffa0ff9cb14"}, - {file = "pyarrow-19.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3ad4c0eb4e2a9aeb990af6c09e6fa0b195c8c0e7b272ecc8d4d2b6574809d34"}, - {file = "pyarrow-19.0.1-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:d383591f3dcbe545f6cc62daaef9c7cdfe0dff0fb9e1c8121101cabe9098cfa6"}, - {file = "pyarrow-19.0.1-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:b4c4156a625f1e35d6c0b2132635a237708944eb41df5fbe7d50f20d20c17832"}, - {file = "pyarrow-19.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:5bd1618ae5e5476b7654c7b55a6364ae87686d4724538c24185bbb2952679960"}, - {file = "pyarrow-19.0.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:e45274b20e524ae5c39d7fc1ca2aa923aab494776d2d4b316b49ec7572ca324c"}, - {file = "pyarrow-19.0.1-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:d9dedeaf19097a143ed6da37f04f4051aba353c95ef507764d344229b2b740ae"}, - {file = "pyarrow-19.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ebfb5171bb5f4a52319344ebbbecc731af3f021e49318c74f33d520d31ae0c4"}, - {file = "pyarrow-19.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2a21d39fbdb948857f67eacb5bbaaf36802de044ec36fbef7a1c8f0dd3a4ab2"}, - {file = "pyarrow-19.0.1-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:99bc1bec6d234359743b01e70d4310d0ab240c3d6b0da7e2a93663b0158616f6"}, - {file = "pyarrow-19.0.1-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:1b93ef2c93e77c442c979b0d596af45e4665d8b96da598db145b0fec014b9136"}, - {file = "pyarrow-19.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:d9d46e06846a41ba906ab25302cf0fd522f81aa2a85a71021826f34639ad31ef"}, - {file = "pyarrow-19.0.1-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:c0fe3dbbf054a00d1f162fda94ce236a899ca01123a798c561ba307ca38af5f0"}, - {file = "pyarrow-19.0.1-cp313-cp313t-macosx_12_0_x86_64.whl", hash = "sha256:96606c3ba57944d128e8a8399da4812f56c7f61de8c647e3470b417f795d0ef9"}, - {file = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f04d49a6b64cf24719c080b3c2029a3a5b16417fd5fd7c4041f94233af732f3"}, - {file = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5a9137cf7e1640dce4c190551ee69d478f7121b5c6f323553b319cac936395f6"}, - {file = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:7c1bca1897c28013db5e4c83944a2ab53231f541b9e0c3f4791206d0c0de389a"}, - {file = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:58d9397b2e273ef76264b45531e9d552d8ec8a6688b7390b5be44c02a37aade8"}, - {file = "pyarrow-19.0.1.tar.gz", hash = "sha256:3bf266b485df66a400f282ac0b6d1b500b9d2ae73314a153dbe97d6d5cc8a99e"}, + {file = "pyarrow-20.0.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:24ca380585444cb2a31324c546a9a56abbe87e26069189e14bdba19c86c049f0"}, + {file = "pyarrow-20.0.0-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:95b330059ddfdc591a3225f2d272123be26c8fa76e8c9ee1a77aad507361cfdb"}, + {file = "pyarrow-20.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5f0fb1041267e9968c6d0d2ce3ff92e3928b243e2b6d11eeb84d9ac547308232"}, + {file = "pyarrow-20.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8ff87cc837601532cc8242d2f7e09b4e02404de1b797aee747dd4ba4bd6313f"}, + {file = "pyarrow-20.0.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:7a3a5dcf54286e6141d5114522cf31dd67a9e7c9133d150799f30ee302a7a1ab"}, + {file = "pyarrow-20.0.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:a6ad3e7758ecf559900261a4df985662df54fb7fdb55e8e3b3aa99b23d526b62"}, + {file = "pyarrow-20.0.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6bb830757103a6cb300a04610e08d9636f0cd223d32f388418ea893a3e655f1c"}, + {file = "pyarrow-20.0.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:96e37f0766ecb4514a899d9a3554fadda770fb57ddf42b63d80f14bc20aa7db3"}, + {file = "pyarrow-20.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:3346babb516f4b6fd790da99b98bed9708e3f02e734c84971faccb20736848dc"}, + {file = "pyarrow-20.0.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:75a51a5b0eef32727a247707d4755322cb970be7e935172b6a3a9f9ae98404ba"}, + {file = "pyarrow-20.0.0-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:211d5e84cecc640c7a3ab900f930aaff5cd2702177e0d562d426fb7c4f737781"}, + {file = "pyarrow-20.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ba3cf4182828be7a896cbd232aa8dd6a31bd1f9e32776cc3796c012855e1199"}, + {file = "pyarrow-20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c3a01f313ffe27ac4126f4c2e5ea0f36a5fc6ab51f8726cf41fee4b256680bd"}, + {file = "pyarrow-20.0.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:a2791f69ad72addd33510fec7bb14ee06c2a448e06b649e264c094c5b5f7ce28"}, + {file = "pyarrow-20.0.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:4250e28a22302ce8692d3a0e8ec9d9dde54ec00d237cff4dfa9c1fbf79e472a8"}, + {file = "pyarrow-20.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:89e030dc58fc760e4010148e6ff164d2f44441490280ef1e97a542375e41058e"}, + {file = "pyarrow-20.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6102b4864d77102dbbb72965618e204e550135a940c2534711d5ffa787df2a5a"}, + {file = "pyarrow-20.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:96d6a0a37d9c98be08f5ed6a10831d88d52cac7b13f5287f1e0f625a0de8062b"}, + {file = "pyarrow-20.0.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:a15532e77b94c61efadde86d10957950392999503b3616b2ffcef7621a002893"}, + {file = "pyarrow-20.0.0-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:dd43f58037443af715f34f1322c782ec463a3c8a94a85fdb2d987ceb5658e061"}, + {file = "pyarrow-20.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa0d288143a8585806e3cc7c39566407aab646fb9ece164609dac1cfff45f6ae"}, + {file = "pyarrow-20.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b6953f0114f8d6f3d905d98e987d0924dabce59c3cda380bdfaa25a6201563b4"}, + {file = "pyarrow-20.0.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:991f85b48a8a5e839b2128590ce07611fae48a904cae6cab1f089c5955b57eb5"}, + {file = "pyarrow-20.0.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:97c8dc984ed09cb07d618d57d8d4b67a5100a30c3818c2fb0b04599f0da2de7b"}, + {file = "pyarrow-20.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9b71daf534f4745818f96c214dbc1e6124d7daf059167330b610fc69b6f3d3e3"}, + {file = "pyarrow-20.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e8b88758f9303fa5a83d6c90e176714b2fd3852e776fc2d7e42a22dd6c2fb368"}, + {file = "pyarrow-20.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:30b3051b7975801c1e1d387e17c588d8ab05ced9b1e14eec57915f79869b5031"}, + {file = "pyarrow-20.0.0-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:ca151afa4f9b7bc45bcc791eb9a89e90a9eb2772767d0b1e5389609c7d03db63"}, + {file = "pyarrow-20.0.0-cp313-cp313t-macosx_12_0_x86_64.whl", hash = "sha256:4680f01ecd86e0dd63e39eb5cd59ef9ff24a9d166db328679e36c108dc993d4c"}, + {file = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7f4c8534e2ff059765647aa69b75d6543f9fef59e2cd4c6d18015192565d2b70"}, + {file = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e1f8a47f4b4ae4c69c4d702cfbdfe4d41e18e5c7ef6f1bb1c50918c1e81c57b"}, + {file = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:a1f60dc14658efaa927f8214734f6a01a806d7690be4b3232ba526836d216122"}, + {file = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:204a846dca751428991346976b914d6d2a82ae5b8316a6ed99789ebf976551e6"}, + {file = "pyarrow-20.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:f3b117b922af5e4c6b9a9115825726cac7d8b1421c37c2b5e24fbacc8930612c"}, + {file = "pyarrow-20.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e724a3fd23ae5b9c010e7be857f4405ed5e679db5c93e66204db1a69f733936a"}, + {file = "pyarrow-20.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:82f1ee5133bd8f49d31be1299dc07f585136679666b502540db854968576faf9"}, + {file = "pyarrow-20.0.0.tar.gz", hash = "sha256:febc4a913592573c8d5805091a6c2b5064c8bd6e002131f01061797d91c783c1"}, ] [[package]] @@ -1611,29 +1637,29 @@ files = [ [[package]] name = "ruff" -version = "0.11.6" +version = "0.11.9" requires_python = ">=3.7" summary = "An extremely fast Python linter and code formatter, written in Rust." groups = ["dev"] files = [ - {file = "ruff-0.11.6-py3-none-linux_armv6l.whl", hash = "sha256:d84dcbe74cf9356d1bdb4a78cf74fd47c740bf7bdeb7529068f69b08272239a1"}, - {file = "ruff-0.11.6-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9bc583628e1096148011a5d51ff3c836f51899e61112e03e5f2b1573a9b726de"}, - {file = "ruff-0.11.6-py3-none-macosx_11_0_arm64.whl", hash = "sha256:f2959049faeb5ba5e3b378709e9d1bf0cab06528b306b9dd6ebd2a312127964a"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63c5d4e30d9d0de7fedbfb3e9e20d134b73a30c1e74b596f40f0629d5c28a193"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:26a4b9a4e1439f7d0a091c6763a100cef8fbdc10d68593df6f3cfa5abdd9246e"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b5edf270223dd622218256569636dc3e708c2cb989242262fe378609eccf1308"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f55844e818206a9dd31ff27f91385afb538067e2dc0beb05f82c293ab84f7d55"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d8f782286c5ff562e4e00344f954b9320026d8e3fae2ba9e6948443fafd9ffc"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:01c63ba219514271cee955cd0adc26a4083df1956d57847978383b0e50ffd7d2"}, - {file = "ruff-0.11.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:15adac20ef2ca296dd3d8e2bedc6202ea6de81c091a74661c3666e5c4c223ff6"}, - {file = "ruff-0.11.6-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4dd6b09e98144ad7aec026f5588e493c65057d1b387dd937d7787baa531d9bc2"}, - {file = "ruff-0.11.6-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:45b2e1d6c0eed89c248d024ea95074d0e09988d8e7b1dad8d3ab9a67017a5b03"}, - {file = "ruff-0.11.6-py3-none-musllinux_1_2_i686.whl", hash = "sha256:bd40de4115b2ec4850302f1a1d8067f42e70b4990b68838ccb9ccd9f110c5e8b"}, - {file = "ruff-0.11.6-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:77cda2dfbac1ab73aef5e514c4cbfc4ec1fbef4b84a44c736cc26f61b3814cd9"}, - {file = "ruff-0.11.6-py3-none-win32.whl", hash = "sha256:5151a871554be3036cd6e51d0ec6eef56334d74dfe1702de717a995ee3d5b287"}, - {file = "ruff-0.11.6-py3-none-win_amd64.whl", hash = "sha256:cce85721d09c51f3b782c331b0abd07e9d7d5f775840379c640606d3159cae0e"}, - {file = "ruff-0.11.6-py3-none-win_arm64.whl", hash = "sha256:3567ba0d07fb170b1b48d944715e3294b77f5b7679e8ba258199a250383ccb79"}, - {file = "ruff-0.11.6.tar.gz", hash = "sha256:bec8bcc3ac228a45ccc811e45f7eb61b950dbf4cf31a67fa89352574b01c7d79"}, + {file = "ruff-0.11.9-py3-none-linux_armv6l.whl", hash = "sha256:a31a1d143a5e6f499d1fb480f8e1e780b4dfdd580f86e05e87b835d22c5c6f8c"}, + {file = "ruff-0.11.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:66bc18ca783b97186a1f3100e91e492615767ae0a3be584e1266aa9051990722"}, + {file = "ruff-0.11.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:bd576cd06962825de8aece49f28707662ada6a1ff2db848d1348e12c580acbf1"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b1d18b4be8182cc6fddf859ce432cc9631556e9f371ada52f3eaefc10d878de"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0f3f46f759ac623e94824b1e5a687a0df5cd7f5b00718ff9c24f0a894a683be7"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f34847eea11932d97b521450cf3e1d17863cfa5a94f21a056b93fb86f3f3dba2"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f33b15e00435773df97cddcd263578aa83af996b913721d86f47f4e0ee0ff271"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7b27613a683b086f2aca8996f63cb3dd7bc49e6eccf590563221f7b43ded3f65"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9e0d88756e63e8302e630cee3ce2ffb77859797cc84a830a24473939e6da3ca6"}, + {file = "ruff-0.11.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:537c82c9829d7811e3aa680205f94c81a2958a122ac391c0eb60336ace741a70"}, + {file = "ruff-0.11.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:440ac6a7029f3dee7d46ab7de6f54b19e34c2b090bb4f2480d0a2d635228f381"}, + {file = "ruff-0.11.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:71c539bac63d0788a30227ed4d43b81353c89437d355fdc52e0cda4ce5651787"}, + {file = "ruff-0.11.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c67117bc82457e4501473c5f5217d49d9222a360794bfb63968e09e70f340abd"}, + {file = "ruff-0.11.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e4b78454f97aa454586e8a5557facb40d683e74246c97372af3c2d76901d697b"}, + {file = "ruff-0.11.9-py3-none-win32.whl", hash = "sha256:7fe1bc950e7d7b42caaee2a8a3bc27410547cc032c9558ee2e0f6d3b209e845a"}, + {file = "ruff-0.11.9-py3-none-win_amd64.whl", hash = "sha256:52edaa4a6d70f8180343a5b7f030c7edd36ad180c9f4d224959c2d689962d964"}, + {file = "ruff-0.11.9-py3-none-win_arm64.whl", hash = "sha256:bcf42689c22f2e240f496d0c183ef2c6f7b35e809f12c1db58f75d9aa8d630ca"}, + {file = "ruff-0.11.9.tar.gz", hash = "sha256:ebd58d4f67a00afb3a30bf7d383e52d0e036e6195143c6db7019604a05335517"}, ] [[package]] @@ -1716,7 +1742,7 @@ files = [ [[package]] name = "scipy" -version = "1.15.2" +version = "1.15.3" requires_python = ">=3.10" summary = "Fundamental algorithms for scientific computing in Python" groups = ["default", "leaderboard"] @@ -1724,43 +1750,43 @@ dependencies = [ "numpy<2.5,>=1.23.5", ] files = [ - {file = "scipy-1.15.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:92233b2df6938147be6fa8824b8136f29a18f016ecde986666be5f4d686a91a4"}, - {file = "scipy-1.15.2-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:62ca1ff3eb513e09ed17a5736929429189adf16d2d740f44e53270cc800ecff1"}, - {file = "scipy-1.15.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:4c6676490ad76d1c2894d77f976144b41bd1a4052107902238047fb6a473e971"}, - {file = "scipy-1.15.2-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:a8bf5cb4a25046ac61d38f8d3c3426ec11ebc350246a4642f2f315fe95bda655"}, - {file = "scipy-1.15.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6a8e34cf4c188b6dd004654f88586d78f95639e48a25dfae9c5e34a6dc34547e"}, - {file = "scipy-1.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28a0d2c2075946346e4408b211240764759e0fabaeb08d871639b5f3b1aca8a0"}, - {file = "scipy-1.15.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:42dabaaa798e987c425ed76062794e93a243be8f0f20fff6e7a89f4d61cb3d40"}, - {file = "scipy-1.15.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6f5e296ec63c5da6ba6fa0343ea73fd51b8b3e1a300b0a8cae3ed4b1122c7462"}, - {file = "scipy-1.15.2-cp311-cp311-win_amd64.whl", hash = "sha256:597a0c7008b21c035831c39927406c6181bcf8f60a73f36219b69d010aa04737"}, - {file = "scipy-1.15.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c4697a10da8f8765bb7c83e24a470da5797e37041edfd77fd95ba3811a47c4fd"}, - {file = "scipy-1.15.2-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:869269b767d5ee7ea6991ed7e22b3ca1f22de73ab9a49c44bad338b725603301"}, - {file = "scipy-1.15.2-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:bad78d580270a4d32470563ea86c6590b465cb98f83d760ff5b0990cb5518a93"}, - {file = "scipy-1.15.2-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:b09ae80010f52efddb15551025f9016c910296cf70adbf03ce2a8704f3a5ad20"}, - {file = "scipy-1.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5a6fd6eac1ce74a9f77a7fc724080d507c5812d61e72bd5e4c489b042455865e"}, - {file = "scipy-1.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2b871df1fe1a3ba85d90e22742b93584f8d2b8e6124f8372ab15c71b73e428b8"}, - {file = "scipy-1.15.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:03205d57a28e18dfd39f0377d5002725bf1f19a46f444108c29bdb246b6c8a11"}, - {file = "scipy-1.15.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:601881dfb761311045b03114c5fe718a12634e5608c3b403737ae463c9885d53"}, - {file = "scipy-1.15.2-cp312-cp312-win_amd64.whl", hash = "sha256:e7c68b6a43259ba0aab737237876e5c2c549a031ddb7abc28c7b47f22e202ded"}, - {file = "scipy-1.15.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:01edfac9f0798ad6b46d9c4c9ca0e0ad23dbf0b1eb70e96adb9fa7f525eff0bf"}, - {file = "scipy-1.15.2-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:08b57a9336b8e79b305a143c3655cc5bdbe6d5ece3378578888d2afbb51c4e37"}, - {file = "scipy-1.15.2-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:54c462098484e7466362a9f1672d20888f724911a74c22ae35b61f9c5919183d"}, - {file = "scipy-1.15.2-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:cf72ff559a53a6a6d77bd8eefd12a17995ffa44ad86c77a5df96f533d4e6c6bb"}, - {file = "scipy-1.15.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9de9d1416b3d9e7df9923ab23cd2fe714244af10b763975bea9e4f2e81cebd27"}, - {file = "scipy-1.15.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fb530e4794fc8ea76a4a21ccb67dea33e5e0e60f07fc38a49e821e1eae3b71a0"}, - {file = "scipy-1.15.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5ea7ed46d437fc52350b028b1d44e002646e28f3e8ddc714011aaf87330f2f32"}, - {file = "scipy-1.15.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:11e7ad32cf184b74380f43d3c0a706f49358b904fa7d5345f16ddf993609184d"}, - {file = "scipy-1.15.2-cp313-cp313-win_amd64.whl", hash = "sha256:a5080a79dfb9b78b768cebf3c9dcbc7b665c5875793569f48bf0e2b1d7f68f6f"}, - {file = "scipy-1.15.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:447ce30cee6a9d5d1379087c9e474628dab3db4a67484be1b7dc3196bfb2fac9"}, - {file = "scipy-1.15.2-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:c90ebe8aaa4397eaefa8455a8182b164a6cc1d59ad53f79943f266d99f68687f"}, - {file = "scipy-1.15.2-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:def751dd08243934c884a3221156d63e15234a3155cf25978b0a668409d45eb6"}, - {file = "scipy-1.15.2-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:302093e7dfb120e55515936cb55618ee0b895f8bcaf18ff81eca086c17bd80af"}, - {file = "scipy-1.15.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7cd5b77413e1855351cdde594eca99c1f4a588c2d63711388b6a1f1c01f62274"}, - {file = "scipy-1.15.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d0194c37037707b2afa7a2f2a924cf7bac3dc292d51b6a925e5fcb89bc5c776"}, - {file = "scipy-1.15.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:bae43364d600fdc3ac327db99659dcb79e6e7ecd279a75fe1266669d9a652828"}, - {file = "scipy-1.15.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f031846580d9acccd0044efd1a90e6f4df3a6e12b4b6bd694a7bc03a89892b28"}, - {file = "scipy-1.15.2-cp313-cp313t-win_amd64.whl", hash = "sha256:fe8a9eb875d430d81755472c5ba75e84acc980e4a8f6204d402849234d3017db"}, - {file = "scipy-1.15.2.tar.gz", hash = "sha256:cd58a314d92838f7e6f755c8a2167ead4f27e1fd5c1251fd54289569ef3495ec"}, + {file = "scipy-1.15.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:993439ce220d25e3696d1b23b233dd010169b62f6456488567e830654ee37a6b"}, + {file = "scipy-1.15.3-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:34716e281f181a02341ddeaad584205bd2fd3c242063bd3423d61ac259ca7eba"}, + {file = "scipy-1.15.3-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:3b0334816afb8b91dab859281b1b9786934392aa3d527cd847e41bb6f45bee65"}, + {file = "scipy-1.15.3-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:6db907c7368e3092e24919b5e31c76998b0ce1684d51a90943cb0ed1b4ffd6c1"}, + {file = "scipy-1.15.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:721d6b4ef5dc82ca8968c25b111e307083d7ca9091bc38163fb89243e85e3889"}, + {file = "scipy-1.15.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39cb9c62e471b1bb3750066ecc3a3f3052b37751c7c3dfd0fd7e48900ed52982"}, + {file = "scipy-1.15.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:795c46999bae845966368a3c013e0e00947932d68e235702b5c3f6ea799aa8c9"}, + {file = "scipy-1.15.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:18aaacb735ab38b38db42cb01f6b92a2d0d4b6aabefeb07f02849e47f8fb3594"}, + {file = "scipy-1.15.3-cp311-cp311-win_amd64.whl", hash = "sha256:ae48a786a28412d744c62fd7816a4118ef97e5be0bee968ce8f0a2fba7acf3bb"}, + {file = "scipy-1.15.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6ac6310fdbfb7aa6612408bd2f07295bcbd3fda00d2d702178434751fe48e019"}, + {file = "scipy-1.15.3-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:185cd3d6d05ca4b44a8f1595af87f9c372bb6acf9c808e99aa3e9aa03bd98cf6"}, + {file = "scipy-1.15.3-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:05dc6abcd105e1a29f95eada46d4a3f251743cfd7d3ae8ddb4088047f24ea477"}, + {file = "scipy-1.15.3-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:06efcba926324df1696931a57a176c80848ccd67ce6ad020c810736bfd58eb1c"}, + {file = "scipy-1.15.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c05045d8b9bfd807ee1b9f38761993297b10b245f012b11b13b91ba8945f7e45"}, + {file = "scipy-1.15.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:271e3713e645149ea5ea3e97b57fdab61ce61333f97cfae392c28ba786f9bb49"}, + {file = "scipy-1.15.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6cfd56fc1a8e53f6e89ba3a7a7251f7396412d655bca2aa5611c8ec9a6784a1e"}, + {file = "scipy-1.15.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0ff17c0bb1cb32952c09217d8d1eed9b53d1463e5f1dd6052c7857f83127d539"}, + {file = "scipy-1.15.3-cp312-cp312-win_amd64.whl", hash = "sha256:52092bc0472cfd17df49ff17e70624345efece4e1a12b23783a1ac59a1b728ed"}, + {file = "scipy-1.15.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2c620736bcc334782e24d173c0fdbb7590a0a436d2fdf39310a8902505008759"}, + {file = "scipy-1.15.3-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:7e11270a000969409d37ed399585ee530b9ef6aa99d50c019de4cb01e8e54e62"}, + {file = "scipy-1.15.3-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:8c9ed3ba2c8a2ce098163a9bdb26f891746d02136995df25227a20e71c396ebb"}, + {file = "scipy-1.15.3-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:0bdd905264c0c9cfa74a4772cdb2070171790381a5c4d312c973382fc6eaf730"}, + {file = "scipy-1.15.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:79167bba085c31f38603e11a267d862957cbb3ce018d8b38f79ac043bc92d825"}, + {file = "scipy-1.15.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9deabd6d547aee2c9a81dee6cc96c6d7e9a9b1953f74850c179f91fdc729cb7"}, + {file = "scipy-1.15.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:dde4fc32993071ac0c7dd2d82569e544f0bdaff66269cb475e0f369adad13f11"}, + {file = "scipy-1.15.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f77f853d584e72e874d87357ad70f44b437331507d1c311457bed8ed2b956126"}, + {file = "scipy-1.15.3-cp313-cp313-win_amd64.whl", hash = "sha256:b90ab29d0c37ec9bf55424c064312930ca5f4bde15ee8619ee44e69319aab163"}, + {file = "scipy-1.15.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:3ac07623267feb3ae308487c260ac684b32ea35fd81e12845039952f558047b8"}, + {file = "scipy-1.15.3-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:6487aa99c2a3d509a5227d9a5e889ff05830a06b2ce08ec30df6d79db5fcd5c5"}, + {file = "scipy-1.15.3-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:50f9e62461c95d933d5c5ef4a1f2ebf9a2b4e83b0db374cb3f1de104d935922e"}, + {file = "scipy-1.15.3-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:14ed70039d182f411ffc74789a16df3835e05dc469b898233a245cdfd7f162cb"}, + {file = "scipy-1.15.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a769105537aa07a69468a0eefcd121be52006db61cdd8cac8a0e68980bbb723"}, + {file = "scipy-1.15.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9db984639887e3dffb3928d118145ffe40eff2fa40cb241a306ec57c219ebbbb"}, + {file = "scipy-1.15.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:40e54d5c7e7ebf1aa596c374c49fa3135f04648a0caabcb66c52884b943f02b4"}, + {file = "scipy-1.15.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:5e721fed53187e71d0ccf382b6bf977644c533e506c4d33c3fb24de89f5c3ed5"}, + {file = "scipy-1.15.3-cp313-cp313t-win_amd64.whl", hash = "sha256:76ad1fb5f8752eabf0fa02e4cc0336b4e8f021e2d5f061ed37d6d264db35e3ca"}, + {file = "scipy-1.15.3.tar.gz", hash = "sha256:eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf"}, ] [[package]] @@ -1790,13 +1816,13 @@ files = [ [[package]] name = "setuptools" -version = "78.1.0" +version = "80.4.0" requires_python = ">=3.9" summary = "Easily download, build, install, upgrade, and uninstall Python packages" groups = ["default", "leaderboard"] files = [ - {file = "setuptools-78.1.0-py3-none-any.whl", hash = "sha256:3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"}, - {file = "setuptools-78.1.0.tar.gz", hash = "sha256:18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"}, + {file = "setuptools-80.4.0-py3-none-any.whl", hash = "sha256:6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2"}, + {file = "setuptools-80.4.0.tar.gz", hash = "sha256:5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006"}, ] [[package]] @@ -1821,16 +1847,16 @@ files = [ [[package]] name = "sympy" -version = "1.13.1" -requires_python = ">=3.8" +version = "1.14.0" +requires_python = ">=3.9" summary = "Computer algebra system (CAS) in Python" groups = ["default", "leaderboard"] dependencies = [ "mpmath<1.4,>=1.1.0", ] files = [ - {file = "sympy-1.13.1-py3-none-any.whl", hash = "sha256:db36cdc64bf61b9b24578b6f7bab1ecdd2452cf008f34faa33776680c26d66f8"}, - {file = "sympy-1.13.1.tar.gz", hash = "sha256:9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f"}, + {file = "sympy-1.14.0-py3-none-any.whl", hash = "sha256:e091cc3e99d2141a0ba2847328f5479b05d94a6635cb96148ccb3f34671bd8f5"}, + {file = "sympy-1.14.0.tar.gz", hash = "sha256:d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517"}, ] [[package]] @@ -1953,7 +1979,7 @@ files = [ [[package]] name = "torch" -version = "2.6.0" +version = "2.7.0" requires_python = ">=3.9.0" summary = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" groups = ["default", "leaderboard"] @@ -1963,33 +1989,39 @@ dependencies = [ "jinja2", "networkx", "setuptools; python_version >= \"3.12\"", - "sympy==1.13.1; python_version >= \"3.9\"", + "sympy>=1.13.3", "typing-extensions>=4.10.0", ] files = [ - {file = "torch-2.6.0+cpu-cp311-cp311-linux_x86_64.whl", hash = "sha256:5b6ae523bfb67088a17ca7734d131548a2e60346c622621e4248ed09dd0790cc"}, - {file = "torch-2.6.0+cpu-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:d3dab9fb0294f268aec28e8aaba834e9d006b90a50db5bc2fe2191a9d48c6084"}, - {file = "torch-2.6.0+cpu-cp311-cp311-win_amd64.whl", hash = "sha256:24c9d3d13b9ea769dd7bd5c11cfa1fc463fd7391397156565484565ca685d908"}, - {file = "torch-2.6.0+cpu-cp312-cp312-linux_x86_64.whl", hash = "sha256:59e78aa0c690f70734e42670036d6b541930b8eabbaa18d94e090abf14cc4d91"}, - {file = "torch-2.6.0+cpu-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:318290e8924353c61b125cdc8768d15208704e279e7757c113b9620740deca98"}, - {file = "torch-2.6.0+cpu-cp312-cp312-win_amd64.whl", hash = "sha256:4027d982eb2781c93825ab9527f17fbbb12dbabf422298e4b954be60016f87d8"}, - {file = "torch-2.6.0+cpu-cp313-cp313-linux_x86_64.whl", hash = "sha256:e70ee2e37ad27a90201d101a41c2e10df7cf15a9ebd17c084f54cf2518c57bdf"}, - {file = "torch-2.6.0+cpu-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:b5e7e8d561b263b5ad8049736281cd12c78e51e7bc1a913fd4098fd0e0b96347"}, - {file = "torch-2.6.0+cpu-cp313-cp313-win_amd64.whl", hash = "sha256:b436a6c62d086dc5b32f5721b59f0ca8ad3bf9de09ee9b5b83dbf1e7a7e22c60"}, - {file = "torch-2.6.0+cpu-cp313-cp313t-linux_x86_64.whl", hash = "sha256:fb34d6cc4e6e20e66d74852c3d84e0301dc5e1a7c822076ef288886f978390f0"}, - {file = "torch-2.6.0+cpu-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:7cac05af909ee1c5c2915e8f3efaa1ea015e7e414be0ff53071402b9e4f3c7df"}, - {file = "torch-2.6.0-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:7979834102cd5b7a43cc64e87f2f3b14bd0e1458f06e9f88ffa386d07c7446e1"}, - {file = "torch-2.6.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:ccbd0320411fe1a3b3fec7b4d3185aa7d0c52adac94480ab024b5c8f74a0bf1d"}, - {file = "torch-2.6.0-cp311-cp311-win_amd64.whl", hash = "sha256:46763dcb051180ce1ed23d1891d9b1598e07d051ce4c9d14307029809c4d64f7"}, - {file = "torch-2.6.0-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:94fc63b3b4bedd327af588696559f68c264440e2503cc9e6954019473d74ae21"}, - {file = "torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:2bb8987f3bb1ef2675897034402373ddfc8f5ef0e156e2d8cfc47cacafdda4a9"}, - {file = "torch-2.6.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:b789069020c5588c70d5c2158ac0aa23fd24a028f34a8b4fcb8fcb4d7efcf5fb"}, - {file = "torch-2.6.0-cp312-cp312-win_amd64.whl", hash = "sha256:7e1448426d0ba3620408218b50aa6ada88aeae34f7a239ba5431f6c8774b1239"}, - {file = "torch-2.6.0-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:9a610afe216a85a8b9bc9f8365ed561535c93e804c2a317ef7fabcc5deda0989"}, - {file = "torch-2.6.0-cp313-cp313-manylinux1_x86_64.whl", hash = "sha256:4874a73507a300a5d089ceaff616a569e7bb7c613c56f37f63ec3ffac65259cf"}, - {file = "torch-2.6.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:a0d5e1b9874c1a6c25556840ab8920569a7a4137afa8a63a32cee0bc7d89bd4b"}, - {file = "torch-2.6.0-cp313-cp313-win_amd64.whl", hash = "sha256:510c73251bee9ba02ae1cb6c9d4ee0907b3ce6020e62784e2d7598e0cfa4d6cc"}, - {file = "torch-2.6.0-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:ff96f4038f8af9f7ec4231710ed4549da1bdebad95923953a25045dcf6fd87e2"}, + {file = "torch-2.7.0+cpu-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:ce510375ed79223db3ec144fe14cbcffc8a361ac57f39674397ff2d8db3b2c21"}, + {file = "torch-2.7.0+cpu-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:6b7edcbf8bb0b9ac2e6c001434797c5ec3f25394f91eb0ed7aeeeeed9ad4500f"}, + {file = "torch-2.7.0+cpu-cp311-cp311-win_amd64.whl", hash = "sha256:e32f385dc0b5007ca410035c3b91ef4b1b34b142e9bcdb31d3f0224b7748e992"}, + {file = "torch-2.7.0+cpu-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:a845b6f3bda3c40f736847dede95d8bfec81fb7e11458cd25973ba13542cf1f6"}, + {file = "torch-2.7.0+cpu-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:64123c05615e27368c7a7816f6e39c6d219998693beabde0b0b9cedf91b5ed8b"}, + {file = "torch-2.7.0+cpu-cp312-cp312-win_amd64.whl", hash = "sha256:69e25c973bdd7ea24b0fa9f9792114950afaeb8f819e5723819b923f50989175"}, + {file = "torch-2.7.0+cpu-cp312-cp312-win_arm64.whl", hash = "sha256:1d7a6f33868276770a657beec7f77c7726b4da9d0739eff1b3ae64cc9a09d8e3"}, + {file = "torch-2.7.0+cpu-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:addf9107939522ffb3b60d2900fee838a77dbe098e2643e01164f46f8612f9c0"}, + {file = "torch-2.7.0+cpu-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:3b09aa2c8d30fa567a8d13270fbf9af7ee472fdfafbc7dfdc87c607bf46001f7"}, + {file = "torch-2.7.0+cpu-cp313-cp313-win_amd64.whl", hash = "sha256:99ca8f4cb53484c45bb668657069c17139c07367ea20ddef2c0ce8412f42da2f"}, + {file = "torch-2.7.0+cpu-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:1bc9e6a4e2463582ae020d76ea0753ed9c84526e235089414d25c2c6d16ae866"}, + {file = "torch-2.7.0+cpu-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:7b31fa6b1d026542b4ed8ce7ec7ee5489413cd9bd6479c14c5ad559c15d92e3b"}, + {file = "torch-2.7.0+cpu-cp313-cp313t-win_amd64.whl", hash = "sha256:b42cfe122faed26c6ffee1c97d64e6a1f72a081b64d457a2c97244c1497f4adc"}, + {file = "torch-2.7.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:2b7813e904757b125faf1a9a3154e1d50381d539ced34da1992f52440567c156"}, + {file = "torch-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:fd5cfbb4c3bbadd57ad1b27d56a28008f8d8753733411a140fcfb84d7f933a25"}, + {file = "torch-2.7.0-cp311-cp311-win_amd64.whl", hash = "sha256:58df8d5c2eeb81305760282b5069ea4442791a6bbf0c74d9069b7b3304ff8a37"}, + {file = "torch-2.7.0-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:0a8d43caa342b9986101ec5feb5bbf1d86570b5caa01e9cb426378311258fdde"}, + {file = "torch-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:36a6368c7ace41ad1c0f69f18056020b6a5ca47bedaca9a2f3b578f5a104c26c"}, + {file = "torch-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:15aab3e31c16feb12ae0a88dba3434a458874636f360c567caa6a91f6bfba481"}, + {file = "torch-2.7.0-cp312-cp312-win_amd64.whl", hash = "sha256:f56d4b2510934e072bab3ab8987e00e60e1262fb238176168f5e0c43a1320c6d"}, + {file = "torch-2.7.0-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:30b7688a87239a7de83f269333651d8e582afffce6f591fff08c046f7787296e"}, + {file = "torch-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:868ccdc11798535b5727509480cd1d86d74220cfdc42842c4617338c1109a205"}, + {file = "torch-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:9b52347118116cf3dff2ab5a3c3dd97c719eb924ac658ca2a7335652076df708"}, + {file = "torch-2.7.0-cp313-cp313-win_amd64.whl", hash = "sha256:434cf3b378340efc87c758f250e884f34460624c0523fe5c9b518d205c91dd1b"}, + {file = "torch-2.7.0-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:edad98dddd82220465b106506bb91ee5ce32bd075cddbcf2b443dfaa2cbd83bf"}, + {file = "torch-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:2a885fc25afefb6e6eb18a7d1e8bfa01cc153e92271d980a49243b250d5ab6d9"}, + {file = "torch-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:176300ff5bc11a5f5b0784e40bde9e10a35c4ae9609beed96b4aeb46a27f5fae"}, + {file = "torch-2.7.0-cp313-cp313t-win_amd64.whl", hash = "sha256:d0ca446a93f474985d81dc866fcc8dccefb9460a29a456f79d99c29a78a66993"}, + {file = "torch-2.7.0-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:27f5007bdf45f7bb7af7f11d1828d5c2487e030690afb3d89a651fd7036a390e"}, ] [[package]] @@ -2128,7 +2160,7 @@ files = [ [[package]] name = "virtualenv" -version = "20.30.0" +version = "20.31.2" requires_python = ">=3.8" summary = "Virtual Python Environment builder" groups = ["dev"] @@ -2139,8 +2171,8 @@ dependencies = [ "platformdirs<5,>=3.9.1", ] files = [ - {file = "virtualenv-20.30.0-py3-none-any.whl", hash = "sha256:e34302959180fca3af42d1800df014b35019490b119eba981af27f2fa486e5d6"}, - {file = "virtualenv-20.30.0.tar.gz", hash = "sha256:800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8"}, + {file = "virtualenv-20.31.2-py3-none-any.whl", hash = "sha256:36efd0d9650ee985f0cad72065001e66d49a6f24eb44d98980f630686243cf11"}, + {file = "virtualenv-20.31.2.tar.gz", hash = "sha256:e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af"}, ] [[package]] diff --git a/pylock.toml b/pylock.toml index d568115..c4bd960 100644 --- a/pylock.toml +++ b/pylock.toml @@ -48,63 +48,63 @@ hashes = {sha256 = "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e94 [[packages]] name = "aiohttp" -version = "3.11.16" +version = "3.11.18" requires-python = ">=3.9" wheels = [ - {name = "aiohttp-3.11.16-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "8cb0688a8d81c63d716e867d59a9ccc389e97ac7037ebef904c2b89334407180"}}, - {name = "aiohttp-3.11.16-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "0ad1fb47da60ae1ddfb316f0ff16d1f3b8e844d1a1e154641928ea0583d486ed"}}, - {name = "aiohttp-3.11.16-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "df7db76400bf46ec6a0a73192b14c8295bdb9812053f4fe53f4e789f3ea66bbb"}}, - {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "cc3a145479a76ad0ed646434d09216d33d08eef0d8c9a11f5ae5cdc37caa3540"}}, - {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "d007aa39a52d62373bd23428ba4a2546eed0e7643d7bf2e41ddcefd54519842c"}}, - {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f6ddd90d9fb4b501c97a4458f1c1720e42432c26cb76d28177c5b5ad4e332601"}}, - {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "0a2f451849e6b39e5c226803dcacfa9c7133e9825dcefd2f4e837a2ec5a3bb98"}}, - {name = "aiohttp-3.11.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "8df6612df74409080575dca38a5237282865408016e65636a76a2eb9348c2567"}}, - {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "78e6e23b954644737e385befa0deb20233e2dfddf95dd11e9db752bdd2a294d3"}}, - {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "696ef00e8a1f0cec5e30640e64eca75d8e777933d1438f4facc9c0cdf288a810"}}, - {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "e3538bc9fe1b902bef51372462e3d7c96fce2b566642512138a480b7adc9d508"}}, - {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "3ab3367bb7f61ad18793fea2ef71f2d181c528c87948638366bf1de26e239183"}}, - {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "56a3443aca82abda0e07be2e1ecb76a050714faf2be84256dae291182ba59049"}}, - {name = "aiohttp-3.11.16-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "61c721764e41af907c9d16b6daa05a458f066015abd35923051be8705108ed17"}}, - {name = "aiohttp-3.11.16-cp311-cp311-win32.whl",hashes = {sha256 = "3e061b09f6fa42997cf627307f220315e313ece74907d35776ec4373ed718b86"}}, - {name = "aiohttp-3.11.16-cp311-cp311-win_amd64.whl",hashes = {sha256 = "745f1ed5e2c687baefc3c5e7b4304e91bf3e2f32834d07baaee243e349624b24"}}, - {name = "aiohttp-3.11.16-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "911a6e91d08bb2c72938bc17f0a2d97864c531536b7832abee6429d5296e5b27"}}, - {name = "aiohttp-3.11.16-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "6ac13b71761e49d5f9e4d05d33683bbafef753e876e8e5a7ef26e937dd766713"}}, - {name = "aiohttp-3.11.16-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "fd36c119c5d6551bce374fcb5c19269638f8d09862445f85a5a48596fd59f4bb"}}, - {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "d489d9778522fbd0f8d6a5c6e48e3514f11be81cb0a5954bdda06f7e1594b321"}}, - {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "69a2cbd61788d26f8f1e626e188044834f37f6ae3f937bd9f08b65fc9d7e514e"}}, - {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "cd464ba806e27ee24a91362ba3621bfc39dbbb8b79f2e1340201615197370f7c"}}, - {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "1ce63ae04719513dd2651202352a2beb9f67f55cb8490c40f056cea3c5c355ce"}}, - {name = "aiohttp-3.11.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "09b00dd520d88eac9d1768439a59ab3d145065c91a8fab97f900d1b5f802895e"}}, - {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "7f6428fee52d2bcf96a8aa7b62095b190ee341ab0e6b1bcf50c615d7966fd45b"}}, - {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "13ceac2c5cdcc3f64b9015710221ddf81c900c5febc505dbd8f810e770011540"}}, - {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "fadbb8f1d4140825069db3fedbbb843290fd5f5bc0a5dbd7eaf81d91bf1b003b"}}, - {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "6a792ce34b999fbe04a7a71a90c74f10c57ae4c51f65461a411faa70e154154e"}}, - {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "f4065145bf69de124accdd17ea5f4dc770da0a6a6e440c53f6e0a8c27b3e635c"}}, - {name = "aiohttp-3.11.16-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "fa73e8c2656a3653ae6c307b3f4e878a21f87859a9afab228280ddccd7369d71"}}, - {name = "aiohttp-3.11.16-cp312-cp312-win32.whl",hashes = {sha256 = "f244b8e541f414664889e2c87cac11a07b918cb4b540c36f7ada7bfa76571ea2"}}, - {name = "aiohttp-3.11.16-cp312-cp312-win_amd64.whl",hashes = {sha256 = "23a15727fbfccab973343b6d1b7181bfb0b4aa7ae280f36fd2f90f5476805682"}}, - {name = "aiohttp-3.11.16-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "a3814760a1a700f3cfd2f977249f1032301d0a12c92aba74605cfa6ce9f78489"}}, - {name = "aiohttp-3.11.16-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "9b751a6306f330801665ae69270a8a3993654a85569b3469662efaad6cf5cc50"}}, - {name = "aiohttp-3.11.16-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "ad497f38a0d6c329cb621774788583ee12321863cd4bd9feee1effd60f2ad133"}}, - {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "ca37057625693d097543bd88076ceebeb248291df9d6ca8481349efc0b05dcd0"}}, - {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "a5abcbba9f4b463a45c8ca8b7720891200658f6f46894f79517e6cd11f3405ca"}}, - {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f420bfe862fb357a6d76f2065447ef6f484bc489292ac91e29bc65d2d7a2c84d"}}, - {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "58ede86453a6cf2d6ce40ef0ca15481677a66950e73b0a788917916f7e35a0bb"}}, - {name = "aiohttp-3.11.16-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "6fdec0213244c39973674ca2a7f5435bf74369e7d4e104d6c7473c81c9bcc8c4"}}, - {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "72b1b03fb4655c1960403c131740755ec19c5898c82abd3961c364c2afd59fe7"}}, - {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "780df0d837276276226a1ff803f8d0fa5f8996c479aeef52eb040179f3156cbd"}}, - {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "ecdb8173e6c7aa09eee342ac62e193e6904923bd232e76b4157ac0bfa670609f"}}, - {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "a6db7458ab89c7d80bc1f4e930cc9df6edee2200127cfa6f6e080cf619eddfbd"}}, - {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "2540ddc83cc724b13d1838026f6a5ad178510953302a49e6d647f6e1de82bc34"}}, - {name = "aiohttp-3.11.16-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "3b4e6db8dc4879015b9955778cfb9881897339c8fab7b3676f8433f849425913"}}, - {name = "aiohttp-3.11.16-cp313-cp313-win32.whl",hashes = {sha256 = "493910ceb2764f792db4dc6e8e4b375dae1b08f72e18e8f10f18b34ca17d0979"}}, - {name = "aiohttp-3.11.16-cp313-cp313-win_amd64.whl",hashes = {sha256 = "42864e70a248f5f6a49fdaf417d9bc62d6e4d8ee9695b24c5916cb4bb666c802"}}, -] -marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" - -[packages.sdist] -name = "aiohttp-3.11.16.tar.gz" -hashes = {sha256 = "16f8a2c9538c14a557b4d309ed4d0a7c60f0253e8ed7b6c9a2859a7582f8b1b8"} + {name = "aiohttp-3.11.18-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "427fdc56ccb6901ff8088544bde47084845ea81591deb16f957897f0f0ba1be9"}}, + {name = "aiohttp-3.11.18-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "2c828b6d23b984255b85b9b04a5b963a74278b7356a7de84fda5e3b76866597b"}}, + {name = "aiohttp-3.11.18-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "5c2eaa145bb36b33af1ff2860820ba0589e165be4ab63a49aebfd0981c173b66"}}, + {name = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "3d518ce32179f7e2096bf4e3e8438cf445f05fedd597f252de9f54c728574756"}}, + {name = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "0700055a6e05c2f4711011a44364020d7a10fbbcd02fbf3e30e8f7e7fddc8717"}}, + {name = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "8bd1cde83e4684324e6ee19adfc25fd649d04078179890be7b29f76b501de8e4"}}, + {name = "aiohttp-3.11.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "73b8870fe1c9a201b8c0d12c94fe781b918664766728783241a79e0468427e4f"}}, + {name = "aiohttp-3.11.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "25557982dd36b9e32c0a3357f30804e80790ec2c4d20ac6bcc598533e04c6361"}}, + {name = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "7e889c9df381a2433802991288a61e5a19ceb4f61bd14f5c9fa165655dcb1fd1"}}, + {name = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_armv7l.whl",hashes = {sha256 = "9ea345fda05bae217b6cce2acf3682ce3b13d0d16dd47d0de7080e5e21362421"}}, + {name = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "9f26545b9940c4b46f0a9388fd04ee3ad7064c4017b5a334dd450f616396590e"}}, + {name = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "3a621d85e85dccabd700294494d7179ed1590b6d07a35709bb9bd608c7f5dd1d"}}, + {name = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "9c23fd8d08eb9c2af3faeedc8c56e134acdaf36e2117ee059d7defa655130e5f"}}, + {name = "aiohttp-3.11.18-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "d9e6b0e519067caa4fd7fb72e3e8002d16a68e84e62e7291092a5433763dc0dd"}}, + {name = "aiohttp-3.11.18-cp311-cp311-win32.whl",hashes = {sha256 = "122f3e739f6607e5e4c6a2f8562a6f476192a682a52bda8b4c6d4254e1138f4d"}}, + {name = "aiohttp-3.11.18-cp311-cp311-win_amd64.whl",hashes = {sha256 = "e6f3c0a3a1e73e88af384b2e8a0b9f4fb73245afd47589df2afcab6b638fa0e6"}}, + {name = "aiohttp-3.11.18-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "63d71eceb9cad35d47d71f78edac41fcd01ff10cacaa64e473d1aec13fa02df2"}}, + {name = "aiohttp-3.11.18-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "d1929da615840969929e8878d7951b31afe0bac883d84418f92e5755d7b49508"}}, + {name = "aiohttp-3.11.18-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "7d0aebeb2392f19b184e3fdd9e651b0e39cd0f195cdb93328bd124a1d455cd0e"}}, + {name = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "3849ead845e8444f7331c284132ab314b4dac43bfae1e3cf350906d4fff4620f"}}, + {name = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "5e8452ad6b2863709f8b3d615955aa0807bc093c34b8e25b3b52097fe421cb7f"}}, + {name = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "3b8d2b42073611c860a37f718b3d61ae8b4c2b124b2e776e2c10619d920350ec"}}, + {name = "aiohttp-3.11.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "40fbf91f6a0ac317c0a07eb328a1384941872f6761f2e6f7208b63c4cc0a7ff6"}}, + {name = "aiohttp-3.11.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "44ff5625413fec55216da5eaa011cf6b0a2ed67a565914a212a51aa3755b0009"}}, + {name = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "7f33a92a2fde08e8c6b0c61815521324fc1612f397abf96eed86b8e31618fdb4"}}, + {name = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_armv7l.whl",hashes = {sha256 = "11d5391946605f445ddafda5eab11caf310f90cdda1fd99865564e3164f5cff9"}}, + {name = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "3cc314245deb311364884e44242e00c18b5896e4fe6d5f942e7ad7e4cb640adb"}}, + {name = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "0f421843b0f70740772228b9e8093289924359d306530bcd3926f39acbe1adda"}}, + {name = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "e220e7562467dc8d589e31c1acd13438d82c03d7f385c9cd41a3f6d1d15807c1"}}, + {name = "aiohttp-3.11.18-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ab2ef72f8605046115bc9aa8e9d14fd49086d405855f40b79ed9e5c1f9f4faea"}}, + {name = "aiohttp-3.11.18-cp312-cp312-win32.whl",hashes = {sha256 = "12a62691eb5aac58d65200c7ae94d73e8a65c331c3a86a2e9670927e94339ee8"}}, + {name = "aiohttp-3.11.18-cp312-cp312-win_amd64.whl",hashes = {sha256 = "364329f319c499128fd5cd2d1c31c44f234c58f9b96cc57f743d16ec4f3238c8"}}, + {name = "aiohttp-3.11.18-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "474215ec618974054cf5dc465497ae9708543cbfc312c65212325d4212525811"}}, + {name = "aiohttp-3.11.18-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "6ced70adf03920d4e67c373fd692123e34d3ac81dfa1c27e45904a628567d804"}}, + {name = "aiohttp-3.11.18-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "2d9f6c0152f8d71361905aaf9ed979259537981f47ad099c8b3d81e0319814bd"}}, + {name = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "a35197013ed929c0aed5c9096de1fc5a9d336914d73ab3f9df14741668c0616c"}}, + {name = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "540b8a1f3a424f1af63e0af2d2853a759242a1769f9f1ab053996a392bd70118"}}, + {name = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "f9e6710ebebfce2ba21cee6d91e7452d1125100f41b906fb5af3da8c78b764c1"}}, + {name = "aiohttp-3.11.18-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f8af2ef3b4b652ff109f98087242e2ab974b2b2b496304063585e3d78de0b000"}}, + {name = "aiohttp-3.11.18-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "28c3f975e5ae3dbcbe95b7e3dcd30e51da561a0a0f2cfbcdea30fc1308d72137"}}, + {name = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "c28875e316c7b4c3e745172d882d8a5c835b11018e33432d281211af35794a93"}}, + {name = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_armv7l.whl",hashes = {sha256 = "13cd38515568ae230e1ef6919e2e33da5d0f46862943fcda74e7e915096815f3"}}, + {name = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "0e2a92101efb9f4c2942252c69c63ddb26d20f46f540c239ccfa5af865197bb8"}}, + {name = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "e6d3e32b8753c8d45ac550b11a1090dd66d110d4ef805ffe60fa61495360b3b2"}}, + {name = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "ea4cf2488156e0f281f93cc2fd365025efcba3e2d217cbe3df2840f8c73db261"}}, + {name = "aiohttp-3.11.18-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "9d4df95ad522c53f2b9ebc07f12ccd2cb15550941e11a5bbc5ddca2ca56316d7"}}, + {name = "aiohttp-3.11.18-cp313-cp313-win32.whl",hashes = {sha256 = "cdd1bbaf1e61f0d94aced116d6e95fe25942f7a5f42382195fd9501089db5d78"}}, + {name = "aiohttp-3.11.18-cp313-cp313-win_amd64.whl",hashes = {sha256 = "bdd619c27e44382cf642223f11cfd4d795161362a5a1fc1fa3940397bc89db01"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "aiohttp-3.11.18.tar.gz" +hashes = {sha256 = "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a"} [[packages]] name = "aiosignal" @@ -147,16 +147,16 @@ hashes = {sha256 = "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4 [[packages]] name = "certifi" -version = "2025.1.31" +version = "2025.4.26" requires-python = ">=3.6" wheels = [ - {name = "certifi-2025.1.31-py3-none-any.whl",hashes = {sha256 = "ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}}, + {name = "certifi-2025.4.26-py3-none-any.whl",hashes = {sha256 = "30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "certifi-2025.1.31.tar.gz" -hashes = {sha256 = "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"} +name = "certifi-2025.4.26.tar.gz" +hashes = {sha256 = "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6"} [[packages]] name = "cffi" @@ -232,68 +232,68 @@ hashes = {sha256 = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c [[packages]] name = "charset-normalizer" -version = "3.4.1" +version = "3.4.2" requires-python = ">=3.7" wheels = [ - {name = "charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "8bfa33f4f2672964266e940dd22a195989ba31669bd84629f05fab3ef4e2d125"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "28bf57629c75e810b6ae989f03c0828d64d6b26a5e205535585f96093e405ed1"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "f08ff5e948271dc7e18a35641d2f11a4cd8dfd5634f55228b691e62b37125eb3"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "234ac59ea147c59ee4da87a0c0f098e9c8d169f4dc2a159ef720f1a61bbe27cd"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fd4ec41f914fa74ad1b8304bbc634b3de73d2a0889bd32076342a573e0779e00"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "eea6ee1db730b3483adf394ea72f808b6e18cf3cb6454b4d86e04fa8c4327a12"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "c96836c97b1238e9c9e3fe90844c947d5afbf4f4c92762679acfe19927d81d77"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "4d86f7aff21ee58f26dcf5ae81a9addbd914115cdebcbb2217e4f0ed8982e146"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "09b5e6733cbd160dcc09589227187e242a30a49ca5cefa5a7edd3f9d19ed53fd"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "5777ee0881f9499ed0f71cc82cf873d9a0ca8af166dfa0af8ec4e675b7df48e6"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "237bdbe6159cff53b4f24f397d43c6336c6b0b42affbe857970cefbb620911c8"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-win32.whl",hashes = {sha256 = "8417cb1f36cc0bc7eaba8ccb0e04d55f0ee52df06df3ad55259b9a323555fc8b"}}, - {name = "charset_normalizer-3.4.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "d7f50a1f8c450f3925cb367d011448c39239bb3eb4117c36a6d354794de4ce76"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-win32.whl",hashes = {sha256 = "9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35"}}, - {name = "charset_normalizer-3.4.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-win32.whl",hashes = {sha256 = "eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407"}}, - {name = "charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971"}}, - {name = "charset_normalizer-3.4.1-py3-none-any.whl",hashes = {sha256 = "d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85"}}, -] -marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" - -[packages.sdist] -name = "charset_normalizer-3.4.1.tar.gz" -hashes = {sha256 = "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"} + {name = "charset_normalizer-3.4.2-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "be1e352acbe3c78727a16a455126d9ff83ea2dfdcbc83148d2982305a04714c2"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "aa88ca0b1932e93f2d961bf3addbb2db902198dca337d88c89e1559e066e7645"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "d524ba3f1581b35c03cb42beebab4a13e6cdad7b36246bd22541fa585a56cccd"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "28a1005facc94196e1fb3e82a3d442a9d9110b8434fc1ded7a24a2983c9888d8"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "0f5d9ed7f254402c9e7d35d2f5972c9bbea9040e99cd2861bd77dc68263277c7"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "efd387a49825780ff861998cd959767800d54f8308936b21025326de4b5a42b9"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_i686.whl",hashes = {sha256 = "f0aa37f3c979cf2546b73e8222bbfa3dc07a641585340179d768068e3455e544"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "e70e990b2137b29dc5564715de1e12701815dacc1d056308e2b17e9095372a82"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "0c8c57f84ccfc871a48a47321cfa49ae1df56cd1d965a09abe84066f6853b9c0"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6b66f92b17849b85cad91259efc341dce9c1af48e2173bf38a85c6329f1033e5"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-win32.whl",hashes = {sha256 = "daac4765328a919a805fa5e2720f3e94767abd632ae410a9062dff5412bae65a"}}, + {name = "charset_normalizer-3.4.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "e53efc7c7cee4c1e70661e2e112ca46a575f90ed9ae3fef200f2a25e954f4b28"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-macosx_10_13_universal2.whl",hashes = {sha256 = "0c29de6a1a95f24b9a1aa7aefd27d2487263f00dfd55a77719b530788f75cff7"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "cddf7bd982eaa998934a91f69d182aec997c6c468898efe6679af88283b498d3"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "d41c4d287cfc69060fa91cae9683eacffad989f1a10811995fa309df656ec214"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "cf713fe9a71ef6fd5adf7a79670135081cd4431c2943864757f0fa3a65b1fafd"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "a370b3e078e418187da8c3674eddb9d983ec09445c99a3a263c2011993522981"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_i686.whl",hashes = {sha256 = "a955b438e62efdf7e0b7b52a64dc5c3396e2634baa62471768a64bc2adb73d5c"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "7222ffd5e4de8e57e03ce2cef95a4c43c98fcb72ad86909abdfc2c17d227fc1b"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "bee093bf902e1d8fc0ac143c88902c3dfc8941f7ea1d6a8dd2bcb786d33db03d"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "dedb8adb91d11846ee08bec4c8236c8549ac721c245678282dcb06b221aab59f"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-win32.whl",hashes = {sha256 = "db4c7bf0e07fc3b7d89ac2a5880a6a8062056801b83ff56d8464b70f65482b6c"}}, + {name = "charset_normalizer-3.4.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "5a9979887252a82fefd3d3ed2a8e3b937a7a809f65dcb1e068b090e165bbe99e"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "926ca93accd5d36ccdabd803392ddc3e03e6d4cd1cf17deff3b989ab8e9dbcf0"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "eba9904b0f38a143592d9fc0e19e2df0fa2e41c3c3745554761c5f6447eedabf"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "3fddb7e2c84ac87ac3a947cb4e66d143ca5863ef48e4a5ecb83bd48619e4634e"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "98f862da73774290f251b9df8d11161b6cf25b599a66baf087c1ffe340e9bfd1"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "6c9379d65defcab82d07b2a9dfbfc2e95bc8fe0ebb1b176a3190230a3ef0e07c"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "e635b87f01ebc977342e2697d05b56632f5f879a4f15955dfe8cef2448b51691"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "1c95a1e2902a8b722868587c0e1184ad5c55631de5afc0eb96bc4b0d738092c0"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_i686.whl",hashes = {sha256 = "ef8de666d6179b009dce7bcb2ad4c4a779f113f12caf8dc77f0162c29d20490b"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "32fc0341d72e0f73f80acb0a2c94216bd704f4f0bce10aedea38f30502b271ff"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "289200a18fa698949d2b39c671c2cc7a24d44096784e76614899a7ccf2574b7b"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "4a476b06fbcf359ad25d34a057b7219281286ae2477cc5ff5e3f70a246971148"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-win32.whl",hashes = {sha256 = "aaeeb6a479c7667fbe1099af9617c83aaca22182d6cf8c53966491a0f1b7ffb7"}}, + {name = "charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "aa6af9e7d59f9c12b33ae4e9450619cf2488e2bbe9b44030905877f0b2324980"}}, + {name = "charset_normalizer-3.4.2-py3-none-any.whl",hashes = {sha256 = "7f56930ab0abd1c45cd15be65cc741c28b1c9a34876ce8c17a2fa107810c0af0"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "charset_normalizer-3.4.2.tar.gz" +hashes = {sha256 = "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63"} [[packages]] name = "click" -version = "8.1.8" -requires-python = ">=3.7" +version = "8.2.0" +requires-python = ">=3.10" wheels = [ - {name = "click-8.1.8-py3-none-any.whl",hashes = {sha256 = "63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}}, + {name = "click-8.2.0-py3-none-any.whl",hashes = {sha256 = "6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "click-8.1.8.tar.gz" -hashes = {sha256 = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"} +name = "click-8.2.0.tar.gz" +hashes = {sha256 = "f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d"} [[packages]] name = "colorama" @@ -323,16 +323,16 @@ hashes = {sha256 = "b038437a4097d1a1c497695c3586ea34bea67fdd35372b9a50f30bf044d7 [[packages]] name = "datasets" -version = "3.5.0" +version = "3.6.0" requires-python = ">=3.9.0" wheels = [ - {name = "datasets-3.5.0-py3-none-any.whl",hashes = {sha256 = "b3b7f163acc6ac4e01a1b00eef26d48bd4039288ceea3601d169272bd5581006"}}, + {name = "datasets-3.6.0-py3-none-any.whl",hashes = {sha256 = "25000c4a2c0873a710df127d08a202a06eab7bf42441a6bc278b499c2f72cd1b"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "datasets-3.5.0.tar.gz" -hashes = {sha256 = "9e39560e34f83a64e48ceca7adeb645ede3c3055c5cf48ed2b454f8ed2b89754"} +name = "datasets-3.6.0.tar.gz" +hashes = {sha256 = "1b2bf43b19776e2787e181cfd329cb0ca1a358ea014780c3581e0f276375e041"} [[packages]] name = "dill" @@ -482,42 +482,61 @@ hashes = {sha256 = "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c6 [[packages]] name = "fsspec" -version = "2024.12.0" +version = "2025.3.0" requires-python = ">=3.8" wheels = [ - {name = "fsspec-2024.12.0-py3-none-any.whl",hashes = {sha256 = "b520aed47ad9804237ff878b504267a3b0b441e97508bd6d2d8774e3db85cee2"}}, + {name = "fsspec-2025.3.0-py3-none-any.whl",hashes = {sha256 = "efb87af3efa9103f94ca91a7f8cb7a4df91af9f74fc106c9c7ea0efd7277c1b3"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "fsspec-2024.12.0.tar.gz" -hashes = {sha256 = "670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f"} +name = "fsspec-2025.3.0.tar.gz" +hashes = {sha256 = "a935fd1ea872591f2b5148907d103488fc523295e6c64b835cfad8c3eca44972"} + +[[packages]] +name = "hf-xet" +version = "1.1.0" +requires-python = ">=3.8" +wheels = [ + {name = "hf_xet-1.1.0-cp37-abi3-macosx_10_12_x86_64.whl",hashes = {sha256 = "0322c42551e275fcb7949c083a54a81b2898e50787c9aa74284fcb8d2c58c12c"}}, + {name = "hf_xet-1.1.0-cp37-abi3-macosx_11_0_arm64.whl",hashes = {sha256 = "667153a0304ac2debf2af95a8ff7687186f885b493f4cd16344869af270cd110"}}, + {name = "hf_xet-1.1.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "995eeffb119636ea617b96c7d7bf3c3f5ea8727fa57974574e25d700b8532d48"}}, + {name = "hf_xet-1.1.0-cp37-abi3-manylinux_2_28_aarch64.whl",hashes = {sha256 = "3aee847da362393331f515c4010d0aaa1c2669acfcca1f4b28946d6949cc0086"}}, + {name = "hf_xet-1.1.0-cp37-abi3-musllinux_1_2_aarch64.whl",hashes = {sha256 = "68c5813a6074aa36e12ef5983230e3b03148cce61e0fcdd294096493795565b4"}}, + {name = "hf_xet-1.1.0-cp37-abi3-musllinux_1_2_x86_64.whl",hashes = {sha256 = "4ee9222bf9274b1c198b88a929de0b5a49349c4962d89c5b3b2f0f7f47d9761c"}}, + {name = "hf_xet-1.1.0-cp37-abi3-win_amd64.whl",hashes = {sha256 = "73153eab9abf3d6973b21e94a67ccba5d595c3e12feb8c0bf50be02964e7f126"}}, +] +marker = "\"default\" in dependency_groups and (platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\") or \"leaderboard\" in extras and (platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\")" + +[packages.sdist] +name = "hf_xet-1.1.0.tar.gz" +hashes = {sha256 = "a7c2a4c2b6eee9ce0a1a367a82b60d95ba634420ef1c250addad7aa4af419cf4"} [[packages]] name = "huggingface-hub" -version = "0.30.2" +version = "0.31.1" requires-python = ">=3.8.0" wheels = [ - {name = "huggingface_hub-0.30.2-py3-none-any.whl",hashes = {sha256 = "68ff05969927058cfa41df4f2155d4bb48f5f54f719dd0390103eefa9b191e28"}}, + {name = "huggingface_hub-0.31.1-py3-none-any.whl",hashes = {sha256 = "43f73124819b48b42d140cbc0d7a2e6bd15b2853b1b9d728d4d55ad1750cac5b"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "huggingface_hub-0.30.2.tar.gz" -hashes = {sha256 = "9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466"} +name = "huggingface_hub-0.31.1.tar.gz" +hashes = {sha256 = "492bb5f545337aa9e2f59b75ef4c5f535a371e8958a6ce90af056387e67f1180"} [[packages]] name = "identify" -version = "2.6.9" +version = "2.6.10" requires-python = ">=3.9" wheels = [ - {name = "identify-2.6.9-py2.py3-none-any.whl",hashes = {sha256 = "c98b4322da415a8e5a70ff6e51fbc2d2932c015532d77e9f8537b4ba7813b150"}}, + {name = "identify-2.6.10-py2.py3-none-any.whl",hashes = {sha256 = "5f34248f54136beed1a7ba6a6b5c4b6cf21ff495aac7c359e1ef831ae3b8ab25"}}, ] marker = "\"dev\" in dependency_groups" [packages.sdist] -name = "identify-2.6.9.tar.gz" -hashes = {sha256 = "d40dfe3142a1421d8518e3d3985ef5ac42890683e32306ad614a29490abeb6bf"} +name = "identify-2.6.10.tar.gz" +hashes = {sha256 = "45e92fd704f3da71cc3880036633f48b4b7265fd4de2b57627cb157216eb7eb8"} [[packages]] name = "idna" @@ -560,16 +579,16 @@ hashes = {sha256 = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f6 [[packages]] name = "joblib" -version = "1.4.2" -requires-python = ">=3.8" +version = "1.5.0" +requires-python = ">=3.9" wheels = [ - {name = "joblib-1.4.2-py3-none-any.whl",hashes = {sha256 = "06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"}}, + {name = "joblib-1.5.0-py3-none-any.whl",hashes = {sha256 = "206144b320246485b712fc8cc51f017de58225fa8b414a1fe1764a7231aca491"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "joblib-1.4.2.tar.gz" -hashes = {sha256 = "2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"} +name = "joblib-1.5.0.tar.gz" +hashes = {sha256 = "d8757f955389a3dd7a23152e43bc297c2e0c2d3060056dad0feefc88a06939b5"} [[packages]] name = "jsonlines" @@ -622,66 +641,66 @@ hashes = {sha256 = "3a7ffff20347315bf2318796b90ec9f7dd819836567085b5f57fdcc8bc45 [[packages]] name = "lxml" -version = "5.3.2" +version = "5.4.0" requires-python = ">=3.6" wheels = [ - {name = "lxml-5.3.2-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "9d61a7d0d208ace43986a92b111e035881c4ed45b1f5b7a270070acae8b0bfb4"}}, - {name = "lxml-5.3.2-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "856dfd7eda0b75c29ac80a31a6411ca12209183e866c33faf46e77ace3ce8a79"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "7a01679e4aad0727bedd4c9407d4d65978e920f0200107ceeffd4b019bd48529"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "b6b37b4c3acb8472d191816d4582379f64d81cecbdce1a668601745c963ca5cc"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "3df5a54e7b7c31755383f126d3a84e12a4e0333db4679462ef1165d702517477"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "c09a40f28dcded933dc16217d6a092be0cc49ae25811d3b8e937c8060647c353"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "a1ef20f1851ccfbe6c5a04c67ec1ce49da16ba993fdbabdce87a92926e505412"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "f79a63289dbaba964eb29ed3c103b7911f2dce28c36fe87c36a114e6bd21d7ad"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "75a72697d95f27ae00e75086aed629f117e816387b74a2f2da6ef382b460b710"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_s390x.whl",hashes = {sha256 = "b9b00c9ee1cc3a76f1f16e94a23c344e0b6e5c10bec7f94cf2d820ce303b8c01"}}, - {name = "lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "77cbcab50cbe8c857c6ba5f37f9a3976499c60eada1bf6d38f88311373d7b4bc"}}, - {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "29424058f072a24622a0a15357bca63d796954758248a72da6d512f9bd9a4493"}}, - {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "7d82737a8afe69a7c80ef31d7626075cc7d6e2267f16bf68af2c764b45ed68ab"}}, - {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "95473d1d50a5d9fcdb9321fdc0ca6e1edc164dce4c7da13616247d27f3d21e31"}}, - {name = "lxml-5.3.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "2162068f6da83613f8b2a32ca105e37a564afd0d7009b0b25834d47693ce3538"}}, - {name = "lxml-5.3.2-cp311-cp311-win32.whl",hashes = {sha256 = "f8695752cf5d639b4e981afe6c99e060621362c416058effd5c704bede9cb5d1"}}, - {name = "lxml-5.3.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "d1a94cbb4ee64af3ab386c2d63d6d9e9cf2e256ac0fd30f33ef0a3c88f575174"}}, - {name = "lxml-5.3.2-cp312-cp312-macosx_10_9_universal2.whl",hashes = {sha256 = "16b3897691ec0316a1aa3c6585f61c8b7978475587c5b16fc1d2c28d283dc1b0"}}, - {name = "lxml-5.3.2-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "a8d4b34a0eeaf6e73169dcfd653c8d47f25f09d806c010daf074fba2db5e2d3f"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "9cd7a959396da425022e1e4214895b5cfe7de7035a043bcc2d11303792b67554"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "cac5eaeec3549c5df7f8f97a5a6db6963b91639389cdd735d5a806370847732b"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "29b5f7d77334877c2146e7bb8b94e4df980325fab0a8af4d524e5d43cd6f789d"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "13f3495cfec24e3d63fffd342cc8141355d1d26ee766ad388775f5c8c5ec3932"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e70ad4c9658beeff99856926fd3ee5fde8b519b92c693f856007177c36eb2e30"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "507085365783abd7879fa0a6fa55eddf4bdd06591b17a2418403bb3aff8a267d"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "5bb304f67cbf5dfa07edad904732782cbf693286b9cd85af27059c5779131050"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_s390x.whl",hashes = {sha256 = "3d84f5c093645c21c29a4e972b84cb7cf682f707f8706484a5a0c7ff13d7a988"}}, - {name = "lxml-5.3.2-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "bdc13911db524bd63f37b0103af014b7161427ada41f1b0b3c9b5b5a9c1ca927"}}, - {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "1ec944539543f66ebc060ae180d47e86aca0188bda9cbfadff47d86b0dc057dc"}}, - {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "59d437cc8a7f838282df5a199cf26f97ef08f1c0fbec6e84bd6f5cc2b7913f6e"}}, - {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "0e275961adbd32e15672e14e0cc976a982075208224ce06d149c92cb43db5b93"}}, - {name = "lxml-5.3.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "038aeb6937aa404480c2966b7f26f1440a14005cb0702078c173c028eca72c31"}}, - {name = "lxml-5.3.2-cp312-cp312-win32.whl",hashes = {sha256 = "3c2c8d0fa3277147bff180e3590be67597e17d365ce94beb2efa3138a2131f71"}}, - {name = "lxml-5.3.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "77809fcd97dfda3f399102db1794f7280737b69830cd5c961ac87b3c5c05662d"}}, - {name = "lxml-5.3.2-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "77626571fb5270ceb36134765f25b665b896243529eefe840974269b083e090d"}}, - {name = "lxml-5.3.2-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "78a533375dc7aa16d0da44af3cf6e96035e484c8c6b2b2445541a5d4d3d289ee"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "a6f62b2404b3f3f0744bbcabb0381c5fe186fa2a9a67ecca3603480f4846c585"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2ea918da00091194526d40c30c4996971f09dacab032607581f8d8872db34fbf"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "c35326f94702a7264aa0eea826a79547d3396a41ae87a70511b9f6e9667ad31c"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "e3bef90af21d31c4544bc917f51e04f94ae11b43156356aff243cdd84802cbf2"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "52fa7ba11a495b7cbce51573c73f638f1dcff7b3ee23697467dc063f75352a69"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "ad131e2c4d2c3803e736bb69063382334e03648de2a6b8f56a878d700d4b557d"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "00a4463ca409ceacd20490a893a7e08deec7870840eff33dc3093067b559ce3e"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_s390x.whl",hashes = {sha256 = "87e8d78205331cace2b73ac8249294c24ae3cba98220687b5b8ec5971a2267f1"}}, - {name = "lxml-5.3.2-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "bf6389133bb255e530a4f2f553f41c4dd795b1fbb6f797aea1eff308f1e11606"}}, - {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "b3709fc752b42fb6b6ffa2ba0a5b9871646d97d011d8f08f4d5b3ee61c7f3b2b"}}, - {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "abc795703d0de5d83943a4badd770fbe3d1ca16ee4ff3783d7caffc252f309ae"}}, - {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "98050830bb6510159f65d9ad1b8aca27f07c01bb3884ba95f17319ccedc4bcf9"}}, - {name = "lxml-5.3.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6ba465a91acc419c5682f8b06bcc84a424a7aa5c91c220241c6fd31de2a72bc6"}}, - {name = "lxml-5.3.2-cp313-cp313-win32.whl",hashes = {sha256 = "56a1d56d60ea1ec940f949d7a309e0bff05243f9bd337f585721605670abb1c1"}}, - {name = "lxml-5.3.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "1a580dc232c33d2ad87d02c8a3069d47abbcdce974b9c9cc82a79ff603065dbe"}}, -] -marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" - -[packages.sdist] -name = "lxml-5.3.2.tar.gz" -hashes = {sha256 = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1"} + {name = "lxml-5.4.0-cp311-cp311-macosx_10_9_universal2.whl",hashes = {sha256 = "98a3912194c079ef37e716ed228ae0dcb960992100461b704aea4e93af6b0bb9"}}, + {name = "lxml-5.4.0-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "0ea0252b51d296a75f6118ed0d8696888e7403408ad42345d7dfd0d1e93309a7"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b92b69441d1bd39f4940f9eadfa417a25862242ca2c396b406f9272ef09cdcaa"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "20e16c08254b9b6466526bc1828d9370ee6c0d60a4b64836bc3ac2917d1e16df"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "7605c1c32c3d6e8c990dd28a0970a3cbbf1429d5b92279e37fda05fb0c92190e"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "ecf4c4b83f1ab3d5a7ace10bafcb6f11df6156857a3c418244cef41ca9fa3e44"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "0cef4feae82709eed352cd7e97ae062ef6ae9c7b5dbe3663f104cd2c0e8d94ba"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "df53330a3bff250f10472ce96a9af28628ff1f4efc51ccba351a8820bca2a8ba"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "aefe1a7cb852fa61150fcb21a8c8fcea7b58c4cb11fbe59c97a0a4b31cae3c8c"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_28_s390x.whl",hashes = {sha256 = "ef5a7178fcc73b7d8c07229e89f8eb45b2908a9238eb90dcfc46571ccf0383b8"}}, + {name = "lxml-5.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "d2ed1b3cb9ff1c10e6e8b00941bb2e5bb568b307bfc6b17dffbbe8be5eecba86"}}, + {name = "lxml-5.4.0-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "72ac9762a9f8ce74c9eed4a4e74306f2f18613a6b71fa065495a67ac227b3056"}}, + {name = "lxml-5.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "f5cb182f6396706dc6cc1896dd02b1c889d644c081b0cdec38747573db88a7d7"}}, + {name = "lxml-5.4.0-cp311-cp311-musllinux_1_2_s390x.whl",hashes = {sha256 = "3a3178b4873df8ef9457a4875703488eb1622632a9cee6d76464b60e90adbfcd"}}, + {name = "lxml-5.4.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e094ec83694b59d263802ed03a8384594fcce477ce484b0cbcd0008a211ca751"}}, + {name = "lxml-5.4.0-cp311-cp311-win32.whl",hashes = {sha256 = "4329422de653cdb2b72afa39b0aa04252fca9071550044904b2e7036d9d97fe4"}}, + {name = "lxml-5.4.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "fd3be6481ef54b8cfd0e1e953323b7aa9d9789b94842d0e5b142ef4bb7999539"}}, + {name = "lxml-5.4.0-cp312-cp312-macosx_10_9_universal2.whl",hashes = {sha256 = "b5aff6f3e818e6bdbbb38e5967520f174b18f539c2b9de867b1e7fde6f8d95a4"}}, + {name = "lxml-5.4.0-cp312-cp312-macosx_10_9_x86_64.whl",hashes = {sha256 = "942a5d73f739ad7c452bf739a62a0f83e2578afd6b8e5406308731f4ce78b16d"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "460508a4b07364d6abf53acaa0a90b6d370fafde5693ef37602566613a9b0779"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "529024ab3a505fed78fe3cc5ddc079464e709f6c892733e3f5842007cec8ac6e"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "7ca56ebc2c474e8f3d5761debfd9283b8b18c76c4fc0967b74aeafba1f5647f9"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "a81e1196f0a5b4167a8dafe3a66aa67c4addac1b22dc47947abd5d5c7a3f24b5"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "00b8686694423ddae324cf614e1b9659c2edb754de617703c3d29ff568448df5"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "c5681160758d3f6ac5b4fea370495c48aac0989d6a0f01bb9a72ad8ef5ab75c4"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "2dc191e60425ad70e75a68c9fd90ab284df64d9cd410ba8d2b641c0c45bc006e"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_28_s390x.whl",hashes = {sha256 = "67f779374c6b9753ae0a0195a892a1c234ce8416e4448fe1e9f34746482070a7"}}, + {name = "lxml-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "79d5bfa9c1b455336f52343130b2067164040604e41f6dc4d8313867ed540079"}}, + {name = "lxml-5.4.0-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "3d3c30ba1c9b48c68489dc1829a6eede9873f52edca1dda900066542528d6b20"}}, + {name = "lxml-5.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "1af80c6316ae68aded77e91cd9d80648f7dd40406cef73df841aa3c36f6907c8"}}, + {name = "lxml-5.4.0-cp312-cp312-musllinux_1_2_s390x.whl",hashes = {sha256 = "4d885698f5019abe0de3d352caf9466d5de2baded00a06ef3f1216c1a58ae78f"}}, + {name = "lxml-5.4.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "aea53d51859b6c64e7c51d522c03cc2c48b9b5d6172126854cc7f01aa11f52bc"}}, + {name = "lxml-5.4.0-cp312-cp312-win32.whl",hashes = {sha256 = "d90b729fd2732df28130c064aac9bb8aff14ba20baa4aee7bd0795ff1187545f"}}, + {name = "lxml-5.4.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "1dc4ca99e89c335a7ed47d38964abcb36c5910790f9bd106f2a8fa2ee0b909d2"}}, + {name = "lxml-5.4.0-cp313-cp313-macosx_10_13_universal2.whl",hashes = {sha256 = "773e27b62920199c6197130632c18fb7ead3257fce1ffb7d286912e56ddb79e0"}}, + {name = "lxml-5.4.0-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "ce9c671845de9699904b1e9df95acfe8dfc183f2310f163cdaa91a3535af95de"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "9454b8d8200ec99a224df8854786262b1bd6461f4280064c807303c642c05e76"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "cccd007d5c95279e529c146d095f1d39ac05139de26c098166c4beb9374b0f4d"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "0fce1294a0497edb034cb416ad3e77ecc89b313cff7adbee5334e4dc0d11f422"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "24974f774f3a78ac12b95e3a20ef0931795ff04dbb16db81a90c37f589819551"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "497cab4d8254c2a90bf988f162ace2ddbfdd806fce3bda3f581b9d24c852e03c"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "e794f698ae4c5084414efea0f5cc9f4ac562ec02d66e1484ff822ef97c2cadff"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_28_ppc64le.whl",hashes = {sha256 = "2c62891b1ea3094bb12097822b3d44b93fc6c325f2043c4d2736a8ff09e65f60"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_28_s390x.whl",hashes = {sha256 = "142accb3e4d1edae4b392bd165a9abdee8a3c432a2cca193df995bc3886249c8"}}, + {name = "lxml-5.4.0-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "1a42b3a19346e5601d1b8296ff6ef3d76038058f311902edd574461e9c036982"}}, + {name = "lxml-5.4.0-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "4291d3c409a17febf817259cb37bc62cb7eb398bcc95c1356947e2871911ae61"}}, + {name = "lxml-5.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl",hashes = {sha256 = "4f5322cf38fe0e21c2d73901abf68e6329dc02a4994e483adbcf92b568a09a54"}}, + {name = "lxml-5.4.0-cp313-cp313-musllinux_1_2_s390x.whl",hashes = {sha256 = "0be91891bdb06ebe65122aa6bf3fc94489960cf7e03033c6f83a90863b23c58b"}}, + {name = "lxml-5.4.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "15a665ad90054a3d4f397bc40f73948d48e36e4c09f9bcffc7d90c87410e478a"}}, + {name = "lxml-5.4.0-cp313-cp313-win32.whl",hashes = {sha256 = "d5663bc1b471c79f5c833cffbc9b87d7bf13f87e055a5c86c363ccd2348d7e82"}}, + {name = "lxml-5.4.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "bcb7a1096b4b6b24ce1ac24d4942ad98f983cd3810f9711bcd0293f43a9d8b9f"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "lxml-5.4.0.tar.gz" +hashes = {sha256 = "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd"} [[packages]] name = "markupsafe" @@ -763,16 +782,16 @@ hashes = {sha256 = "8105ef9cf6b7d7d69fe7fd6b68a2d8f281ca9b365d7a9b670be376b2e6c8 [[packages]] name = "more-itertools" -version = "10.6.0" +version = "10.7.0" requires-python = ">=3.9" wheels = [ - {name = "more_itertools-10.6.0-py3-none-any.whl",hashes = {sha256 = "6eb054cb4b6db1473f6e15fcc676a08e4732548acd47c708f0e179c2c7c01e89"}}, + {name = "more_itertools-10.7.0-py3-none-any.whl",hashes = {sha256 = "d43980384673cb07d2f7d2d918c616b30c659c089ee23953f601d6609c67510e"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "more-itertools-10.6.0.tar.gz" -hashes = {sha256 = "2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b"} +name = "more_itertools-10.7.0.tar.gz" +hashes = {sha256 = "9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3"} [[packages]] name = "mpmath" @@ -956,68 +975,68 @@ hashes = {sha256 = "b0aff6b48ebc99d2f54f27b5f73a58cb92fde650aeff1b397c71c8788b4f [[packages]] name = "numpy" -version = "2.2.4" +version = "2.2.5" requires-python = ">=3.10" wheels = [ - {name = "numpy-2.2.4-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "e9e0a277bb2eb5d8a7407e14688b85fd8ad628ee4e0c7930415687b6564207a4"}}, - {name = "numpy-2.2.4-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "9eeea959168ea555e556b8188da5fa7831e21d91ce031e95ce23747b7609f8a4"}}, - {name = "numpy-2.2.4-cp311-cp311-macosx_14_0_arm64.whl",hashes = {sha256 = "bd3ad3b0a40e713fc68f99ecfd07124195333f1e689387c180813f0e94309d6f"}}, - {name = "numpy-2.2.4-cp311-cp311-macosx_14_0_x86_64.whl",hashes = {sha256 = "cf28633d64294969c019c6df4ff37f5698e8326db68cc2b66576a51fad634880"}}, - {name = "numpy-2.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "2fa8fa7697ad1646b5c93de1719965844e004fcad23c91228aca1cf0800044a1"}}, - {name = "numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f4162988a360a29af158aeb4a2f4f09ffed6a969c9776f8f3bdee9b06a8ab7e5"}}, - {name = "numpy-2.2.4-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "892c10d6a73e0f14935c31229e03325a7b3093fafd6ce0af704be7f894d95687"}}, - {name = "numpy-2.2.4-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "db1f1c22173ac1c58db249ae48aa7ead29f534b9a948bc56828337aa84a32ed6"}}, - {name = "numpy-2.2.4-cp311-cp311-win32.whl",hashes = {sha256 = "ea2bb7e2ae9e37d96835b3576a4fa4b3a97592fbea8ef7c3587078b0068b8f09"}}, - {name = "numpy-2.2.4-cp311-cp311-win_amd64.whl",hashes = {sha256 = "f7de08cbe5551911886d1ab60de58448c6df0f67d9feb7d1fb21e9875ef95e91"}}, - {name = "numpy-2.2.4-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "a7b9084668aa0f64e64bd00d27ba5146ef1c3a8835f3bd912e7a9e01326804c4"}}, - {name = "numpy-2.2.4-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "dbe512c511956b893d2dacd007d955a3f03d555ae05cfa3ff1c1ff6df8851854"}}, - {name = "numpy-2.2.4-cp312-cp312-macosx_14_0_arm64.whl",hashes = {sha256 = "bb649f8b207ab07caebba230d851b579a3c8711a851d29efe15008e31bb4de24"}}, - {name = "numpy-2.2.4-cp312-cp312-macosx_14_0_x86_64.whl",hashes = {sha256 = "f34dc300df798742b3d06515aa2a0aee20941c13579d7a2f2e10af01ae4901ee"}}, - {name = "numpy-2.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "c3f7ac96b16955634e223b579a3e5798df59007ca43e8d451a0e6a50f6bfdfba"}}, - {name = "numpy-2.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "4f92084defa704deadd4e0a5ab1dc52d8ac9e8a8ef617f3fbb853e79b0ea3592"}}, - {name = "numpy-2.2.4-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "7a4e84a6283b36632e2a5b56e121961f6542ab886bc9e12f8f9818b3c266bfbb"}}, - {name = "numpy-2.2.4-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "11c43995255eb4127115956495f43e9343736edb7fcdb0d973defd9de14cd84f"}}, - {name = "numpy-2.2.4-cp312-cp312-win32.whl",hashes = {sha256 = "65ef3468b53269eb5fdb3a5c09508c032b793da03251d5f8722b1194f1790c00"}}, - {name = "numpy-2.2.4-cp312-cp312-win_amd64.whl",hashes = {sha256 = "2aad3c17ed2ff455b8eaafe06bcdae0062a1db77cb99f4b9cbb5f4ecb13c5146"}}, - {name = "numpy-2.2.4-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "1cf4e5c6a278d620dee9ddeb487dc6a860f9b199eadeecc567f777daace1e9e7"}}, - {name = "numpy-2.2.4-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "1974afec0b479e50438fc3648974268f972e2d908ddb6d7fb634598cdb8260a0"}}, - {name = "numpy-2.2.4-cp313-cp313-macosx_14_0_arm64.whl",hashes = {sha256 = "79bd5f0a02aa16808fcbc79a9a376a147cc1045f7dfe44c6e7d53fa8b8a79392"}}, - {name = "numpy-2.2.4-cp313-cp313-macosx_14_0_x86_64.whl",hashes = {sha256 = "3387dd7232804b341165cedcb90694565a6015433ee076c6754775e85d86f1fc"}}, - {name = "numpy-2.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6f527d8fdb0286fd2fd97a2a96c6be17ba4232da346931d967a0630050dfd298"}}, - {name = "numpy-2.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "bce43e386c16898b91e162e5baaad90c4b06f9dcbe36282490032cec98dc8ae7"}}, - {name = "numpy-2.2.4-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "31504f970f563d99f71a3512d0c01a645b692b12a63630d6aafa0939e52361e6"}}, - {name = "numpy-2.2.4-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "81413336ef121a6ba746892fad881a83351ee3e1e4011f52e97fba79233611fd"}}, - {name = "numpy-2.2.4-cp313-cp313-win32.whl",hashes = {sha256 = "f486038e44caa08dbd97275a9a35a283a8f1d2f0ee60ac260a1790e76660833c"}}, - {name = "numpy-2.2.4-cp313-cp313-win_amd64.whl",hashes = {sha256 = "207a2b8441cc8b6a2a78c9ddc64d00d20c303d79fba08c577752f080c4007ee3"}}, - {name = "numpy-2.2.4-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "8120575cb4882318c791f839a4fd66161a6fa46f3f0a5e613071aae35b5dd8f8"}}, - {name = "numpy-2.2.4-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "a761ba0fa886a7bb33c6c8f6f20213735cb19642c580a931c625ee377ee8bd39"}}, - {name = "numpy-2.2.4-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "ac0280f1ba4a4bfff363a99a6aceed4f8e123f8a9b234c89140f5e894e452ecd"}}, - {name = "numpy-2.2.4-cp313-cp313t-macosx_14_0_x86_64.whl",hashes = {sha256 = "879cf3a9a2b53a4672a168c21375166171bc3932b7e21f622201811c43cdd3b0"}}, - {name = "numpy-2.2.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "f05d4198c1bacc9124018109c5fba2f3201dbe7ab6e92ff100494f236209c960"}}, - {name = "numpy-2.2.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "e2f085ce2e813a50dfd0e01fbfc0c12bbe5d2063d99f8b29da30e544fb6483b8"}}, - {name = "numpy-2.2.4-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "92bda934a791c01d6d9d8e038363c50918ef7c40601552a58ac84c9613a665bc"}}, - {name = "numpy-2.2.4-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "ee4d528022f4c5ff67332469e10efe06a267e32f4067dc76bb7e2cddf3cd25ff"}}, - {name = "numpy-2.2.4-cp313-cp313t-win32.whl",hashes = {sha256 = "05c076d531e9998e7e694c36e8b349969c56eadd2cdcd07242958489d79a7286"}}, - {name = "numpy-2.2.4-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "188dcbca89834cc2e14eb2f106c96d6d46f200fe0200310fc29089657379c58d"}}, -] -marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" - -[packages.sdist] -name = "numpy-2.2.4.tar.gz" -hashes = {sha256 = "9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f"} + {name = "numpy-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl",hashes = {sha256 = "c42365005c7a6c42436a54d28c43fe0e01ca11eb2ac3cefe796c25a5f98e5e9b"}}, + {name = "numpy-2.2.5-cp311-cp311-macosx_11_0_arm64.whl",hashes = {sha256 = "498815b96f67dc347e03b719ef49c772589fb74b8ee9ea2c37feae915ad6ebda"}}, + {name = "numpy-2.2.5-cp311-cp311-macosx_14_0_arm64.whl",hashes = {sha256 = "6411f744f7f20081b1b4e7112e0f4c9c5b08f94b9f086e6f0adf3645f85d3a4d"}}, + {name = "numpy-2.2.5-cp311-cp311-macosx_14_0_x86_64.whl",hashes = {sha256 = "9de6832228f617c9ef45d948ec1cd8949c482238d68b2477e6f642c33a7b0a54"}}, + {name = "numpy-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "369e0d4647c17c9363244f3468f2227d557a74b6781cb62ce57cf3ef5cc7c610"}}, + {name = "numpy-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "262d23f383170f99cd9191a7c85b9a50970fe9069b2f8ab5d786eca8a675d60b"}}, + {name = "numpy-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "aa70fdbdc3b169d69e8c59e65c07a1c9351ceb438e627f0fdcd471015cd956be"}}, + {name = "numpy-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "37e32e985f03c06206582a7323ef926b4e78bdaa6915095ef08070471865b906"}}, + {name = "numpy-2.2.5-cp311-cp311-win32.whl",hashes = {sha256 = "f5045039100ed58fa817a6227a356240ea1b9a1bc141018864c306c1a16d4175"}}, + {name = "numpy-2.2.5-cp311-cp311-win_amd64.whl",hashes = {sha256 = "b13f04968b46ad705f7c8a80122a42ae8f620536ea38cf4bdd374302926424dd"}}, + {name = "numpy-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "ee461a4eaab4f165b68780a6a1af95fb23a29932be7569b9fab666c407969051"}}, + {name = "numpy-2.2.5-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "ec31367fd6a255dc8de4772bd1658c3e926d8e860a0b6e922b615e532d320ddc"}}, + {name = "numpy-2.2.5-cp312-cp312-macosx_14_0_arm64.whl",hashes = {sha256 = "47834cde750d3c9f4e52c6ca28a7361859fcaf52695c7dc3cc1a720b8922683e"}}, + {name = "numpy-2.2.5-cp312-cp312-macosx_14_0_x86_64.whl",hashes = {sha256 = "2c1a1c6ccce4022383583a6ded7bbcda22fc635eb4eb1e0a053336425ed36dfa"}}, + {name = "numpy-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "9d75f338f5f79ee23548b03d801d28a505198297534f62416391857ea0479571"}}, + {name = "numpy-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "3a801fef99668f309b88640e28d261991bfad9617c27beda4a3aec4f217ea073"}}, + {name = "numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "abe38cd8381245a7f49967a6010e77dbf3680bd3627c0fe4362dd693b404c7f8"}}, + {name = "numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "5a0ac90e46fdb5649ab6369d1ab6104bfe5854ab19b645bf5cda0127a13034ae"}}, + {name = "numpy-2.2.5-cp312-cp312-win32.whl",hashes = {sha256 = "0cd48122a6b7eab8f06404805b1bd5856200e3ed6f8a1b9a194f9d9054631beb"}}, + {name = "numpy-2.2.5-cp312-cp312-win_amd64.whl",hashes = {sha256 = "ced69262a8278547e63409b2653b372bf4baff0870c57efa76c5703fd6543282"}}, + {name = "numpy-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "059b51b658f4414fff78c6d7b1b4e18283ab5fa56d270ff212d5ba0c561846f4"}}, + {name = "numpy-2.2.5-cp313-cp313-macosx_11_0_arm64.whl",hashes = {sha256 = "47f9ed103af0bc63182609044b0490747e03bd20a67e391192dde119bf43d52f"}}, + {name = "numpy-2.2.5-cp313-cp313-macosx_14_0_arm64.whl",hashes = {sha256 = "261a1ef047751bb02f29dfe337230b5882b54521ca121fc7f62668133cb119c9"}}, + {name = "numpy-2.2.5-cp313-cp313-macosx_14_0_x86_64.whl",hashes = {sha256 = "4520caa3807c1ceb005d125a75e715567806fed67e315cea619d5ec6e75a4191"}}, + {name = "numpy-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "3d14b17b9be5f9c9301f43d2e2a4886a33b53f4e6fdf9ca2f4cc60aeeee76372"}}, + {name = "numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "2ba321813a00e508d5421104464510cc962a6f791aa2fca1c97b1e65027da80d"}}, + {name = "numpy-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "a4cbdef3ddf777423060c6f81b5694bad2dc9675f110c4b2a60dc0181543fac7"}}, + {name = "numpy-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "54088a5a147ab71a8e7fdfd8c3601972751ded0739c6b696ad9cb0343e21ab73"}}, + {name = "numpy-2.2.5-cp313-cp313-win32.whl",hashes = {sha256 = "c8b82a55ef86a2d8e81b63da85e55f5537d2157165be1cb2ce7cfa57b6aef38b"}}, + {name = "numpy-2.2.5-cp313-cp313-win_amd64.whl",hashes = {sha256 = "d8882a829fd779f0f43998e931c466802a77ca1ee0fe25a3abe50278616b1471"}}, + {name = "numpy-2.2.5-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "e8b025c351b9f0e8b5436cf28a07fa4ac0204d67b38f01433ac7f9b870fa38c6"}}, + {name = "numpy-2.2.5-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "8dfa94b6a4374e7851bbb6f35e6ded2120b752b063e6acdd3157e4d2bb922eba"}}, + {name = "numpy-2.2.5-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "97c8425d4e26437e65e1d189d22dff4a079b747ff9c2788057bfb8114ce1e133"}}, + {name = "numpy-2.2.5-cp313-cp313t-macosx_14_0_x86_64.whl",hashes = {sha256 = "352d330048c055ea6db701130abc48a21bec690a8d38f8284e00fab256dc1376"}}, + {name = "numpy-2.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "8b4c0773b6ada798f51f0f8e30c054d32304ccc6e9c5d93d46cb26f3d385ab19"}}, + {name = "numpy-2.2.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "55f09e00d4dccd76b179c0f18a44f041e5332fd0e022886ba1c0bbf3ea4a18d0"}}, + {name = "numpy-2.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "02f226baeefa68f7d579e213d0f3493496397d8f1cff5e2b222af274c86a552a"}}, + {name = "numpy-2.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "c26843fd58f65da9491165072da2cccc372530681de481ef670dcc8e27cfb066"}}, + {name = "numpy-2.2.5-cp313-cp313t-win32.whl",hashes = {sha256 = "1a161c2c79ab30fe4501d5a2bbfe8b162490757cf90b7f05be8b80bc02f7bb8e"}}, + {name = "numpy-2.2.5-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "d403c84991b5ad291d3809bace5e85f4bbf44a04bdc9a88ed2bb1807b3360bb8"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "numpy-2.2.5.tar.gz" +hashes = {sha256 = "a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291"} [[packages]] name = "packaging" -version = "24.2" +version = "25.0" requires-python = ">=3.8" wheels = [ - {name = "packaging-24.2-py3-none-any.whl",hashes = {sha256 = "09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}}, + {name = "packaging-25.0-py3-none-any.whl",hashes = {sha256 = "29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "packaging-24.2.tar.gz" -hashes = {sha256 = "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"} +name = "packaging-25.0.tar.gz" +hashes = {sha256 = "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"} [[packages]] name = "pandas" @@ -1086,16 +1105,16 @@ hashes = {sha256 = "7059029f4d42a092ded1aa117dd366a46084aef638bdd593f6ab0195d542 [[packages]] name = "platformdirs" -version = "4.3.7" +version = "4.3.8" requires-python = ">=3.9" wheels = [ - {name = "platformdirs-4.3.7-py3-none-any.whl",hashes = {sha256 = "a03875334331946f13c549dbd8f4bac7a13a50a895a0eb1e8c6a8ace80d40a94"}}, + {name = "platformdirs-4.3.8-py3-none-any.whl",hashes = {sha256 = "ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4"}}, ] marker = "\"dev\" in dependency_groups" [packages.sdist] -name = "platformdirs-4.3.7.tar.gz" -hashes = {sha256 = "eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351"} +name = "platformdirs-4.3.8.tar.gz" +hashes = {sha256 = "3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"} [[packages]] name = "portalocker" @@ -1221,42 +1240,51 @@ hashes = {sha256 = "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315 [[packages]] name = "pyarrow" -version = "19.0.1" +version = "20.0.0" requires-python = ">=3.9" wheels = [ - {name = "pyarrow-19.0.1-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "cc55d71898ea30dc95900297d191377caba257612f384207fe9f8293b5850f90"}}, - {name = "pyarrow-19.0.1-cp311-cp311-macosx_12_0_x86_64.whl",hashes = {sha256 = "7a544ec12de66769612b2d6988c36adc96fb9767ecc8ee0a4d270b10b1c51e00"}}, - {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "0148bb4fc158bfbc3d6dfe5001d93ebeed253793fff4435167f6ce1dc4bddeae"}}, - {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f24faab6ed18f216a37870d8c5623f9c044566d75ec586ef884e13a02a9d62c5"}}, - {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "4982f8e2b7afd6dae8608d70ba5bd91699077323f812a0448d8b7abdff6cb5d3"}}, - {name = "pyarrow-19.0.1-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "49a3aecb62c1be1d822f8bf629226d4a96418228a42f5b40835c1f10d42e4db6"}}, - {name = "pyarrow-19.0.1-cp311-cp311-win_amd64.whl",hashes = {sha256 = "008a4009efdb4ea3d2e18f05cd31f9d43c388aad29c636112c2966605ba33466"}}, - {name = "pyarrow-19.0.1-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "80b2ad2b193e7d19e81008a96e313fbd53157945c7be9ac65f44f8937a55427b"}}, - {name = "pyarrow-19.0.1-cp312-cp312-macosx_12_0_x86_64.whl",hashes = {sha256 = "ee8dec072569f43835932a3b10c55973593abc00936c202707a4ad06af7cb294"}}, - {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "4d5d1ec7ec5324b98887bdc006f4d2ce534e10e60f7ad995e7875ffa0ff9cb14"}}, - {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f3ad4c0eb4e2a9aeb990af6c09e6fa0b195c8c0e7b272ecc8d4d2b6574809d34"}}, - {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "d383591f3dcbe545f6cc62daaef9c7cdfe0dff0fb9e1c8121101cabe9098cfa6"}}, - {name = "pyarrow-19.0.1-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "b4c4156a625f1e35d6c0b2132635a237708944eb41df5fbe7d50f20d20c17832"}}, - {name = "pyarrow-19.0.1-cp312-cp312-win_amd64.whl",hashes = {sha256 = "5bd1618ae5e5476b7654c7b55a6364ae87686d4724538c24185bbb2952679960"}}, - {name = "pyarrow-19.0.1-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "e45274b20e524ae5c39d7fc1ca2aa923aab494776d2d4b316b49ec7572ca324c"}}, - {name = "pyarrow-19.0.1-cp313-cp313-macosx_12_0_x86_64.whl",hashes = {sha256 = "d9dedeaf19097a143ed6da37f04f4051aba353c95ef507764d344229b2b740ae"}}, - {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6ebfb5171bb5f4a52319344ebbbecc731af3f021e49318c74f33d520d31ae0c4"}}, - {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "f2a21d39fbdb948857f67eacb5bbaaf36802de044ec36fbef7a1c8f0dd3a4ab2"}}, - {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "99bc1bec6d234359743b01e70d4310d0ab240c3d6b0da7e2a93663b0158616f6"}}, - {name = "pyarrow-19.0.1-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "1b93ef2c93e77c442c979b0d596af45e4665d8b96da598db145b0fec014b9136"}}, - {name = "pyarrow-19.0.1-cp313-cp313-win_amd64.whl",hashes = {sha256 = "d9d46e06846a41ba906ab25302cf0fd522f81aa2a85a71021826f34639ad31ef"}}, - {name = "pyarrow-19.0.1-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "c0fe3dbbf054a00d1f162fda94ce236a899ca01123a798c561ba307ca38af5f0"}}, - {name = "pyarrow-19.0.1-cp313-cp313t-macosx_12_0_x86_64.whl",hashes = {sha256 = "96606c3ba57944d128e8a8399da4812f56c7f61de8c647e3470b417f795d0ef9"}}, - {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "8f04d49a6b64cf24719c080b3c2029a3a5b16417fd5fd7c4041f94233af732f3"}}, - {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "5a9137cf7e1640dce4c190551ee69d478f7121b5c6f323553b319cac936395f6"}}, - {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "7c1bca1897c28013db5e4c83944a2ab53231f541b9e0c3f4791206d0c0de389a"}}, - {name = "pyarrow-19.0.1-cp313-cp313t-manylinux_2_28_x86_64.whl",hashes = {sha256 = "58d9397b2e273ef76264b45531e9d552d8ec8a6688b7390b5be44c02a37aade8"}}, -] -marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" - -[packages.sdist] -name = "pyarrow-19.0.1.tar.gz" -hashes = {sha256 = "3bf266b485df66a400f282ac0b6d1b500b9d2ae73314a153dbe97d6d5cc8a99e"} + {name = "pyarrow-20.0.0-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "24ca380585444cb2a31324c546a9a56abbe87e26069189e14bdba19c86c049f0"}}, + {name = "pyarrow-20.0.0-cp311-cp311-macosx_12_0_x86_64.whl",hashes = {sha256 = "95b330059ddfdc591a3225f2d272123be26c8fa76e8c9ee1a77aad507361cfdb"}}, + {name = "pyarrow-20.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "5f0fb1041267e9968c6d0d2ce3ff92e3928b243e2b6d11eeb84d9ac547308232"}}, + {name = "pyarrow-20.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "b8ff87cc837601532cc8242d2f7e09b4e02404de1b797aee747dd4ba4bd6313f"}}, + {name = "pyarrow-20.0.0-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "7a3a5dcf54286e6141d5114522cf31dd67a9e7c9133d150799f30ee302a7a1ab"}}, + {name = "pyarrow-20.0.0-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "a6ad3e7758ecf559900261a4df985662df54fb7fdb55e8e3b3aa99b23d526b62"}}, + {name = "pyarrow-20.0.0-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "6bb830757103a6cb300a04610e08d9636f0cd223d32f388418ea893a3e655f1c"}}, + {name = "pyarrow-20.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "96e37f0766ecb4514a899d9a3554fadda770fb57ddf42b63d80f14bc20aa7db3"}}, + {name = "pyarrow-20.0.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "3346babb516f4b6fd790da99b98bed9708e3f02e734c84971faccb20736848dc"}}, + {name = "pyarrow-20.0.0-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "75a51a5b0eef32727a247707d4755322cb970be7e935172b6a3a9f9ae98404ba"}}, + {name = "pyarrow-20.0.0-cp312-cp312-macosx_12_0_x86_64.whl",hashes = {sha256 = "211d5e84cecc640c7a3ab900f930aaff5cd2702177e0d562d426fb7c4f737781"}}, + {name = "pyarrow-20.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "4ba3cf4182828be7a896cbd232aa8dd6a31bd1f9e32776cc3796c012855e1199"}}, + {name = "pyarrow-20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "2c3a01f313ffe27ac4126f4c2e5ea0f36a5fc6ab51f8726cf41fee4b256680bd"}}, + {name = "pyarrow-20.0.0-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "a2791f69ad72addd33510fec7bb14ee06c2a448e06b649e264c094c5b5f7ce28"}}, + {name = "pyarrow-20.0.0-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "4250e28a22302ce8692d3a0e8ec9d9dde54ec00d237cff4dfa9c1fbf79e472a8"}}, + {name = "pyarrow-20.0.0-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "89e030dc58fc760e4010148e6ff164d2f44441490280ef1e97a542375e41058e"}}, + {name = "pyarrow-20.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6102b4864d77102dbbb72965618e204e550135a940c2534711d5ffa787df2a5a"}}, + {name = "pyarrow-20.0.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "96d6a0a37d9c98be08f5ed6a10831d88d52cac7b13f5287f1e0f625a0de8062b"}}, + {name = "pyarrow-20.0.0-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "a15532e77b94c61efadde86d10957950392999503b3616b2ffcef7621a002893"}}, + {name = "pyarrow-20.0.0-cp313-cp313-macosx_12_0_x86_64.whl",hashes = {sha256 = "dd43f58037443af715f34f1322c782ec463a3c8a94a85fdb2d987ceb5658e061"}}, + {name = "pyarrow-20.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "aa0d288143a8585806e3cc7c39566407aab646fb9ece164609dac1cfff45f6ae"}}, + {name = "pyarrow-20.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "b6953f0114f8d6f3d905d98e987d0924dabce59c3cda380bdfaa25a6201563b4"}}, + {name = "pyarrow-20.0.0-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "991f85b48a8a5e839b2128590ce07611fae48a904cae6cab1f089c5955b57eb5"}}, + {name = "pyarrow-20.0.0-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "97c8dc984ed09cb07d618d57d8d4b67a5100a30c3818c2fb0b04599f0da2de7b"}}, + {name = "pyarrow-20.0.0-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "9b71daf534f4745818f96c214dbc1e6124d7daf059167330b610fc69b6f3d3e3"}}, + {name = "pyarrow-20.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e8b88758f9303fa5a83d6c90e176714b2fd3852e776fc2d7e42a22dd6c2fb368"}}, + {name = "pyarrow-20.0.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "30b3051b7975801c1e1d387e17c588d8ab05ced9b1e14eec57915f79869b5031"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "ca151afa4f9b7bc45bcc791eb9a89e90a9eb2772767d0b1e5389609c7d03db63"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-macosx_12_0_x86_64.whl",hashes = {sha256 = "4680f01ecd86e0dd63e39eb5cd59ef9ff24a9d166db328679e36c108dc993d4c"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "7f4c8534e2ff059765647aa69b75d6543f9fef59e2cd4c6d18015192565d2b70"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "3e1f8a47f4b4ae4c69c4d702cfbdfe4d41e18e5c7ef6f1bb1c50918c1e81c57b"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "a1f60dc14658efaa927f8214734f6a01a806d7690be4b3232ba526836d216122"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl",hashes = {sha256 = "204a846dca751428991346976b914d6d2a82ae5b8316a6ed99789ebf976551e6"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "f3b117b922af5e4c6b9a9115825726cac7d8b1421c37c2b5e24fbacc8930612c"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e724a3fd23ae5b9c010e7be857f4405ed5e679db5c93e66204db1a69f733936a"}}, + {name = "pyarrow-20.0.0-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "82f1ee5133bd8f49d31be1299dc07f585136679666b502540db854968576faf9"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "pyarrow-20.0.0.tar.gz" +hashes = {sha256 = "febc4a913592573c8d5805091a6c2b5064c8bd6e002131f01061797d91c783c1"} [[packages]] name = "pybind11" @@ -1461,32 +1489,32 @@ hashes = {sha256 = "c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff [[packages]] name = "ruff" -version = "0.11.6" +version = "0.11.9" requires-python = ">=3.7" wheels = [ - {name = "ruff-0.11.6-py3-none-linux_armv6l.whl",hashes = {sha256 = "d84dcbe74cf9356d1bdb4a78cf74fd47c740bf7bdeb7529068f69b08272239a1"}}, - {name = "ruff-0.11.6-py3-none-macosx_10_12_x86_64.whl",hashes = {sha256 = "9bc583628e1096148011a5d51ff3c836f51899e61112e03e5f2b1573a9b726de"}}, - {name = "ruff-0.11.6-py3-none-macosx_11_0_arm64.whl",hashes = {sha256 = "f2959049faeb5ba5e3b378709e9d1bf0cab06528b306b9dd6ebd2a312127964a"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "63c5d4e30d9d0de7fedbfb3e9e20d134b73a30c1e74b596f40f0629d5c28a193"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",hashes = {sha256 = "26a4b9a4e1439f7d0a091c6763a100cef8fbdc10d68593df6f3cfa5abdd9246e"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "b5edf270223dd622218256569636dc3e708c2cb989242262fe378609eccf1308"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",hashes = {sha256 = "f55844e818206a9dd31ff27f91385afb538067e2dc0beb05f82c293ab84f7d55"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "1d8f782286c5ff562e4e00344f954b9320026d8e3fae2ba9e6948443fafd9ffc"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "01c63ba219514271cee955cd0adc26a4083df1956d57847978383b0e50ffd7d2"}}, - {name = "ruff-0.11.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "15adac20ef2ca296dd3d8e2bedc6202ea6de81c091a74661c3666e5c4c223ff6"}}, - {name = "ruff-0.11.6-py3-none-musllinux_1_2_aarch64.whl",hashes = {sha256 = "4dd6b09e98144ad7aec026f5588e493c65057d1b387dd937d7787baa531d9bc2"}}, - {name = "ruff-0.11.6-py3-none-musllinux_1_2_armv7l.whl",hashes = {sha256 = "45b2e1d6c0eed89c248d024ea95074d0e09988d8e7b1dad8d3ab9a67017a5b03"}}, - {name = "ruff-0.11.6-py3-none-musllinux_1_2_i686.whl",hashes = {sha256 = "bd40de4115b2ec4850302f1a1d8067f42e70b4990b68838ccb9ccd9f110c5e8b"}}, - {name = "ruff-0.11.6-py3-none-musllinux_1_2_x86_64.whl",hashes = {sha256 = "77cda2dfbac1ab73aef5e514c4cbfc4ec1fbef4b84a44c736cc26f61b3814cd9"}}, - {name = "ruff-0.11.6-py3-none-win32.whl",hashes = {sha256 = "5151a871554be3036cd6e51d0ec6eef56334d74dfe1702de717a995ee3d5b287"}}, - {name = "ruff-0.11.6-py3-none-win_amd64.whl",hashes = {sha256 = "cce85721d09c51f3b782c331b0abd07e9d7d5f775840379c640606d3159cae0e"}}, - {name = "ruff-0.11.6-py3-none-win_arm64.whl",hashes = {sha256 = "3567ba0d07fb170b1b48d944715e3294b77f5b7679e8ba258199a250383ccb79"}}, + {name = "ruff-0.11.9-py3-none-linux_armv6l.whl",hashes = {sha256 = "a31a1d143a5e6f499d1fb480f8e1e780b4dfdd580f86e05e87b835d22c5c6f8c"}}, + {name = "ruff-0.11.9-py3-none-macosx_10_12_x86_64.whl",hashes = {sha256 = "66bc18ca783b97186a1f3100e91e492615767ae0a3be584e1266aa9051990722"}}, + {name = "ruff-0.11.9-py3-none-macosx_11_0_arm64.whl",hashes = {sha256 = "bd576cd06962825de8aece49f28707662ada6a1ff2db848d1348e12c580acbf1"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "5b1d18b4be8182cc6fddf859ce432cc9631556e9f371ada52f3eaefc10d878de"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",hashes = {sha256 = "0f3f46f759ac623e94824b1e5a687a0df5cd7f5b00718ff9c24f0a894a683be7"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",hashes = {sha256 = "f34847eea11932d97b521450cf3e1d17863cfa5a94f21a056b93fb86f3f3dba2"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",hashes = {sha256 = "f33b15e00435773df97cddcd263578aa83af996b913721d86f47f4e0ee0ff271"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",hashes = {sha256 = "7b27613a683b086f2aca8996f63cb3dd7bc49e6eccf590563221f7b43ded3f65"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",hashes = {sha256 = "9e0d88756e63e8302e630cee3ce2ffb77859797cc84a830a24473939e6da3ca6"}}, + {name = "ruff-0.11.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "537c82c9829d7811e3aa680205f94c81a2958a122ac391c0eb60336ace741a70"}}, + {name = "ruff-0.11.9-py3-none-musllinux_1_2_aarch64.whl",hashes = {sha256 = "440ac6a7029f3dee7d46ab7de6f54b19e34c2b090bb4f2480d0a2d635228f381"}}, + {name = "ruff-0.11.9-py3-none-musllinux_1_2_armv7l.whl",hashes = {sha256 = "71c539bac63d0788a30227ed4d43b81353c89437d355fdc52e0cda4ce5651787"}}, + {name = "ruff-0.11.9-py3-none-musllinux_1_2_i686.whl",hashes = {sha256 = "c67117bc82457e4501473c5f5217d49d9222a360794bfb63968e09e70f340abd"}}, + {name = "ruff-0.11.9-py3-none-musllinux_1_2_x86_64.whl",hashes = {sha256 = "e4b78454f97aa454586e8a5557facb40d683e74246c97372af3c2d76901d697b"}}, + {name = "ruff-0.11.9-py3-none-win32.whl",hashes = {sha256 = "7fe1bc950e7d7b42caaee2a8a3bc27410547cc032c9558ee2e0f6d3b209e845a"}}, + {name = "ruff-0.11.9-py3-none-win_amd64.whl",hashes = {sha256 = "52edaa4a6d70f8180343a5b7f030c7edd36ad180c9f4d224959c2d689962d964"}}, + {name = "ruff-0.11.9-py3-none-win_arm64.whl",hashes = {sha256 = "bcf42689c22f2e240f496d0c183ef2c6f7b35e809f12c1db58f75d9aa8d630ca"}}, ] marker = "\"dev\" in dependency_groups" [packages.sdist] -name = "ruff-0.11.6.tar.gz" -hashes = {sha256 = "bec8bcc3ac228a45ccc811e45f7eb61b950dbf4cf31a67fa89352574b01c7d79"} +name = "ruff-0.11.9.tar.gz" +hashes = {sha256 = "ebd58d4f67a00afb3a30bf7d383e52d0e036e6195143c6db7019604a05335517"} [[packages]] name = "sacrebleu" @@ -1560,51 +1588,51 @@ hashes = {sha256 = "b4fc2525eca2c69a59260f583c56a7557c6ccdf8deafdba6e060f94c1c59 [[packages]] name = "scipy" -version = "1.15.2" +version = "1.15.3" requires-python = ">=3.10" wheels = [ - {name = "scipy-1.15.2-cp311-cp311-macosx_10_13_x86_64.whl",hashes = {sha256 = "92233b2df6938147be6fa8824b8136f29a18f016ecde986666be5f4d686a91a4"}}, - {name = "scipy-1.15.2-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "62ca1ff3eb513e09ed17a5736929429189adf16d2d740f44e53270cc800ecff1"}}, - {name = "scipy-1.15.2-cp311-cp311-macosx_14_0_arm64.whl",hashes = {sha256 = "4c6676490ad76d1c2894d77f976144b41bd1a4052107902238047fb6a473e971"}}, - {name = "scipy-1.15.2-cp311-cp311-macosx_14_0_x86_64.whl",hashes = {sha256 = "a8bf5cb4a25046ac61d38f8d3c3426ec11ebc350246a4642f2f315fe95bda655"}}, - {name = "scipy-1.15.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "6a8e34cf4c188b6dd004654f88586d78f95639e48a25dfae9c5e34a6dc34547e"}}, - {name = "scipy-1.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "28a0d2c2075946346e4408b211240764759e0fabaeb08d871639b5f3b1aca8a0"}}, - {name = "scipy-1.15.2-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "42dabaaa798e987c425ed76062794e93a243be8f0f20fff6e7a89f4d61cb3d40"}}, - {name = "scipy-1.15.2-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "6f5e296ec63c5da6ba6fa0343ea73fd51b8b3e1a300b0a8cae3ed4b1122c7462"}}, - {name = "scipy-1.15.2-cp311-cp311-win_amd64.whl",hashes = {sha256 = "597a0c7008b21c035831c39927406c6181bcf8f60a73f36219b69d010aa04737"}}, - {name = "scipy-1.15.2-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "c4697a10da8f8765bb7c83e24a470da5797e37041edfd77fd95ba3811a47c4fd"}}, - {name = "scipy-1.15.2-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "869269b767d5ee7ea6991ed7e22b3ca1f22de73ab9a49c44bad338b725603301"}}, - {name = "scipy-1.15.2-cp312-cp312-macosx_14_0_arm64.whl",hashes = {sha256 = "bad78d580270a4d32470563ea86c6590b465cb98f83d760ff5b0990cb5518a93"}}, - {name = "scipy-1.15.2-cp312-cp312-macosx_14_0_x86_64.whl",hashes = {sha256 = "b09ae80010f52efddb15551025f9016c910296cf70adbf03ce2a8704f3a5ad20"}}, - {name = "scipy-1.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "5a6fd6eac1ce74a9f77a7fc724080d507c5812d61e72bd5e4c489b042455865e"}}, - {name = "scipy-1.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "2b871df1fe1a3ba85d90e22742b93584f8d2b8e6124f8372ab15c71b73e428b8"}}, - {name = "scipy-1.15.2-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "03205d57a28e18dfd39f0377d5002725bf1f19a46f444108c29bdb246b6c8a11"}}, - {name = "scipy-1.15.2-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "601881dfb761311045b03114c5fe718a12634e5608c3b403737ae463c9885d53"}}, - {name = "scipy-1.15.2-cp312-cp312-win_amd64.whl",hashes = {sha256 = "e7c68b6a43259ba0aab737237876e5c2c549a031ddb7abc28c7b47f22e202ded"}}, - {name = "scipy-1.15.2-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "01edfac9f0798ad6b46d9c4c9ca0e0ad23dbf0b1eb70e96adb9fa7f525eff0bf"}}, - {name = "scipy-1.15.2-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "08b57a9336b8e79b305a143c3655cc5bdbe6d5ece3378578888d2afbb51c4e37"}}, - {name = "scipy-1.15.2-cp313-cp313-macosx_14_0_arm64.whl",hashes = {sha256 = "54c462098484e7466362a9f1672d20888f724911a74c22ae35b61f9c5919183d"}}, - {name = "scipy-1.15.2-cp313-cp313-macosx_14_0_x86_64.whl",hashes = {sha256 = "cf72ff559a53a6a6d77bd8eefd12a17995ffa44ad86c77a5df96f533d4e6c6bb"}}, - {name = "scipy-1.15.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "9de9d1416b3d9e7df9923ab23cd2fe714244af10b763975bea9e4f2e81cebd27"}}, - {name = "scipy-1.15.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "fb530e4794fc8ea76a4a21ccb67dea33e5e0e60f07fc38a49e821e1eae3b71a0"}}, - {name = "scipy-1.15.2-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "5ea7ed46d437fc52350b028b1d44e002646e28f3e8ddc714011aaf87330f2f32"}}, - {name = "scipy-1.15.2-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "11e7ad32cf184b74380f43d3c0a706f49358b904fa7d5345f16ddf993609184d"}}, - {name = "scipy-1.15.2-cp313-cp313-win_amd64.whl",hashes = {sha256 = "a5080a79dfb9b78b768cebf3c9dcbc7b665c5875793569f48bf0e2b1d7f68f6f"}}, - {name = "scipy-1.15.2-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "447ce30cee6a9d5d1379087c9e474628dab3db4a67484be1b7dc3196bfb2fac9"}}, - {name = "scipy-1.15.2-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "c90ebe8aaa4397eaefa8455a8182b164a6cc1d59ad53f79943f266d99f68687f"}}, - {name = "scipy-1.15.2-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "def751dd08243934c884a3221156d63e15234a3155cf25978b0a668409d45eb6"}}, - {name = "scipy-1.15.2-cp313-cp313t-macosx_14_0_x86_64.whl",hashes = {sha256 = "302093e7dfb120e55515936cb55618ee0b895f8bcaf18ff81eca086c17bd80af"}}, - {name = "scipy-1.15.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "7cd5b77413e1855351cdde594eca99c1f4a588c2d63711388b6a1f1c01f62274"}}, - {name = "scipy-1.15.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "6d0194c37037707b2afa7a2f2a924cf7bac3dc292d51b6a925e5fcb89bc5c776"}}, - {name = "scipy-1.15.2-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "bae43364d600fdc3ac327db99659dcb79e6e7ecd279a75fe1266669d9a652828"}}, - {name = "scipy-1.15.2-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "f031846580d9acccd0044efd1a90e6f4df3a6e12b4b6bd694a7bc03a89892b28"}}, - {name = "scipy-1.15.2-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "fe8a9eb875d430d81755472c5ba75e84acc980e4a8f6204d402849234d3017db"}}, -] -marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" - -[packages.sdist] -name = "scipy-1.15.2.tar.gz" -hashes = {sha256 = "cd58a314d92838f7e6f755c8a2167ead4f27e1fd5c1251fd54289569ef3495ec"} + {name = "scipy-1.15.3-cp311-cp311-macosx_10_13_x86_64.whl",hashes = {sha256 = "993439ce220d25e3696d1b23b233dd010169b62f6456488567e830654ee37a6b"}}, + {name = "scipy-1.15.3-cp311-cp311-macosx_12_0_arm64.whl",hashes = {sha256 = "34716e281f181a02341ddeaad584205bd2fd3c242063bd3423d61ac259ca7eba"}}, + {name = "scipy-1.15.3-cp311-cp311-macosx_14_0_arm64.whl",hashes = {sha256 = "3b0334816afb8b91dab859281b1b9786934392aa3d527cd847e41bb6f45bee65"}}, + {name = "scipy-1.15.3-cp311-cp311-macosx_14_0_x86_64.whl",hashes = {sha256 = "6db907c7368e3092e24919b5e31c76998b0ce1684d51a90943cb0ed1b4ffd6c1"}}, + {name = "scipy-1.15.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "721d6b4ef5dc82ca8968c25b111e307083d7ca9091bc38163fb89243e85e3889"}}, + {name = "scipy-1.15.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "39cb9c62e471b1bb3750066ecc3a3f3052b37751c7c3dfd0fd7e48900ed52982"}}, + {name = "scipy-1.15.3-cp311-cp311-musllinux_1_2_aarch64.whl",hashes = {sha256 = "795c46999bae845966368a3c013e0e00947932d68e235702b5c3f6ea799aa8c9"}}, + {name = "scipy-1.15.3-cp311-cp311-musllinux_1_2_x86_64.whl",hashes = {sha256 = "18aaacb735ab38b38db42cb01f6b92a2d0d4b6aabefeb07f02849e47f8fb3594"}}, + {name = "scipy-1.15.3-cp311-cp311-win_amd64.whl",hashes = {sha256 = "ae48a786a28412d744c62fd7816a4118ef97e5be0bee968ce8f0a2fba7acf3bb"}}, + {name = "scipy-1.15.3-cp312-cp312-macosx_10_13_x86_64.whl",hashes = {sha256 = "6ac6310fdbfb7aa6612408bd2f07295bcbd3fda00d2d702178434751fe48e019"}}, + {name = "scipy-1.15.3-cp312-cp312-macosx_12_0_arm64.whl",hashes = {sha256 = "185cd3d6d05ca4b44a8f1595af87f9c372bb6acf9c808e99aa3e9aa03bd98cf6"}}, + {name = "scipy-1.15.3-cp312-cp312-macosx_14_0_arm64.whl",hashes = {sha256 = "05dc6abcd105e1a29f95eada46d4a3f251743cfd7d3ae8ddb4088047f24ea477"}}, + {name = "scipy-1.15.3-cp312-cp312-macosx_14_0_x86_64.whl",hashes = {sha256 = "06efcba926324df1696931a57a176c80848ccd67ce6ad020c810736bfd58eb1c"}}, + {name = "scipy-1.15.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "c05045d8b9bfd807ee1b9f38761993297b10b245f012b11b13b91ba8945f7e45"}}, + {name = "scipy-1.15.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "271e3713e645149ea5ea3e97b57fdab61ce61333f97cfae392c28ba786f9bb49"}}, + {name = "scipy-1.15.3-cp312-cp312-musllinux_1_2_aarch64.whl",hashes = {sha256 = "6cfd56fc1a8e53f6e89ba3a7a7251f7396412d655bca2aa5611c8ec9a6784a1e"}}, + {name = "scipy-1.15.3-cp312-cp312-musllinux_1_2_x86_64.whl",hashes = {sha256 = "0ff17c0bb1cb32952c09217d8d1eed9b53d1463e5f1dd6052c7857f83127d539"}}, + {name = "scipy-1.15.3-cp312-cp312-win_amd64.whl",hashes = {sha256 = "52092bc0472cfd17df49ff17e70624345efece4e1a12b23783a1ac59a1b728ed"}}, + {name = "scipy-1.15.3-cp313-cp313-macosx_10_13_x86_64.whl",hashes = {sha256 = "2c620736bcc334782e24d173c0fdbb7590a0a436d2fdf39310a8902505008759"}}, + {name = "scipy-1.15.3-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "7e11270a000969409d37ed399585ee530b9ef6aa99d50c019de4cb01e8e54e62"}}, + {name = "scipy-1.15.3-cp313-cp313-macosx_14_0_arm64.whl",hashes = {sha256 = "8c9ed3ba2c8a2ce098163a9bdb26f891746d02136995df25227a20e71c396ebb"}}, + {name = "scipy-1.15.3-cp313-cp313-macosx_14_0_x86_64.whl",hashes = {sha256 = "0bdd905264c0c9cfa74a4772cdb2070171790381a5c4d312c973382fc6eaf730"}}, + {name = "scipy-1.15.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "79167bba085c31f38603e11a267d862957cbb3ce018d8b38f79ac043bc92d825"}}, + {name = "scipy-1.15.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "c9deabd6d547aee2c9a81dee6cc96c6d7e9a9b1953f74850c179f91fdc729cb7"}}, + {name = "scipy-1.15.3-cp313-cp313-musllinux_1_2_aarch64.whl",hashes = {sha256 = "dde4fc32993071ac0c7dd2d82569e544f0bdaff66269cb475e0f369adad13f11"}}, + {name = "scipy-1.15.3-cp313-cp313-musllinux_1_2_x86_64.whl",hashes = {sha256 = "f77f853d584e72e874d87357ad70f44b437331507d1c311457bed8ed2b956126"}}, + {name = "scipy-1.15.3-cp313-cp313-win_amd64.whl",hashes = {sha256 = "b90ab29d0c37ec9bf55424c064312930ca5f4bde15ee8619ee44e69319aab163"}}, + {name = "scipy-1.15.3-cp313-cp313t-macosx_10_13_x86_64.whl",hashes = {sha256 = "3ac07623267feb3ae308487c260ac684b32ea35fd81e12845039952f558047b8"}}, + {name = "scipy-1.15.3-cp313-cp313t-macosx_12_0_arm64.whl",hashes = {sha256 = "6487aa99c2a3d509a5227d9a5e889ff05830a06b2ce08ec30df6d79db5fcd5c5"}}, + {name = "scipy-1.15.3-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "50f9e62461c95d933d5c5ef4a1f2ebf9a2b4e83b0db374cb3f1de104d935922e"}}, + {name = "scipy-1.15.3-cp313-cp313t-macosx_14_0_x86_64.whl",hashes = {sha256 = "14ed70039d182f411ffc74789a16df3835e05dc469b898233a245cdfd7f162cb"}}, + {name = "scipy-1.15.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",hashes = {sha256 = "0a769105537aa07a69468a0eefcd121be52006db61cdd8cac8a0e68980bbb723"}}, + {name = "scipy-1.15.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",hashes = {sha256 = "9db984639887e3dffb3928d118145ffe40eff2fa40cb241a306ec57c219ebbbb"}}, + {name = "scipy-1.15.3-cp313-cp313t-musllinux_1_2_aarch64.whl",hashes = {sha256 = "40e54d5c7e7ebf1aa596c374c49fa3135f04648a0caabcb66c52884b943f02b4"}}, + {name = "scipy-1.15.3-cp313-cp313t-musllinux_1_2_x86_64.whl",hashes = {sha256 = "5e721fed53187e71d0ccf382b6bf977644c533e506c4d33c3fb24de89f5c3ed5"}}, + {name = "scipy-1.15.3-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "76ad1fb5f8752eabf0fa02e4cc0336b4e8f021e2d5f061ed37d6d264db35e3ca"}}, +] +marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" + +[packages.sdist] +name = "scipy-1.15.3.tar.gz" +hashes = {sha256 = "eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf"} [[packages]] name = "sentencepiece" @@ -1636,16 +1664,16 @@ hashes = {sha256 = "a52c19171daaf2e697dc6cbe67684e0fa341b1248966f6aebb541de654d1 [[packages]] name = "setuptools" -version = "78.1.0" +version = "80.4.0" requires-python = ">=3.9" wheels = [ - {name = "setuptools-78.1.0-py3-none-any.whl",hashes = {sha256 = "3e386e96793c8702ae83d17b853fb93d3e09ef82ec62722e61da5cd22376dcd8"}}, + {name = "setuptools-80.4.0-py3-none-any.whl",hashes = {sha256 = "6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "setuptools-78.1.0.tar.gz" -hashes = {sha256 = "18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"} +name = "setuptools-80.4.0.tar.gz" +hashes = {sha256 = "5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006"} [[packages]] name = "six" @@ -1672,16 +1700,16 @@ hashes = {sha256 = "03d9cfb96d602996f1d4c2db2856f1224b96a9c431bdd16e78032a72940f [[packages]] name = "sympy" -version = "1.13.1" -requires-python = ">=3.8" +version = "1.14.0" +requires-python = ">=3.9" wheels = [ - {name = "sympy-1.13.1-py3-none-any.whl",hashes = {sha256 = "db36cdc64bf61b9b24578b6f7bab1ecdd2452cf008f34faa33776680c26d66f8"}}, + {name = "sympy-1.14.0-py3-none-any.whl",hashes = {sha256 = "e091cc3e99d2141a0ba2847328f5479b05d94a6635cb96148ccb3f34671bd8f5"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" [packages.sdist] -name = "sympy-1.13.1.tar.gz" -hashes = {sha256 = "9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f"} +name = "sympy-1.14.0.tar.gz" +hashes = {sha256 = "d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517"} [[packages]] name = "tabledata" @@ -1806,32 +1834,38 @@ hashes = {sha256 = "a1bb04dc5b448985f86ecd4b05407f5a8d97cb2c0532199b2a302a604a01 [[packages]] name = "torch" -version = "2.6.0" +version = "2.7.0" requires-python = ">=3.9.0" wheels = [ - {name = "torch-2.6.0+cpu-cp311-cp311-linux_x86_64.whl",hashes = {sha256 = "5b6ae523bfb67088a17ca7734d131548a2e60346c622621e4248ed09dd0790cc"}}, - {name = "torch-2.6.0+cpu-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "d3dab9fb0294f268aec28e8aaba834e9d006b90a50db5bc2fe2191a9d48c6084"}}, - {name = "torch-2.6.0+cpu-cp311-cp311-win_amd64.whl",hashes = {sha256 = "24c9d3d13b9ea769dd7bd5c11cfa1fc463fd7391397156565484565ca685d908"}}, - {name = "torch-2.6.0+cpu-cp312-cp312-linux_x86_64.whl",hashes = {sha256 = "59e78aa0c690f70734e42670036d6b541930b8eabbaa18d94e090abf14cc4d91"}}, - {name = "torch-2.6.0+cpu-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "318290e8924353c61b125cdc8768d15208704e279e7757c113b9620740deca98"}}, - {name = "torch-2.6.0+cpu-cp312-cp312-win_amd64.whl",hashes = {sha256 = "4027d982eb2781c93825ab9527f17fbbb12dbabf422298e4b954be60016f87d8"}}, - {name = "torch-2.6.0+cpu-cp313-cp313-linux_x86_64.whl",hashes = {sha256 = "e70ee2e37ad27a90201d101a41c2e10df7cf15a9ebd17c084f54cf2518c57bdf"}}, - {name = "torch-2.6.0+cpu-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "b5e7e8d561b263b5ad8049736281cd12c78e51e7bc1a913fd4098fd0e0b96347"}}, - {name = "torch-2.6.0+cpu-cp313-cp313-win_amd64.whl",hashes = {sha256 = "b436a6c62d086dc5b32f5721b59f0ca8ad3bf9de09ee9b5b83dbf1e7a7e22c60"}}, - {name = "torch-2.6.0+cpu-cp313-cp313t-linux_x86_64.whl",hashes = {sha256 = "fb34d6cc4e6e20e66d74852c3d84e0301dc5e1a7c822076ef288886f978390f0"}}, - {name = "torch-2.6.0+cpu-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "7cac05af909ee1c5c2915e8f3efaa1ea015e7e414be0ff53071402b9e4f3c7df"}}, - {name = "torch-2.6.0-cp311-cp311-manylinux1_x86_64.whl",hashes = {sha256 = "7979834102cd5b7a43cc64e87f2f3b14bd0e1458f06e9f88ffa386d07c7446e1"}}, - {name = "torch-2.6.0-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "ccbd0320411fe1a3b3fec7b4d3185aa7d0c52adac94480ab024b5c8f74a0bf1d"}}, - {name = "torch-2.6.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "46763dcb051180ce1ed23d1891d9b1598e07d051ce4c9d14307029809c4d64f7"}}, - {name = "torch-2.6.0-cp311-none-macosx_11_0_arm64.whl",hashes = {sha256 = "94fc63b3b4bedd327af588696559f68c264440e2503cc9e6954019473d74ae21"}}, - {name = "torch-2.6.0-cp312-cp312-manylinux1_x86_64.whl",hashes = {sha256 = "2bb8987f3bb1ef2675897034402373ddfc8f5ef0e156e2d8cfc47cacafdda4a9"}}, - {name = "torch-2.6.0-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "b789069020c5588c70d5c2158ac0aa23fd24a028f34a8b4fcb8fcb4d7efcf5fb"}}, - {name = "torch-2.6.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "7e1448426d0ba3620408218b50aa6ada88aeae34f7a239ba5431f6c8774b1239"}}, - {name = "torch-2.6.0-cp312-none-macosx_11_0_arm64.whl",hashes = {sha256 = "9a610afe216a85a8b9bc9f8365ed561535c93e804c2a317ef7fabcc5deda0989"}}, - {name = "torch-2.6.0-cp313-cp313-manylinux1_x86_64.whl",hashes = {sha256 = "4874a73507a300a5d089ceaff616a569e7bb7c613c56f37f63ec3ffac65259cf"}}, - {name = "torch-2.6.0-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "a0d5e1b9874c1a6c25556840ab8920569a7a4137afa8a63a32cee0bc7d89bd4b"}}, - {name = "torch-2.6.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "510c73251bee9ba02ae1cb6c9d4ee0907b3ce6020e62784e2d7598e0cfa4d6cc"}}, - {name = "torch-2.6.0-cp313-none-macosx_11_0_arm64.whl",hashes = {sha256 = "ff96f4038f8af9f7ec4231710ed4549da1bdebad95923953a25045dcf6fd87e2"}}, + {name = "torch-2.7.0+cpu-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "ce510375ed79223db3ec144fe14cbcffc8a361ac57f39674397ff2d8db3b2c21"}}, + {name = "torch-2.7.0+cpu-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "6b7edcbf8bb0b9ac2e6c001434797c5ec3f25394f91eb0ed7aeeeeed9ad4500f"}}, + {name = "torch-2.7.0+cpu-cp311-cp311-win_amd64.whl",hashes = {sha256 = "e32f385dc0b5007ca410035c3b91ef4b1b34b142e9bcdb31d3f0224b7748e992"}}, + {name = "torch-2.7.0+cpu-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "a845b6f3bda3c40f736847dede95d8bfec81fb7e11458cd25973ba13542cf1f6"}}, + {name = "torch-2.7.0+cpu-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "64123c05615e27368c7a7816f6e39c6d219998693beabde0b0b9cedf91b5ed8b"}}, + {name = "torch-2.7.0+cpu-cp312-cp312-win_amd64.whl",hashes = {sha256 = "69e25c973bdd7ea24b0fa9f9792114950afaeb8f819e5723819b923f50989175"}}, + {name = "torch-2.7.0+cpu-cp312-cp312-win_arm64.whl",hashes = {sha256 = "1d7a6f33868276770a657beec7f77c7726b4da9d0739eff1b3ae64cc9a09d8e3"}}, + {name = "torch-2.7.0+cpu-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "addf9107939522ffb3b60d2900fee838a77dbe098e2643e01164f46f8612f9c0"}}, + {name = "torch-2.7.0+cpu-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "3b09aa2c8d30fa567a8d13270fbf9af7ee472fdfafbc7dfdc87c607bf46001f7"}}, + {name = "torch-2.7.0+cpu-cp313-cp313-win_amd64.whl",hashes = {sha256 = "99ca8f4cb53484c45bb668657069c17139c07367ea20ddef2c0ce8412f42da2f"}}, + {name = "torch-2.7.0+cpu-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "1bc9e6a4e2463582ae020d76ea0753ed9c84526e235089414d25c2c6d16ae866"}}, + {name = "torch-2.7.0+cpu-cp313-cp313t-manylinux_2_28_x86_64.whl",hashes = {sha256 = "7b31fa6b1d026542b4ed8ce7ec7ee5489413cd9bd6479c14c5ad559c15d92e3b"}}, + {name = "torch-2.7.0+cpu-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "b42cfe122faed26c6ffee1c97d64e6a1f72a081b64d457a2c97244c1497f4adc"}}, + {name = "torch-2.7.0-cp311-cp311-manylinux_2_28_aarch64.whl",hashes = {sha256 = "2b7813e904757b125faf1a9a3154e1d50381d539ced34da1992f52440567c156"}}, + {name = "torch-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl",hashes = {sha256 = "fd5cfbb4c3bbadd57ad1b27d56a28008f8d8753733411a140fcfb84d7f933a25"}}, + {name = "torch-2.7.0-cp311-cp311-win_amd64.whl",hashes = {sha256 = "58df8d5c2eeb81305760282b5069ea4442791a6bbf0c74d9069b7b3304ff8a37"}}, + {name = "torch-2.7.0-cp311-none-macosx_11_0_arm64.whl",hashes = {sha256 = "0a8d43caa342b9986101ec5feb5bbf1d86570b5caa01e9cb426378311258fdde"}}, + {name = "torch-2.7.0-cp312-cp312-manylinux_2_28_aarch64.whl",hashes = {sha256 = "36a6368c7ace41ad1c0f69f18056020b6a5ca47bedaca9a2f3b578f5a104c26c"}}, + {name = "torch-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl",hashes = {sha256 = "15aab3e31c16feb12ae0a88dba3434a458874636f360c567caa6a91f6bfba481"}}, + {name = "torch-2.7.0-cp312-cp312-win_amd64.whl",hashes = {sha256 = "f56d4b2510934e072bab3ab8987e00e60e1262fb238176168f5e0c43a1320c6d"}}, + {name = "torch-2.7.0-cp312-none-macosx_11_0_arm64.whl",hashes = {sha256 = "30b7688a87239a7de83f269333651d8e582afffce6f591fff08c046f7787296e"}}, + {name = "torch-2.7.0-cp313-cp313-manylinux_2_28_aarch64.whl",hashes = {sha256 = "868ccdc11798535b5727509480cd1d86d74220cfdc42842c4617338c1109a205"}}, + {name = "torch-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl",hashes = {sha256 = "9b52347118116cf3dff2ab5a3c3dd97c719eb924ac658ca2a7335652076df708"}}, + {name = "torch-2.7.0-cp313-cp313-win_amd64.whl",hashes = {sha256 = "434cf3b378340efc87c758f250e884f34460624c0523fe5c9b518d205c91dd1b"}}, + {name = "torch-2.7.0-cp313-cp313t-macosx_14_0_arm64.whl",hashes = {sha256 = "edad98dddd82220465b106506bb91ee5ce32bd075cddbcf2b443dfaa2cbd83bf"}}, + {name = "torch-2.7.0-cp313-cp313t-manylinux_2_28_aarch64.whl",hashes = {sha256 = "2a885fc25afefb6e6eb18a7d1e8bfa01cc153e92271d980a49243b250d5ab6d9"}}, + {name = "torch-2.7.0-cp313-cp313t-manylinux_2_28_x86_64.whl",hashes = {sha256 = "176300ff5bc11a5f5b0784e40bde9e10a35c4ae9609beed96b4aeb46a27f5fae"}}, + {name = "torch-2.7.0-cp313-cp313t-win_amd64.whl",hashes = {sha256 = "d0ca446a93f474985d81dc866fcc8dccefb9460a29a456f79d99c29a78a66993"}}, + {name = "torch-2.7.0-cp313-none-macosx_11_0_arm64.whl",hashes = {sha256 = "27f5007bdf45f7bb7af7f11d1828d5c2487e030690afb3d89a651fd7036a390e"}}, ] marker = "\"default\" in dependency_groups or \"leaderboard\" in extras" @@ -1941,16 +1975,16 @@ hashes = {sha256 = "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697d [[packages]] name = "virtualenv" -version = "20.30.0" +version = "20.31.2" requires-python = ">=3.8" wheels = [ - {name = "virtualenv-20.30.0-py3-none-any.whl",hashes = {sha256 = "e34302959180fca3af42d1800df014b35019490b119eba981af27f2fa486e5d6"}}, + {name = "virtualenv-20.31.2-py3-none-any.whl",hashes = {sha256 = "36efd0d9650ee985f0cad72065001e66d49a6f24eb44d98980f630686243cf11"}}, ] marker = "\"dev\" in dependency_groups" [packages.sdist] -name = "virtualenv-20.30.0.tar.gz" -hashes = {sha256 = "800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8"} +name = "virtualenv-20.31.2.tar.gz" +hashes = {sha256 = "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af"} [[packages]] name = "word2number"