From b84b4940813848079b0ee789238d0552252ebfbf Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Fri, 18 Oct 2024 15:11:05 +0200 Subject: [PATCH] Update Perovskite plugin (#35) * Update Perovskite plugin * Update lockfile --------- Co-authored-by: github-actions --- pyproject.toml | 2 +- uv.lock | 357 ++++++++----------------------------------------- 2 files changed, 59 insertions(+), 300 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46ffddf..c23b497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = ["nomad-lab[parsing, infrastructure]>=1.3.4"] [project.optional-dependencies] plugins = [ - "perovskite-solar-cell-database @ git+https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git@f394d21abafeb659729af0c94e5f90949fce01c1", + "perovskite-solar-cell-database @ git+https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git@b29cbbd808a6c9c0c45cdd10c6e7982375342d9f", "nomad-porous-materials @ git+https://github.com/FAIRmat-NFDI/nomad-porous-materials.git@522f4a3208077f534f1c5e886527ee2104283d0b", "nomad-aitoolkit @ git+https://github.com/FAIRmat-NFDI/nomad-aitoolkit.git@b203f8eb28dc4b6771a39d5c5b7ad3d9d8583ac8", "nomad-simulations==0.0.1", diff --git a/uv.lock b/uv.lock index 583c5d9..41f779c 100644 --- a/uv.lock +++ b/uv.lock @@ -212,18 +212,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/0a/0d/2c6aaab67ac566d76322e87827d707214c5f6ffb5a4fcd456a8633da1788/asteval-1.0.5-py3-none-any.whl", hash = "sha256:082b95312578affc8a6d982f7d92b7ac5de05634985c87e7eedd3188d31149fa", size = 21803 }, ] -[[package]] -name = "astroid" -version = "3.3.4" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.11'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/16/27/0dae53cc2c6b55ebdd6d23bae865b419f0f0f9592897b4e3a7069d0ddc3e/astroid-3.3.4.tar.gz", hash = "sha256:e73d0b62dd680a7c07cb2cd0ce3c22570b044dd01bd994bc3a2dd16c6cbba162", size = 397071 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/68/5b/99cdc9445e0f08e5b26312f3ee35b5c073fd985b977f11fd5af81cd95313/astroid-3.3.4-py3-none-any.whl", hash = "sha256:5eba185467253501b62a9f113c263524b4f5d55e1b30456370eed4cdbd6438fd", size = 274395 }, -] - [[package]] name = "asttokens" version = "2.4.1" @@ -293,15 +281,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ed/20/bc79bc575ba2e2a7f70e8a1155618bb1301eaa5132a8271373a6903f73f8/babel-2.16.0-py3-none-any.whl", hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b", size = 9587599 }, ] -[[package]] -name = "backports-tarfile" -version = "1.2.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/86/72/cd9b395f25e290e633655a100af28cb253e4393396264a98bd5f5951d50f/backports_tarfile-1.2.0.tar.gz", hash = "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991", size = 86406 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b9/fa/123043af240e49752f1c4bd24da5053b6bd00cad78c2be53c0d1e8b975bc/backports.tarfile-1.2.0-py3-none-any.whl", hash = "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34", size = 30181 }, -] - [[package]] name = "bagit" version = "1.8.1" @@ -485,22 +464,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/5c/c1/f80115c66a181e2ff18027818d3e1f37a3d5133b350b3e25189e53e28cd8/blosc2-2.5.1-cp39-cp39-win_amd64.whl", hash = "sha256:73eb5e569a91fbe67f7dd78efe6a1ca9a54afff2c847db5dfa675bfd6a424f60", size = 2343778 }, ] -[[package]] -name = "build" -version = "1.2.2" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "colorama", marker = "os_name == 'nt'" }, - { name = "importlib-metadata", marker = "python_full_version < '3.10.2'" }, - { name = "packaging" }, - { name = "pyproject-hooks" }, - { name = "tomli", marker = "python_full_version < '3.11'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/dd/bb/4a1b7e3a7520e310cf7bfece43788071604e1ccf693a7f0c4638c59068d6/build-1.2.2.tar.gz", hash = "sha256:119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c", size = 46516 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/91/fd/e4bda6228637ecae5732162b5ac2a5a822e2ba8e546eb4997cde51b231a3/build-1.2.2-py3-none-any.whl", hash = "sha256:277ccc71619d98afdd841a0e96ac9fe1593b823af481d3b0cea748e8894e0613", size = 22823 }, -] - [[package]] name = "cachetools" version = "5.5.0" @@ -1350,6 +1313,12 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/2c/cd/9f40e6b94b4a5340bbed8519ec5a91dbca0092a536a9ca98d1e3e3682b6b/fabio-2024.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e4bd5e008acae8a4182f882d0382096ff164c06274122ef7ef327af75cc81648", size = 1310726 }, { url = "https://files.pythonhosted.org/packages/03/85/264142262da5ffee2ceb460d7d30b8346ea6533ccf2e10d9bf995b912d02/fabio-2024.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d4d56c5b61f2263b849c61f80ed06a4ed9551ea72bb15a99a076cf3fdef75e1", size = 1266970 }, { url = "https://files.pythonhosted.org/packages/bf/ff/337753cd116f6eb9e97520a840e6d22fcb324cdd9d12e5443881c880f914/fabio-2024.9.0-cp312-cp312-win_amd64.whl", hash = "sha256:42731db446b6887619b691b55a1a7de9102d8072b7f8351c1778a5b0f1ccde70", size = 1257298 }, + { url = "https://files.pythonhosted.org/packages/37/f6/f6f935c5e65e30c7834612ad21dc2085a6c229946a4749defc5d08a96b34/fabio-2024.9.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3ab2cf5a8c2259f239d44b7fdcca791454df52918b81a7e78568664aa55745ce", size = 1042164 }, + { url = "https://files.pythonhosted.org/packages/6e/95/47ee4983745d5cd4b40da789c791fbbb5451f3445f7855fa8e7e31b88bc9/fabio-2024.9.0-cp313-cp313-macosx_11_0_x86_64.whl", hash = "sha256:9a4bbc056e4c4957eccfdba6b6c505f03f34a3efd76c1442ad550797dbc394bf", size = 1101209 }, + { url = "https://files.pythonhosted.org/packages/e3/11/021fccd516c3523cec9a1f23977693c07291ebe46ed5a58d219c8faace36/fabio-2024.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:167914c814680eff0667860ce0441bf52c5a4e6c2679ef2b4cedf89543f4a11a", size = 1202385 }, + { url = "https://files.pythonhosted.org/packages/65/67/4eef84802f6b2f548c9ad1c3b4ee8954eaea7fb88379643cd0b668db2e52/fabio-2024.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:983b0d877fbfab762fc1ca0a5af46120bab252b77d545490720da87eb6a5b351", size = 1305607 }, + { url = "https://files.pythonhosted.org/packages/f7/17/55c7abf4bc56a3b7e2a8c2f6db7cdfe426976ee69b07021133e3f9828c26/fabio-2024.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d6b5b462ea237352061c159e8a92a67e1c7674c0c677074d9ac2328138fbe8f", size = 1272853 }, + { url = "https://files.pythonhosted.org/packages/5f/7a/126d794307cc00aa1880e6ce71d433677650d52282fb46abc27b97d52f1a/fabio-2024.9.0-cp313-cp313-win_amd64.whl", hash = "sha256:ff41e1ef3c8c640c94a4c86dd14e7275131c9ee9f1915529101d7fed53887c2e", size = 1251526 }, { url = "https://files.pythonhosted.org/packages/ed/7b/885e6293cd7c87af19059258ca7dc94101c5aab6ff1a3b4a2ba18e13fbd1/fabio-2024.9.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:54416cad9b4425609b55b5554b745412a68b1dfe4e401cbf51ae822a55dd6a67", size = 1048723 }, { url = "https://files.pythonhosted.org/packages/6b/70/19c931bbe63d9c34de5ee152595a256da0b33efbab5889b8d8fbdcb0ac67/fabio-2024.9.0-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:66ca95469c65ada9d958ad71e3960910a69aab27d0c4ad5d18025aef5c139ffd", size = 1135309 }, { url = "https://files.pythonhosted.org/packages/68/bc/3586d1dbffe70d321d0eb8cbd5dd7b31c0b38bc8e241d263126ba6101ab4/fabio-2024.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5672d06383de15e9204a91652b8f27a4360928318c50fd0b46faae619f9435f", size = 1254492 }, @@ -2071,42 +2040,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/04/96/92447566d16df59b2a776c0fb82dbc4d9e07cd95062562af01e408583fc4/itsdangerous-2.2.0-py3-none-any.whl", hash = "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef", size = 16234 }, ] -[[package]] -name = "jaraco-classes" -version = "3.4.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "more-itertools" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz", hash = "sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd", size = 11780 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl", hash = "sha256:f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790", size = 6777 }, -] - -[[package]] -name = "jaraco-context" -version = "6.0.1" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "backports-tarfile", marker = "python_full_version < '3.12'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/df/ad/f3777b81bf0b6e7bc7514a1656d3e637b2e8e15fab2ce3235730b3e7a4e6/jaraco_context-6.0.1.tar.gz", hash = "sha256:9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3", size = 13912 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ff/db/0c52c4cf5e4bd9f5d7135ec7669a3a767af21b3a308e1ed3674881e52b62/jaraco.context-6.0.1-py3-none-any.whl", hash = "sha256:f797fc481b490edb305122c9181830a3a5b76d84ef6d1aef2fb9b47ab956f9e4", size = 6825 }, -] - -[[package]] -name = "jaraco-functools" -version = "4.1.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "more-itertools" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/ab/23/9894b3df5d0a6eb44611c36aec777823fc2e07740dabbd0b810e19594013/jaraco_functools-4.1.0.tar.gz", hash = "sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d", size = 19159 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9f/4f/24b319316142c44283d7540e76c7b5a6dbd5db623abd86bb7b3491c21018/jaraco.functools-4.1.0-py3-none-any.whl", hash = "sha256:ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649", size = 10187 }, -] - [[package]] name = "jedi" version = "0.19.1" @@ -2119,15 +2052,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl", hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0", size = 1569361 }, ] -[[package]] -name = "jeepney" -version = "0.8.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz", hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806", size = 106005 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl", hash = "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755", size = 48435 }, -] - [[package]] name = "jinja2" version = "3.1.4" @@ -2492,24 +2416,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f7/9a/0408b02a4bcb3cf8b338a2b074ac7d1b2099e2b092b42473def22f7b625f/kaleido-0.2.1-py2.py3-none-win_amd64.whl", hash = "sha256:4670985f28913c2d063c5734d125ecc28e40810141bdb0a46f15b76c1d45f23c", size = 65945521 }, ] -[[package]] -name = "keyring" -version = "25.4.1" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "importlib-metadata", marker = "python_full_version < '3.12'" }, - { name = "jaraco-classes" }, - { name = "jaraco-context" }, - { name = "jaraco-functools" }, - { name = "jeepney", marker = "sys_platform == 'linux'" }, - { name = "pywin32-ctypes", marker = "sys_platform == 'win32'" }, - { name = "secretstorage", marker = "sys_platform == 'linux'" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz", hash = "sha256:b07ebc55f3e8ed86ac81dd31ef14e81ace9dd9c3d4b5d77a6e9a2016d0d71a1b", size = 62491 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/83/25/e6d59e5f0a0508d0dca8bb98c7f7fd3772fc943ac3f53d5ab18a218d32c0/keyring-25.4.1-py3-none-any.whl", hash = "sha256:5426f817cf7f6f007ba5ec722b1bcad95a75b27d780343772ad76b17cb47b0bf", size = 38946 }, -] - [[package]] name = "kikuchipy" version = "0.9.0" @@ -2936,7 +2842,7 @@ wheels = [ [[package]] name = "matid" -version = "2.1.2" +version = "2.1.3" source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } dependencies = [ { name = "ase" }, @@ -2945,40 +2851,40 @@ dependencies = [ { name = "scikit-learn" }, { name = "spglib" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f5/e2/dc0c8c61804186f5b85bc3cd280c0d5470df5cde31d6b338022e756d5afd/matid-2.1.2.tar.gz", hash = "sha256:b3bb3b4bc47e03705d2466126ce0dda6e02903203f0564e32b67012ece310091", size = 149882 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/33/06/05206e0c344f98318e3235db0a19ba0f0096222bccea7e98d047cb630d11/matid-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ce027ac927c77d958f70b7960370097a3b06ab73573bbbe3a21ec585bc8127ba", size = 282585 }, - { url = "https://files.pythonhosted.org/packages/f2/26/db77bf4fa2c0c504f3dcb9de574beacae2af549ef8c6ffc56b044daafbfe/matid-2.1.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b2a1f9949072580f925f74f7925c609a68df91cd57da26893502fc5355ac22ad", size = 274823 }, - { url = "https://files.pythonhosted.org/packages/cf/fb/b38ff137bacbec845cd1a6a6bf02b731cdd51ee05a6f0c34ca553290f89e/matid-2.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ebe6497ca52fb2f30a20f8879e00a161baf3222bd6fe113f4ddcc7c84c6c4e62", size = 2701419 }, - { url = "https://files.pythonhosted.org/packages/a2/65/1e7fb7c9bb18575a43997ee4131d4aced63e8d91f95efe506e14bc07a294/matid-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6ecec6fa618072d9ca165716b1d3822b8af0b8822eb578dee2f890d3797f4d2", size = 2752069 }, - { url = "https://files.pythonhosted.org/packages/db/82/1272e73b8d79954c3d2d22343b37afbfa7580ee3d3df1b8ced1ddfde0e5a/matid-2.1.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:4442be89d5e339fa33e138afe1acbbf7216ed7c93dfe4670b93bb720ae5be433", size = 3681772 }, - { url = "https://files.pythonhosted.org/packages/fd/30/93abdd814b4290e6b14b5910a6230250c4db925792fcd663d5c65aa83e9d/matid-2.1.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:96412148ab3b86fe9d24a0125c6d9facb5fd26383909af648cccf64db9e24fe8", size = 3640363 }, - { url = "https://files.pythonhosted.org/packages/d5/9a/b5887c986d84b13431a330e44de54214cc23d07501e1e8eb4f3f7594b6b0/matid-2.1.2-cp310-cp310-win32.whl", hash = "sha256:b7101078536c8d5a403ca7a7a32a46382f5112bbb652adef1938ba7bea2f4001", size = 250514 }, - { url = "https://files.pythonhosted.org/packages/7e/52/9250d6b3fa990a9805851b35cef3c55c46cafa3701fb4a576ad5c53dc02c/matid-2.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:97cd02193bc1e1e69a29689d896fd8748d14f9ed4f61d1add677247bee3ddb26", size = 260472 }, - { url = "https://files.pythonhosted.org/packages/e9/c3/be576470e59250024b25b99ae3cd1c4375ccc71b8801df59b77d23d9931c/matid-2.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:70c197b935db11f6e523ec3cd0fdb47049bd0433e7ac2fce76243ed07f502f7e", size = 283849 }, - { url = "https://files.pythonhosted.org/packages/3b/73/0e77ff1d46d1da48d4c2e5cd5211087e6e87417936a25c529ee2395e4c21/matid-2.1.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6e58173c06944d699c3742b9e5e26c122253eb0ef4f713a96aeb13a497992298", size = 276243 }, - { url = "https://files.pythonhosted.org/packages/6b/68/75c56102ee36b53e01ab9d01f881c9addbc35215ceffdc0332bb269ff38c/matid-2.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:90710968fd6c803d9562cd5e4b333b5a3b935554ae702df49eaf3f8d09cd419a", size = 2734502 }, - { url = "https://files.pythonhosted.org/packages/28/13/f2370c90da7b1a214a78a26ac8d09cd8190b6aa9862bde15906704544c78/matid-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2cf746bb992de37970b62fdeecce5caffeaab1376b0d7b6516af3b8cbce3815", size = 2791709 }, - { url = "https://files.pythonhosted.org/packages/0f/9c/dc28565e404e64d679ecab3b0c5345eaa96f05e6dc829e3900414341647c/matid-2.1.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:02cb79b86c51b5f95964d93504d3c6a9f08d27e6b76cbd3d1905148aacc0ce5f", size = 3714981 }, - { url = "https://files.pythonhosted.org/packages/8a/50/0e8951c8835361222e0b64036227ef7732c92592e9a7ca4777773be2ba1d/matid-2.1.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:40850c42b9f6b4bc56b265433b190c0ddc1bbcbaa659aa97bacab6df5263f823", size = 3669821 }, - { url = "https://files.pythonhosted.org/packages/ec/0a/0a712756a47d0c83ad3bf60a18b9b5749061f09d230b4a8e19fd00e5ab1d/matid-2.1.2-cp311-cp311-win32.whl", hash = "sha256:4e6fcfe146970b270ee3b8ed55bc2cf28f3976eccfe684448871425f50a0adce", size = 251703 }, - { url = "https://files.pythonhosted.org/packages/62/f0/09fdb8c8d24778a03ca92eb1eb96f39dad502ae44194810156b979d97794/matid-2.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:601103c38f2d7238535db5b92f1a5f8fe49e2233637002fe69d544f314216831", size = 261400 }, - { url = "https://files.pythonhosted.org/packages/9e/d4/4a379664b7308e19d5586ae4d61a73aa6417efdd8581eca213786a778701/matid-2.1.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:29d89693059d5c9bee8001308f9f3f40215dd33a45ae6ce3d56462a98adf1c73", size = 283112 }, - { url = "https://files.pythonhosted.org/packages/ab/3a/46ba510c2e101d79e4d0334902ddd9998db02f6bd324227a7c3951a70971/matid-2.1.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:926ac49455dcb608eb07a14a14b7401661a5c5c025a917acddfb7fa2b194fccf", size = 274627 }, - { url = "https://files.pythonhosted.org/packages/a6/fe/142372d8145fe2f0fe162755cecd0000b30ed33f49cb0d9c2173aa5a82f3/matid-2.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:18bda4380a7e096f8486a9ffe65d77fe01a7a53f75c1c6a21d2b384de79a578d", size = 2733385 }, - { url = "https://files.pythonhosted.org/packages/07/dc/8e5f986f21265f08ab11a8303957a7961fffaf71ba559672912fc1acf466/matid-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b144a8883b7c8533d59348176a35808455d507fa9752a24ae1cf1f3dcb72d2a8", size = 2802151 }, - { url = "https://files.pythonhosted.org/packages/13/70/d74ec518a36ce79667160f3e05af681c9432da691f6568ee9618ec929680/matid-2.1.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:60f524b76a7de90902d42c9ad7be80619794ac7e3fed386d9e7436e6f37ffb20", size = 3712337 }, - { url = "https://files.pythonhosted.org/packages/f9/d2/fce0255998ce1c7e438e3a2729d4a55c887d5279db401d61095a11e82a76/matid-2.1.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:053b3ee29799061f3f85901db402f8b6eaab0347156c4166de8a6cae774ad1f3", size = 3671378 }, - { url = "https://files.pythonhosted.org/packages/fc/49/8feb8361f7be798ed6f90ae8e0073f83b32db39e3497ef4190716d311065/matid-2.1.2-cp312-cp312-win32.whl", hash = "sha256:83f5263dc4e12d3b09248b296d5a786d653c3b8a5479fd5a91275cf8ee99d89f", size = 250629 }, - { url = "https://files.pythonhosted.org/packages/ea/f9/d95e1cbf4d2107ca048b37083fd4fcc5bd34210bf75530932320e5e333f3/matid-2.1.2-cp312-cp312-win_amd64.whl", hash = "sha256:8d29aa20bca849ed4b8657cde7a6b31fae059fc1565849c0ab2b582f7ae6d8cf", size = 260956 }, - { url = "https://files.pythonhosted.org/packages/c4/ef/451ffba65a805ff7af91a0e250d21911193ae9d9b80062603b58d5d24f96/matid-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f946f0b08f44eeea4dfce7ee974916784b9ac59b3939d3a9a754ca4985d5afa3", size = 282722 }, - { url = "https://files.pythonhosted.org/packages/c8/bf/d3beafd2c1e211124af18e5f2a5e552a6c5e1360ceabe72afc82c91465e4/matid-2.1.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e7629710cf68dadd3a93b8d5275f4fe285cff4a8a0d70da4e553f12e8dae34a8", size = 274947 }, - { url = "https://files.pythonhosted.org/packages/fb/12/3373084121d5278b3d4b59521cc78edd676518084daed4d612ee1890f2ca/matid-2.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9b271024f921af39ebcffe73bc93856b74ed7e51dfdf1710772e7e2ad29593cf", size = 2687774 }, - { url = "https://files.pythonhosted.org/packages/a1/01/701d612c85be17c917e728b01432203dbc0342e7f03392281a1f233deb8d/matid-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49db1a7e5902182fcf434a9b123551eb51c38477623cbf5d98fcc81a7cbe9179", size = 2755627 }, - { url = "https://files.pythonhosted.org/packages/e8/6c/145d3fbf2cfc42d7096b4833b41313ca0462efe532e8d331e234193ffe47/matid-2.1.2-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:a0e0b10eba9dfb08e727edba34e9ea695445ca7b06bff64a13fab0a77506cae9", size = 3664414 }, - { url = "https://files.pythonhosted.org/packages/c9/45/f8c6a0f6d9c9c741895179b0eb88906d6cdde447191e1743292b2bf16cb3/matid-2.1.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:1ba262f1b423611f720e191eb5d79df7c07d8187bc9450b814e49a929584e6f3", size = 3625679 }, - { url = "https://files.pythonhosted.org/packages/d4/bf/8a9f9c0bd3cd27ca646c972d7ec310f398e80c024d00f560a0b42d5a278b/matid-2.1.2-cp39-cp39-win32.whl", hash = "sha256:aea902e6d047932fcf968ee247e07de88004181208882e196d9103e041aeab3a", size = 250760 }, - { url = "https://files.pythonhosted.org/packages/31/d8/346a935710071e06e57417d16bccd2d0e3ebb058ccafdd14f5b63e7cf569/matid-2.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:cc017bd813ca904ab22f81c620da2b961d56a87375dfe0195494ae1b0c885e62", size = 260403 }, +sdist = { url = "https://files.pythonhosted.org/packages/7e/a8/f9d1d977f91505d107caa638f7ff27372c63f884335ba3d59a5d402437f7/matid-2.1.3.tar.gz", hash = "sha256:6d743e632b408b141e3e082a4cf9d4f43b58fcc369b2718eae34c911fa0bdfbb", size = 148537 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/09/31/20348958d5a4a361c013a4551b6746563efe500a82db5c42c51ae7d7dc56/matid-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a3b55bae92795dfa91328574cfb5b94b619bffd319d236ecd923fd9650b33d6e", size = 285756 }, + { url = "https://files.pythonhosted.org/packages/65/25/536f8af3350814ce8185c258cdd9b85563358f751e59ac7282ab8ba79482/matid-2.1.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:32ec8c0801206ae36d7801c80a43ee6fe98aa7904cfee8aa753c64e1ab7f0333", size = 278408 }, + { url = "https://files.pythonhosted.org/packages/95/3e/ab3d431f285f8f471adb8f0558531b54b8309b0ffd3d792c63f6c9fb8336/matid-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c924c06a44b9f1cb67699698dbae4a49cbd6a343186f10a5e0296de689df2f7d", size = 2739246 }, + { url = "https://files.pythonhosted.org/packages/25/92/61e2958dedf47edb8aebf80be6fc52c3ebfab2eb98e559e413344cf0eb07/matid-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e3687b8eea133564f2577bda647463be19b2b712b5eda3ff31009f0e18c32222", size = 2793313 }, + { url = "https://files.pythonhosted.org/packages/f0/83/52d52b7c6b5fb03e3d3958fe9966e1d94c4ab9b323f07936d1f6b13eba2f/matid-2.1.3-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:b59dafc5b1712924b7999ee019b787c179277b98e00116c068184e2d99342db4", size = 3717386 }, + { url = "https://files.pythonhosted.org/packages/1d/9e/075d9346edd2e644e941b085a5538ba7e35502b04514c1ce36e9d62e8c99/matid-2.1.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:1bb6aaedb6ab4db8dd81a3a37f55d59cfe1edbf47de1aaad655647759f13bcc3", size = 3673530 }, + { url = "https://files.pythonhosted.org/packages/48/d4/f10db3c81a75c543b57f95b53b3e4aaf62ac16341e0d690d1c3b8e1d8d19/matid-2.1.3-cp310-cp310-win32.whl", hash = "sha256:62096631b722416f728cfe2df16d78a8ad8c47f705143f263008572b2db38a1e", size = 251065 }, + { url = "https://files.pythonhosted.org/packages/23/fc/7fd22960ea97f680e7e26dc648f934cf2f66b78d8c856c99aba2d1b000c4/matid-2.1.3-cp310-cp310-win_amd64.whl", hash = "sha256:f486df36048f39e49484b72fe74c76ba64ef5c950b1859fbf239aeadaf953ede", size = 261087 }, + { url = "https://files.pythonhosted.org/packages/dd/9c/2648f47b8144bf79da110f8d1c9cfcd928b0f0877991fcbd076283534f32/matid-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:233017cfac6ffd929eeffd967e4b78881ba697cd541ccab1cd0cd9226917d784", size = 287048 }, + { url = "https://files.pythonhosted.org/packages/9c/06/cf23b3d6bfce7bc5ad0fb2646907a95729bca96228166a694456414593b6/matid-2.1.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:210a12770a6ff760fbec7d73c0cfe3107c5758cf0e5099f6fcfcf764abddc5c8", size = 279958 }, + { url = "https://files.pythonhosted.org/packages/9f/96/8ad08a0aea9f1851c641b11869b6b95d3b5afae24da8a355e1641001d430/matid-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a693d531da6fc1e27a0e0ffbb6fec32bb3e5a27424ac2d098fedebd1533d6fdd", size = 2764908 }, + { url = "https://files.pythonhosted.org/packages/0b/a6/03f39e456eb0574df6bbb1407cedd8ad1e18b77bad687f39b7be94311acc/matid-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a453cbbac7433f6adbdb89fba219167fe716e85cdc2024cb8d3f8129a934c9f", size = 2835893 }, + { url = "https://files.pythonhosted.org/packages/87/4c/6438ed393696f7da1c2aa17e65baacb67d273d2a1f42fcc6d22d58494199/matid-2.1.3-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:6823861cb606554b0eb971cff134a5d2864931cdb59984c75772069290ae8856", size = 3749565 }, + { url = "https://files.pythonhosted.org/packages/f6/8b/2dc420755b49b5d0bb672ada8418d10631e32493b06ebb3f3f12853896ce/matid-2.1.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3f110d3d158a0b1e7f81f1fe8c3b95afe893fb834d90db18015bf00826438297", size = 3706179 }, + { url = "https://files.pythonhosted.org/packages/60/9b/cf1a67d48201f416aed11aa48bffa15847e66596aff106c8f9241a10d428/matid-2.1.3-cp311-cp311-win32.whl", hash = "sha256:15ac6201c92abe1eb05b05c94cc3fc3a4700999e93286197dc503275c17ed637", size = 252252 }, + { url = "https://files.pythonhosted.org/packages/b7/7b/47418dd1ee912c179b3fad350cd75748baaa923f94859e8c7b6d2cc8de97/matid-2.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:7b94f3f16d282fc3b7b5ec77b47e05088a9e5df0c08d246ddea893334b11c4db", size = 262060 }, + { url = "https://files.pythonhosted.org/packages/ac/f0/48513ec27405096fc9958473288262664778294147e31c084c315df92076/matid-2.1.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:14f16ee547b076af02e676cbdcac7aff45f7a5b1b09524854ba4e1959621b5ba", size = 286595 }, + { url = "https://files.pythonhosted.org/packages/9e/8f/2c7d79bc3b81f657faf1acc444b13d86acf3f2e4c698e8c23f82bdb26b4f/matid-2.1.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1d43f1e966d1ed6edd9ba7ac65d26e02a1b9cbe616392e9c9d05efbc89ce0eda", size = 278622 }, + { url = "https://files.pythonhosted.org/packages/99/f9/707c8f2c39a2a5eb0022b2188a60a0424cecbf4d13393a2801ffa262f52a/matid-2.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fb9b9e54b00dc82939d9b7ccbaccbd39cbe2c3aa9c7d84aa434da20034a40a74", size = 2773184 }, + { url = "https://files.pythonhosted.org/packages/5c/53/737beadc6562d72aca0045e5814e89701f5f4e0fb04628aa25273ecf70ca/matid-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf18f7da8cb25cde5c2ca74f1c6f88a32cdb18237ef82d517a511ce53cd039b8", size = 2847799 }, + { url = "https://files.pythonhosted.org/packages/36/e7/21e9b6b82759d1b65247f021675abb8174519d7df5a03b96245365658e03/matid-2.1.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:cd1291731e58e4c1463b8d9953ead0c9c7955f489f3f6bd0849191a317a21b8a", size = 3754024 }, + { url = "https://files.pythonhosted.org/packages/e1/1f/50256849c0d1722ea39bde41b844b02f811f313ae9505f6cc4f88a0744fa/matid-2.1.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d2d5c48e955473cc06d84b18928dc0eec8274e30383a85a3936583ac128e82e2", size = 3706566 }, + { url = "https://files.pythonhosted.org/packages/3e/5a/43d70cc0884f897296372f7927a7f7467980dbe5afca3c12db4e4de95492/matid-2.1.3-cp312-cp312-win32.whl", hash = "sha256:2fd29c3abc50dc3ba9ed554f8a196a802b956777df467c28a2aa45a4e24ae44b", size = 251404 }, + { url = "https://files.pythonhosted.org/packages/a4/84/4ed7dd40fea078bcda19b9cf03567475169d8c4381e146afeea4b313d02d/matid-2.1.3-cp312-cp312-win_amd64.whl", hash = "sha256:a3d7bab755a6f7e670797f7d7fd847e591437206fa5d1c74e0145f9a243f8a6d", size = 261726 }, + { url = "https://files.pythonhosted.org/packages/61/1f/733cb035481160ae5f9b883586d267c57ddcebb2a1704060b93604227257/matid-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f1e44abdb509867aa0b7b2128c68c26c0aed9cfcbc9c5e82dedf07f9edc6005b", size = 285847 }, + { url = "https://files.pythonhosted.org/packages/f2/90/5b7b3c01e35fd95b650fb2413d8f7a54df6c31b02946f7a1868121f62e4e/matid-2.1.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6915bae35ef84847f20d1a4a0b4b0232a3898fa640e062e62d337229f7518d6a", size = 278565 }, + { url = "https://files.pythonhosted.org/packages/3a/9d/3446187ef227dcf03a8e3a9f4dc8ca169718bb7c22e92a5ef48706155f08/matid-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c4e9bc1fef459006504910b5f10ed10f4a41005a463fde3ab4466d887100bc49", size = 2728098 }, + { url = "https://files.pythonhosted.org/packages/83/98/aeb57d0213f69947e43d3dc8939390e76c95042b4041e6c180636bc2b077/matid-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18a14316fa491aebb35868685f296646bd36117bc84d36ba8a0b3e1dbd94f953", size = 2800179 }, + { url = "https://files.pythonhosted.org/packages/08/3c/29cf74fa4076a5453b6a6b18c4495ed1e0bd67ea3f508b5236349e051be2/matid-2.1.3-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:5e1d8b1e84353d7e8dd1ed150d2a5b4eec7c18fa481acd08d8d3f5e2f26858a9", size = 3702760 }, + { url = "https://files.pythonhosted.org/packages/e4/21/5464a8e2cc72db5a9545461d0b29b5b4b66295a221e8696406946a9988a1/matid-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:50816e2b51f27a1ecdc305aa66afe8975ee378623add3bd962ebfcb5a1aecf73", size = 3665953 }, + { url = "https://files.pythonhosted.org/packages/23/e5/75394943a775ef44078cc5890a7ffe76f172a255ee48d045a7aa017d28c7/matid-2.1.3-cp39-cp39-win32.whl", hash = "sha256:633f90f228d3c58c127fd6d629a74255bf76dc6ba979bea27a01cf74b0313156", size = 251327 }, + { url = "https://files.pythonhosted.org/packages/50/56/3a82b402902945e97072fa92bc22ffd115f669d26d3934ac64570e6920f7/matid-2.1.3-cp39-cp39-win_amd64.whl", hash = "sha256:887d52e1129514e180f5f55fda96d36e47a6b09538dca261ccdcae1d8a3cd320", size = 261101 }, ] [[package]] @@ -3316,15 +3222,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/16/e7/44c5e51c5ea3743803a2d8c88fbb6c77cb20f7e772e1855a0b85c9b37bd2/monty-2024.7.30-py3-none-any.whl", hash = "sha256:12f067927e317fc0262296c357fa7a34e0c1cc6bc5ea00918cc2e32262630bed", size = 48878 }, ] -[[package]] -name = "more-itertools" -version = "10.5.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f/more-itertools-10.5.0.tar.gz", hash = "sha256:5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6", size = 121020 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/48/7e/3a64597054a70f7c86eb0a7d4fc315b8c1ab932f64883a297bdffeb5f967/more_itertools-10.5.0-py3-none-any.whl", hash = "sha256:037b0d3203ce90cca8ab1defbbdac29d5f993fc20131f3664dc8d6acfa872aef", size = 60952 }, -] - [[package]] name = "mpmath" version = "1.3.0" @@ -3630,29 +3527,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/d5/f0/8fbc882ca80cf077f1b246c0e3c3465f7f415439bdea6b899f6b19f61f70/networkx-3.2.1-py3-none-any.whl", hash = "sha256:f18c69adc97877c42332c170849c96cefa91881c99a7cb3e95b7c659ebdc1ec2", size = 1647772 }, ] -[[package]] -name = "nh3" -version = "0.2.18" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/62/73/10df50b42ddb547a907deeb2f3c9823022580a7a47281e8eae8e003a9639/nh3-0.2.18.tar.gz", hash = "sha256:94a166927e53972a9698af9542ace4e38b9de50c34352b962f4d9a7d4c927af4", size = 15028 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/89/1daff5d9ba5a95a157c092c7c5f39b8dd2b1ddb4559966f808d31cfb67e0/nh3-0.2.18-cp37-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:14c5a72e9fe82aea5fe3072116ad4661af5cf8e8ff8fc5ad3450f123e4925e86", size = 1374474 }, - { url = "https://files.pythonhosted.org/packages/2c/b6/42fc3c69cabf86b6b81e4c051a9b6e249c5ba9f8155590222c2622961f58/nh3-0.2.18-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:7b7c2a3c9eb1a827d42539aa64091640bd275b81e097cd1d8d82ef91ffa2e811", size = 694573 }, - { url = "https://files.pythonhosted.org/packages/45/b9/833f385403abaf0023c6547389ec7a7acf141ddd9d1f21573723a6eab39a/nh3-0.2.18-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42c64511469005058cd17cc1537578eac40ae9f7200bedcfd1fc1a05f4f8c200", size = 844082 }, - { url = "https://files.pythonhosted.org/packages/05/2b/85977d9e11713b5747595ee61f381bc820749daf83f07b90b6c9964cf932/nh3-0.2.18-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0411beb0589eacb6734f28d5497ca2ed379eafab8ad8c84b31bb5c34072b7164", size = 782460 }, - { url = "https://files.pythonhosted.org/packages/72/f2/5c894d5265ab80a97c68ca36f25c8f6f0308abac649aaf152b74e7e854a8/nh3-0.2.18-cp37-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:5f36b271dae35c465ef5e9090e1fdaba4a60a56f0bb0ba03e0932a66f28b9189", size = 879827 }, - { url = "https://files.pythonhosted.org/packages/ab/a7/375afcc710dbe2d64cfbd69e31f82f3e423d43737258af01f6a56d844085/nh3-0.2.18-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:34c03fa78e328c691f982b7c03d4423bdfd7da69cd707fe572f544cf74ac23ad", size = 841080 }, - { url = "https://files.pythonhosted.org/packages/c2/a8/3bb02d0c60a03ad3a112b76c46971e9480efa98a8946677b5a59f60130ca/nh3-0.2.18-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:19aaba96e0f795bd0a6c56291495ff59364f4300d4a39b29a0abc9cb3774a84b", size = 924144 }, - { url = "https://files.pythonhosted.org/packages/1b/63/6ab90d0e5225ab9780f6c9fb52254fa36b52bb7c188df9201d05b647e5e1/nh3-0.2.18-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de3ceed6e661954871d6cd78b410213bdcb136f79aafe22aa7182e028b8c7307", size = 769192 }, - { url = "https://files.pythonhosted.org/packages/a4/17/59391c28580e2c32272761629893e761442fc7666da0b1cdb479f3b67b88/nh3-0.2.18-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6955369e4d9f48f41e3f238a9e60f9410645db7e07435e62c6a9ea6135a4907f", size = 791042 }, - { url = "https://files.pythonhosted.org/packages/a3/da/0c4e282bc3cff4a0adf37005fa1fb42257673fbc1bbf7d1ff639ec3d255a/nh3-0.2.18-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f0eca9ca8628dbb4e916ae2491d72957fdd35f7a5d326b7032a345f111ac07fe", size = 1010073 }, - { url = "https://files.pythonhosted.org/packages/de/81/c291231463d21da5f8bba82c8167a6d6893cc5419b0639801ee5d3aeb8a9/nh3-0.2.18-cp37-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:3a157ab149e591bb638a55c8c6bcb8cdb559c8b12c13a8affaba6cedfe51713a", size = 1029782 }, - { url = "https://files.pythonhosted.org/packages/63/1d/842fed85cf66c973be0aed8770093d6a04741f65e2c388ddd4c07fd3296e/nh3-0.2.18-cp37-abi3-musllinux_1_2_i686.whl", hash = "sha256:c8b3a1cebcba9b3669ed1a84cc65bf005728d2f0bc1ed2a6594a992e817f3a50", size = 942504 }, - { url = "https://files.pythonhosted.org/packages/eb/61/73a007c74c37895fdf66e0edcd881f5eaa17a348ff02f4bb4bc906d61085/nh3-0.2.18-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:36c95d4b70530b320b365659bb5034341316e6a9b30f0b25fa9c9eff4c27a204", size = 941541 }, - { url = "https://files.pythonhosted.org/packages/78/48/54a788fc9428e481b2f58e0cd8564f6c74ffb6e9ef73d39e8acbeae8c629/nh3-0.2.18-cp37-abi3-win32.whl", hash = "sha256:a7f1b5b2c15866f2db413a3649a8fe4fd7b428ae58be2c0f6bca5eefd53ca2be", size = 573750 }, - { url = "https://files.pythonhosted.org/packages/26/8d/53c5b19c4999bdc6ba95f246f4ef35ca83d7d7423e5e38be43ad66544e5d/nh3-0.2.18-cp37-abi3-win_amd64.whl", hash = "sha256:8ce0f819d2f1933953fca255db2471ad58184a60508f03e6285e5114b6254844", size = 579012 }, -] - [[package]] name = "niondata" version = "15.6.3" @@ -3785,7 +3659,7 @@ requires-dist = [ { name = "nomad-schema-plugin-run", marker = "extra == 'plugins'", specifier = ">=1.0.1" }, { name = "nomad-schema-plugin-simulation-workflow", marker = "extra == 'plugins'", specifier = ">=1.0.1" }, { name = "nomad-simulations", marker = "extra == 'plugins'", specifier = "==0.0.1" }, - { name = "perovskite-solar-cell-database", marker = "extra == 'plugins'", git = "https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git?rev=f394d21abafeb659729af0c94e5f90949fce01c1#f394d21abafeb659729af0c94e5f90949fce01c1" }, + { name = "perovskite-solar-cell-database", marker = "extra == 'plugins'", git = "https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git?rev=b29cbbd808a6c9c0c45cdd10c6e7982375342d9f#b29cbbd808a6c9c0c45cdd10c6e7982375342d9f" }, { name = "pynxtools", extras = ["convert"], marker = "extra == 'plugins'", specifier = "==0.5.0" }, ] @@ -3803,7 +3677,7 @@ wheels = [ [[package]] name = "nomad-lab" -version = "1.3.7" +version = "1.3.10" source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } dependencies = [ { name = "aniso8601" }, @@ -3845,13 +3719,11 @@ dependencies = [ { name = "wrapt" }, { name = "xarray" }, ] -sdist = { url = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/files/d091db52510e18f3a71f266031414c9eceb1f981a27a80e219d896767de72566/nomad-lab-1.3.7.tar.gz", hash = "sha256:d091db52510e18f3a71f266031414c9eceb1f981a27a80e219d896767de72566" } +sdist = { url = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/files/26d9fb6bb599efdac456f279766b41bd0e139924c9af509645f9a8e5f76c81e3/nomad-lab-1.3.10.tar.gz", hash = "sha256:26d9fb6bb599efdac456f279766b41bd0e139924c9af509645f9a8e5f76c81e3" } [package.optional-dependencies] dev = [ { name = "aiosmtpd" }, - { name = "astroid" }, - { name = "build" }, { name = "devtools" }, { name = "essential-generators" }, { name = "markupsafe" }, @@ -3865,7 +3737,6 @@ dev = [ { name = "mkdocs-redirects" }, { name = "mypy" }, { name = "names" }, - { name = "pycodestyle" }, { name = "pytest" }, { name = "pytest-asyncio" }, { name = "pytest-cov" }, @@ -3876,8 +3747,6 @@ dev = [ { name = "rope" }, { name = "ruamel-yaml" }, { name = "ruff" }, - { name = "twine" }, - { name = "typed-ast" }, { name = "uv" }, ] infrastructure = [ @@ -4674,9 +4543,12 @@ wheels = [ [[package]] name = "perovskite-solar-cell-database" version = "0.0.0" -source = { git = "https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git?rev=f394d21abafeb659729af0c94e5f90949fce01c1#f394d21abafeb659729af0c94e5f90949fce01c1" } +source = { git = "https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git?rev=b29cbbd808a6c9c0c45cdd10c6e7982375342d9f#b29cbbd808a6c9c0c45cdd10c6e7982375342d9f" } dependencies = [ { name = "lxml-html-clean" }, + { name = "nomad-lab" }, + { name = "nomad-schema-plugin-run" }, + { name = "nomad-schema-plugin-simulation-workflow" }, { name = "openpyxl" }, { name = "rdkit" }, ] @@ -4770,15 +4642,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/33/de/53a77b82553579affab7438d299f850acbc1c4dd741c5ce52594513cb0ef/Pint-0.17-py2.py3-none-any.whl", hash = "sha256:6593c5dfaf2f701c54f17453191dff05e90ec9ebc3d1901468a59cfcb3289a4c", size = 204982 }, ] -[[package]] -name = "pkginfo" -version = "1.11.1" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/4f/a1/f00755330cb34bc19b1ba744b9880c51a9b1ed8526039354736d5f4dfb0d/pkginfo-1.11.1.tar.gz", hash = "sha256:2e0dca1cf4c8e39644eed32408ea9966ee15e0d324c62ba899a393b3c6b467aa", size = 376911 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/c0/38/d617739840a2f576e400f03fea0a75703f93cc274002635b4b998bbb9de4/pkginfo-1.11.1-py3-none-any.whl", hash = "sha256:bfa76a714fdfc18a045fcd684dbfc3816b603d9d075febef17cb6582bea29573", size = 31755 }, -] - [[package]] name = "platformdirs" version = "4.3.6" @@ -4872,8 +4735,6 @@ version = "6.0.0" source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } sdist = { url = "https://files.pythonhosted.org/packages/18/c7/8c6872f7372eb6a6b2e4708b88419fb46b857f7a2e1892966b851cc79fc9/psutil-6.0.0.tar.gz", hash = "sha256:8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2", size = 508067 } wheels = [ - { url = "https://files.pythonhosted.org/packages/c5/66/78c9c3020f573c58101dc43a44f6855d01bbbd747e24da2f0c4491200ea3/psutil-6.0.0-cp27-none-win32.whl", hash = "sha256:02b69001f44cc73c1c5279d02b30a817e339ceb258ad75997325e0e6169d8b35", size = 249766 }, - { url = "https://files.pythonhosted.org/packages/e1/3f/2403aa9558bea4d3854b0e5e567bc3dd8e9fbc1fc4453c0aa9aafeb75467/psutil-6.0.0-cp27-none-win_amd64.whl", hash = "sha256:21f1fb635deccd510f69f485b87433460a603919b45e2a324ad65b0cc74f8fb1", size = 253024 }, { url = "https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c588a7e9b1173b6e866756dde596fd4cad94f9399daf99ad8c3258b3cb2b47a0", size = 250961 }, { url = "https://files.pythonhosted.org/packages/35/56/72f86175e81c656a01c4401cd3b1c923f891b31fbcebe98985894176d7c9/psutil-6.0.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ed2440ada7ef7d0d608f20ad89a04ec47d2d3ab7190896cd62ca5fc4fe08bf0", size = 287478 }, { url = "https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fd9a97c8e94059b0ef54a7d4baf13b405011176c3b6ff257c247cae0d560ecd", size = 290455 }, @@ -4958,15 +4819,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/6e/b6/b429e4f48960b19480111ed3812e0cd53be810f190a1f8c652e99149d47a/PyCifRW-4.4.6-cp311-cp311-manylinux_2_5_x86_64.whl", hash = "sha256:a89844ed5811700f995d1913a248d29d5745078ffd0f957b7e0574d74a48d0df", size = 160036 }, ] -[[package]] -name = "pycodestyle" -version = "2.12.1" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/43/aa/210b2c9aedd8c1cbeea31a50e42050ad56187754b34eb214c46709445801/pycodestyle-2.12.1.tar.gz", hash = "sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521", size = 39232 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/3a/d8/a211b3f85e99a0daa2ddec96c949cac6824bd305b040571b82a03dd62636/pycodestyle-2.12.1-py2.py3-none-any.whl", hash = "sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3", size = 31284 }, -] - [[package]] name = "pycparser" version = "2.22" @@ -5063,6 +4915,11 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/0b/76/dd181922aa33cddf6e6c777594dbef540bca02561c7ed26d94f4f05d819f/pyfai-2024.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:05b3cc1321d6198533fd26d9623916eb86d0c887056364df07d0b25e52efa3ef", size = 6989147 }, { url = "https://files.pythonhosted.org/packages/ce/fc/fbd5f4306c1c65452e3982523d5bcf51f4326722e7e65653bced27eef67a/pyfai-2024.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:771c64d22161e08f1da1553a7749d9932c500d924ddf6ce4848a6895e979e453", size = 6852067 }, { url = "https://files.pythonhosted.org/packages/75/ce/c622fb0e415b7f985818b2a88f9226133ad3ac9028bdc4db77c8f9e61764/pyfai-2024.9.0-cp312-cp312-win_amd64.whl", hash = "sha256:e6a81d99d5d0e323c3e981d537feaab8dd874e36a6f300d899bd07e62f5f3c00", size = 5308293 }, + { url = "https://files.pythonhosted.org/packages/f2/a2/38d5f90b0d65f29fcc4183da2cc06477dc135f5ca072df321aa3404069f1/pyfai-2024.9.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5ef246b75a7a0d953b40e64395e87ec09e8fb1dde6da7748e1469796e1506732", size = 5305323 }, + { url = "https://files.pythonhosted.org/packages/cd/ba/c8a18535c5eb4c6bfbf31bbe81b9a2470ee4989ae356d5beeaf594e1017e/pyfai-2024.9.0-cp313-cp313-macosx_11_0_x86_64.whl", hash = "sha256:1b5099a8a1ce9f0a18281717af430442a9cdaac8939cf16a40e7f416194c1900", size = 5599127 }, + { url = "https://files.pythonhosted.org/packages/12/75/d0042177e19b75ed19b9aa1bfe34ba8161668015c544b51b20b8a2964714/pyfai-2024.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4568c7a780bdb6a407bb75f33f36f4f4ccf9e58dc629e48b8fae21044592e53", size = 6281126 }, + { url = "https://files.pythonhosted.org/packages/3c/9a/d9550d3a0feb1fef16c6ff9c8455fcdba29dc930112ae478c730a4fbc627/pyfai-2024.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:881ed3fabfdf8e6ba4136be04ff09aa6ca7ae2c3d5b679ad176b9c3e806ac83a", size = 6813353 }, + { url = "https://files.pythonhosted.org/packages/72/d9/e1697d0d4ba1b430d7c9fa58700a9668b56dbe58e51a519276573e8ad83a/pyfai-2024.9.0-cp313-cp313-win_amd64.whl", hash = "sha256:5f880baab3d8905012404bd130300f44d797ac5159560fba505355bf440567a8", size = 5291595 }, { url = "https://files.pythonhosted.org/packages/04/92/b9801fedf102331c2de24166fd627303aa1f4267df0480c52d687aa6f47f/pyfai-2024.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4223775103c39523148e85ee19a986bca42aab85ce6810c46e3a6edebd4bc9d5", size = 6457682 }, { url = "https://files.pythonhosted.org/packages/6b/15/d19fd68c80e5586da680527cb7063260d10f1c36b19e0da755a29b556173/pyfai-2024.9.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:533f0ddbd3b76a57dfb8ff2467b8bc6844891dd8edf17503f3c63d3cd507249a", size = 5402089 }, { url = "https://files.pythonhosted.org/packages/15/9c/75486acdcc772227d43963b4057e7ac66bdba151bb14bba0eed286674128/pyfai-2024.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5f2274c262a755cae23e062acbd961ac1f75f779e6e73fc1833808ea30f99ff1", size = 6642885 }, @@ -5370,15 +5227,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e5/0c/0e3c05b1c87bb6a1c76d281b0f35e78d2d80ac91b5f8f524cebf77f51049/pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c", size = 104100 }, ] -[[package]] -name = "pyproject-hooks" -version = "1.2.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e7/82/28175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925/pyproject_hooks-1.2.0.tar.gz", hash = "sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8", size = 19228 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl", hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913", size = 10216 }, -] - [[package]] name = "pyrsistent" version = "0.20.0" @@ -5631,15 +5479,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/1c/f7/24d8ed4fd9c43b90354df7764f81f0dd5e623f9a50f1538f90fe085d6dff/pywin32-306-cp39-cp39-win_amd64.whl", hash = "sha256:39b61c15272833b5c329a2989999dcae836b1eed650252ab1b7bfbe1d59f30f4", size = 9312883 }, ] -[[package]] -name = "pywin32-ctypes" -version = "0.2.3" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/85/9f/01a1a99704853cb63f253eea009390c88e7131c67e66a0a02099a8c917cb/pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755", size = 29471 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756 }, -] - [[package]] name = "pywinpty" version = "2.0.13" @@ -5931,20 +5770,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fb/e8/4f91e44c8faa80764f566fd9f730b415d2f239dd9abf5ab74dda2780174a/rdkit-2023.9.5-cp39-cp39-win_amd64.whl", hash = "sha256:1b99cca22cad650392b25db1f8f86cae619fa62c6a710eb173d0e10faec9d2e5", size = 21060749 }, ] -[[package]] -name = "readme-renderer" -version = "44.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "docutils" }, - { name = "nh3" }, - { name = "pygments" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/5a/a9/104ec9234c8448c4379768221ea6df01260cd6c2ce13182d4eac531c8342/readme_renderer-44.0.tar.gz", hash = "sha256:8712034eabbfa6805cacf1402b4eeb2a73028f72d1166d6f5cb7f9c047c5d1e1", size = 32056 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/67/921ec3024056483db83953ae8e48079ad62b92db7880013ca77632921dd0/readme_renderer-44.0-py3-none-any.whl", hash = "sha256:2fbca89b81a08526aadf1357a8c2ae889ec05fb03f5da67f9769c9a592166151", size = 13310 }, -] - [[package]] name = "recommonmark" version = "0.7.1" @@ -6099,15 +5924,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa", size = 3490 }, ] -[[package]] -name = "rfc3986" -version = "2.0.0" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", size = 49026 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ff/9a/9afaade874b2fa6c752c36f1548f718b5b83af81ed9b76628329dab81c1b/rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd", size = 31326 }, -] - [[package]] name = "rfc3986-validator" version = "0.1.1" @@ -6326,6 +6142,11 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/a1/32/4a7a205b14c11225609b75b28402c196e4396ac754dab6a81971b811781c/scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f60021ec1574e56632be2a36b946f8143bf4e5e6af4a06d85281adc22938e0dd", size = 12085794 }, { url = "https://files.pythonhosted.org/packages/c6/29/044048c5e911373827c0e1d3051321b9183b2a4f8d4e2f11c08fcff83f13/scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:394397841449853c2290a32050382edaec3da89e35b3e03d6cc966aebc6a8ae6", size = 12945797 }, { url = "https://files.pythonhosted.org/packages/aa/ce/c0b912f2f31aeb1b756a6ba56bcd84dd1f8a148470526a48515a3f4d48cd/scikit_learn-1.5.2-cp312-cp312-win_amd64.whl", hash = "sha256:57cc1786cfd6bd118220a92ede80270132aa353647684efa385a74244a41e3b1", size = 10985467 }, + { url = "https://files.pythonhosted.org/packages/a4/50/8891028437858cc510e13578fe7046574a60c2aaaa92b02d64aac5b1b412/scikit_learn-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9a702e2de732bbb20d3bad29ebd77fc05a6b427dc49964300340e4c9328b3f5", size = 12025584 }, + { url = "https://files.pythonhosted.org/packages/d2/79/17feef8a1c14149436083bec0e61d7befb4812e272d5b20f9d79ea3e9ab1/scikit_learn-1.5.2-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:b0768ad641981f5d3a198430a1d31c3e044ed2e8a6f22166b4d546a5116d7908", size = 10959795 }, + { url = "https://files.pythonhosted.org/packages/b1/c8/f08313f9e2e656bd0905930ae8bf99a573ea21c34666a813b749c338202f/scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:178ddd0a5cb0044464fc1bfc4cca5b1833bfc7bb022d70b05db8530da4bb3dd3", size = 12077302 }, + { url = "https://files.pythonhosted.org/packages/a7/48/fbfb4dc72bed0fe31fe045fb30e924909ad03f717c36694351612973b1a9/scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7284ade780084d94505632241bf78c44ab3b6f1e8ccab3d2af58e0e950f9c12", size = 13002811 }, + { url = "https://files.pythonhosted.org/packages/a5/e7/0c869f9e60d225a77af90d2aefa7a4a4c0e745b149325d1450f0f0ce5399/scikit_learn-1.5.2-cp313-cp313-win_amd64.whl", hash = "sha256:b7b0f9a0b1040830d38c39b91b3a44e1b643f4b36e36567b80b7c6bd2202a27f", size = 10951354 }, { url = "https://files.pythonhosted.org/packages/db/a0/e92af06a9fddd1fafbbf39cd32cbed5929b63cf99e03a438f838987e265d/scikit_learn-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:757c7d514ddb00ae249832fe87100d9c73c6ea91423802872d9e74970a0e40b9", size = 12142022 }, { url = "https://files.pythonhosted.org/packages/1b/be/386ef63d9d5e2ddf8308f6a164e4b388d5c5aecc0504d25acc6b33d8b09e/scikit_learn-1.5.2-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:52788f48b5d8bca5c0736c175fa6bdaab2ef00a8f536cda698db61bd89c551c1", size = 11002839 }, { url = "https://files.pythonhosted.org/packages/12/0d/94a03c006b01c1de27518d393f52ad3639705cd70184e106d24ffb3f28f6/scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:643964678f4b5fbdc95cbf8aec638acc7aa70f5f79ee2cdad1eec3df4ba6ead8", size = 12546017 }, @@ -6368,19 +6189,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/3e/77/dab54fe647a08ee4253963bcd8f9cf17509c8ca64d6335141422fe2e2114/scipy-1.13.1-cp39-cp39-win_amd64.whl", hash = "sha256:392e4ec766654852c25ebad4f64e4e584cf19820b980bc04960bca0b0cd6eaa2", size = 46227440 }, ] -[[package]] -name = "secretstorage" -version = "3.3.3" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "cryptography" }, - { name = "jeepney" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz", hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77", size = 19739 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", size = 15221 }, -] - [[package]] name = "send2trash" version = "1.8.3" @@ -6947,55 +6755,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/61/7a/f38385f1b2d5f54221baf1db3d6371dc6eef8041d95abff39576c694e9d9/transforms3d-0.4.2-py3-none-any.whl", hash = "sha256:1c70399d9e9473ecc23311fd947f727f7c69ed0b063244828c383aa1aefa5941", size = 1376759 }, ] -[[package]] -name = "twine" -version = "3.4.2" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -dependencies = [ - { name = "colorama" }, - { name = "importlib-metadata" }, - { name = "keyring" }, - { name = "pkginfo" }, - { name = "readme-renderer" }, - { name = "requests" }, - { name = "requests-toolbelt" }, - { name = "rfc3986" }, - { name = "tqdm" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/19/a8/2277f24ce422d820378c1fd49bc0d5dc89d99761f184693fba5a2f283174/twine-3.4.2.tar.gz", hash = "sha256:4caec0f1ed78dc4c9b83ad537e453d03ce485725f2aea57f1bb3fdde78dae936", size = 215681 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1d/f7/27bff231e6339189ca72bc9e08336995d86f7b0f36e44a2615823905f743/twine-3.4.2-py3-none-any.whl", hash = "sha256:087328e9bb405e7ce18527a2dca4042a84c7918658f951110b38bc135acab218", size = 34292 }, -] - -[[package]] -name = "typed-ast" -version = "1.5.5" -source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f9/7e/a424029f350aa8078b75fd0d360a787a273ca753a678d1104c5fa4f3072a/typed_ast-1.5.5.tar.gz", hash = "sha256:94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd", size = 252841 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/88/07/5defe18d4fc16281cd18c4374270abc430c3d852d8ac29b5db6599d45cfe/typed_ast-1.5.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4bc1efe0ce3ffb74784e06460f01a223ac1f6ab31c6bc0376a21184bf5aabe3b", size = 223267 }, - { url = "https://files.pythonhosted.org/packages/a0/5c/e379b00028680bfcd267d845cf46b60e76d8ac6f7009fd440d6ce030cc92/typed_ast-1.5.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5f7a8c46a8b333f71abd61d7ab9255440d4a588f34a21f126bbfc95f6049e686", size = 208260 }, - { url = "https://files.pythonhosted.org/packages/3b/99/5cc31ef4f3c80e1ceb03ed2690c7085571e3fbf119cbd67a111ec0b6622f/typed_ast-1.5.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:597fc66b4162f959ee6a96b978c0435bd63791e31e4f410622d19f1686d5e769", size = 842272 }, - { url = "https://files.pythonhosted.org/packages/e2/ed/b9b8b794b37b55c9247b1e8d38b0361e8158795c181636d34d6c11b506e7/typed_ast-1.5.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d41b7a686ce653e06c2609075d397ebd5b969d821b9797d029fccd71fdec8e04", size = 824651 }, - { url = "https://files.pythonhosted.org/packages/ca/59/dbbbe5a0e91c15d14a0896b539a5ed01326b0d468e75c1a33274d128d2d1/typed_ast-1.5.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:5fe83a9a44c4ce67c796a1b466c270c1272e176603d5e06f6afbc101a572859d", size = 854960 }, - { url = "https://files.pythonhosted.org/packages/90/f0/0956d925f87bd81f6e0f8cf119eac5e5c8f4da50ca25bb9f5904148d4611/typed_ast-1.5.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d5c0c112a74c0e5db2c75882a0adf3133adedcdbfd8cf7c9d6ed77365ab90a1d", size = 839321 }, - { url = "https://files.pythonhosted.org/packages/43/17/4bdece9795da6f3345c4da5667ac64bc25863617f19c28d81f350f515be6/typed_ast-1.5.5-cp310-cp310-win_amd64.whl", hash = "sha256:e1a976ed4cc2d71bb073e1b2a250892a6e968ff02aa14c1f40eba4f365ffec02", size = 139380 }, - { url = "https://files.pythonhosted.org/packages/75/53/b685e10da535c7b3572735f8bea0d4abb35a04722a7d44ca9c163a0cf822/typed_ast-1.5.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c631da9710271cb67b08bd3f3813b7af7f4c69c319b75475436fcab8c3d21bee", size = 223264 }, - { url = "https://files.pythonhosted.org/packages/96/fd/fc8ccf19fc16a40a23e7c7802d0abc78c1f38f1abb6e2447c474f8a076d8/typed_ast-1.5.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b445c2abfecab89a932b20bd8261488d574591173d07827c1eda32c457358b18", size = 208158 }, - { url = "https://files.pythonhosted.org/packages/bf/9a/598e47f2c3ecd19d7f1bb66854d0d3ba23ffd93c846448790a92524b0a8d/typed_ast-1.5.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc95ffaaab2be3b25eb938779e43f513e0e538a84dd14a5d844b8f2932593d88", size = 878366 }, - { url = "https://files.pythonhosted.org/packages/60/ca/765e8bf8b24d0ed7b9fc669f6826c5bc3eb7412fc765691f59b83ae195b2/typed_ast-1.5.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61443214d9b4c660dcf4b5307f15c12cb30bdfe9588ce6158f4a005baeb167b2", size = 860314 }, - { url = "https://files.pythonhosted.org/packages/d9/3c/4af750e6c673a0dd6c7b9f5b5e5ed58ec51a2e4e744081781c664d369dfa/typed_ast-1.5.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6eb936d107e4d474940469e8ec5b380c9b329b5f08b78282d46baeebd3692dc9", size = 898108 }, - { url = "https://files.pythonhosted.org/packages/03/8d/d0a4d1e060e1e8dda2408131a0cc7633fc4bc99fca5941dcb86c461dfe01/typed_ast-1.5.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e48bf27022897577d8479eaed64701ecaf0467182448bd95759883300ca818c8", size = 881971 }, - { url = "https://files.pythonhosted.org/packages/90/83/f28d2c912cd010a09b3677ac69d23181045eb17e358914ab739b7fdee530/typed_ast-1.5.5-cp311-cp311-win_amd64.whl", hash = "sha256:83509f9324011c9a39faaef0922c6f720f9623afe3fe220b6d0b15638247206b", size = 139286 }, - { url = "https://files.pythonhosted.org/packages/b1/88/6e7f36f5fab6fbf0586a2dd866ac337924b7d4796a4d1b2b04443a864faf/typed_ast-1.5.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:042eb665ff6bf020dd2243307d11ed626306b82812aba21836096d229fdc6a10", size = 223329 }, - { url = "https://files.pythonhosted.org/packages/71/30/09d27e13824495547bcc665bd07afc593b22b9484f143b27565eae4ccaac/typed_ast-1.5.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:622e4a006472b05cf6ef7f9f2636edc51bda670b7bbffa18d26b255269d3d814", size = 208314 }, - { url = "https://files.pythonhosted.org/packages/07/3d/564308b7a432acb1f5399933cbb1b376a1a64d2544b90f6ba91894674260/typed_ast-1.5.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1efebbbf4604ad1283e963e8915daa240cb4bf5067053cf2f0baadc4d4fb51b8", size = 840900 }, - { url = "https://files.pythonhosted.org/packages/ea/f4/262512d14f777ea3666a089e2675a9b1500a85b8329a36de85d63433fb0e/typed_ast-1.5.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f0aefdd66f1784c58f65b502b6cf8b121544680456d1cebbd300c2c813899274", size = 823435 }, - { url = "https://files.pythonhosted.org/packages/a1/25/b3ccb948166d309ab75296ac9863ebe2ff209fbc063f1122a2d3979e47c3/typed_ast-1.5.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:48074261a842acf825af1968cd912f6f21357316080ebaca5f19abbb11690c8a", size = 853125 }, - { url = "https://files.pythonhosted.org/packages/1c/09/012da182242f168bb5c42284297dcc08dc0a1b3668db5b3852aec467f56f/typed_ast-1.5.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:429ae404f69dc94b9361bb62291885894b7c6fb4640d561179548c849f8492ba", size = 837280 }, - { url = "https://files.pythonhosted.org/packages/30/bd/c815051404c4293265634d9d3e292f04fcf681d0502a9484c38b8f224d04/typed_ast-1.5.5-cp39-cp39-win_amd64.whl", hash = "sha256:335f22ccb244da2b5c296e6f96b06ee9bed46526db0de38d2f0e5a6597b81155", size = 139486 }, -] - [[package]] name = "types-python-dateutil" version = "2.9.0.20240906"