[[package]] name = "black" version = "22.1.0" description = "The uncompromising code formatter." category = "dev" optional = false python-versions = ">=3.6.2" [package.dependencies] click = ">=8.0.0" mypy-extensions = ">=0.4.3" pathspec = ">=0.9.0" platformdirs = ">=2" tomli = ">=1.1.0" typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\" and implementation_name == \"cpython\""} typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""} [package.extras] colorama = ["colorama (>=0.4.3)"] d = ["aiohttp (>=3.7.4)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "click" version = "8.0.4" description = "Composable command line interface toolkit" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "dicom-numpy" version = "0.6.2" description = "Extract image data into a 3D numpy array from a set of DICOM files." category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] numpy = "*" pydicom = ">=1.0" [package.extras] dev = ["check-manifest", "sphinx", "sphinx-autobuild"] test = ["coverage", "pytest"] [[package]] name = "importlib-metadata" version = "4.11.1" description = "Read metadata from Python packages" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} zipp = ">=0.5" [package.extras] docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] perf = ["ipython"] testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"] [[package]] name = "itk" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] itk-core = "5.2.1.post1" itk-filtering = "5.2.1.post1" itk-io = "5.2.1.post1" itk-numerics = "5.2.1.post1" itk-registration = "5.2.1.post1" itk-segmentation = "5.2.1.post1" numpy = "*" [[package]] name = "itk-core" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] numpy = "*" [[package]] name = "itk-filtering" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] itk-numerics = "5.2.1.post1" [[package]] name = "itk-io" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] itk-core = "5.2.1.post1" [[package]] name = "itk-numerics" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] itk-core = "5.2.1.post1" [[package]] name = "itk-registration" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] itk-filtering = "5.2.1.post1" [[package]] name = "itk-segmentation" version = "5.2.1.post1" description = "ITK is an open-source toolkit for multidimensional image analysis" category = "main" optional = false python-versions = "*" [package.dependencies] itk-filtering = "5.2.1.post1" [[package]] name = "mypy-extensions" version = "0.4.3" description = "Experimental type system extensions for programs checked with the mypy typechecker." category = "dev" optional = false python-versions = "*" [[package]] name = "nibabel" version = "3.2.2" description = "Access a multitude of neuroimaging data formats" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] numpy = ">=1.14" packaging = ">=14.3" [package.extras] all = ["pydicom (>=1.0.0)", "pillow", "gitpython", "twine", "matplotlib (>=1.5.3)", "numpydoc", "sphinx (>=0.3,<3)", "texext", "h5py", "scipy", "flake8", "coverage", "pytest (!=5.3.4)", "pytest-cov", "pytest-doctestplus (!=0.9.0)", "pytest (<7)"] dev = ["gitpython", "twine"] dicom = ["pydicom (>=1.0.0)"] dicomfs = ["pydicom (>=1.0.0)", "pillow"] doc = ["matplotlib (>=1.5.3)", "numpydoc", "sphinx (>=0.3,<3)", "texext"] minc2 = ["h5py"] spm = ["scipy"] style = ["flake8"] test = ["coverage", "pytest (!=5.3.4)", "pytest-cov", "pytest-doctestplus (!=0.9.0)", "pytest (<7)"] [[package]] name = "numpy" version = "1.21.5" description = "NumPy is the fundamental package for array computing with Python." category = "main" optional = false python-versions = ">=3.7,<3.11" [[package]] name = "numpy" version = "1.22.2" description = "NumPy is the fundamental package for array computing with Python." category = "main" optional = false python-versions = ">=3.8" [[package]] name = "packaging" version = "21.3" description = "Core utilities for Python packages" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pathspec" version = "0.9.0" description = "Utility library for gitignore style pattern matching of file paths." category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [[package]] name = "platformdirs" version = "2.5.1" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "dev" optional = false python-versions = ">=3.7" [package.extras] docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"] test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] [[package]] name = "pydicom" version = "2.2.2" description = "Pure python package for DICOM medical file reading and writing" category = "main" optional = false python-versions = ">=3.6.1" [[package]] name = "pyparsing" version = "3.0.7" description = "Python parsing module" category = "main" optional = false python-versions = ">=3.6" [package.extras] diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" category = "dev" optional = false python-versions = ">=3.7" [[package]] name = "typed-ast" version = "1.5.2" description = "a fork of Python 2 and 3 ast modules with type comment support" category = "dev" optional = false python-versions = ">=3.6" [[package]] name = "typing-extensions" version = "4.1.1" description = "Backported and Experimental Type Hints for Python 3.6+" category = "dev" optional = false python-versions = ">=3.6" [[package]] name = "zipp" version = "3.7.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "dev" optional = false python-versions = ">=3.7" [package.extras] docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] [metadata] lock-version = "1.1" python-versions = "^3.7" content-hash = "b3ce8b4e1f1d1c11e62f2469305f7630bba53b5872c010b65026e001c69d3eca" [metadata.files] black = [ {file = "black-22.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1297c63b9e1b96a3d0da2d85d11cd9bf8664251fd69ddac068b98dc4f34f73b6"}, {file = "black-22.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2ff96450d3ad9ea499fc4c60e425a1439c2120cbbc1ab959ff20f7c76ec7e866"}, {file = "black-22.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e21e1f1efa65a50e3960edd068b6ae6d64ad6235bd8bfea116a03b21836af71"}, {file = "black-22.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e2f69158a7d120fd641d1fa9a921d898e20d52e44a74a6fbbcc570a62a6bc8ab"}, {file = "black-22.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:228b5ae2c8e3d6227e4bde5920d2fc66cc3400fde7bcc74f480cb07ef0b570d5"}, {file = "black-22.1.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b1a5ed73ab4c482208d20434f700d514f66ffe2840f63a6252ecc43a9bc77e8a"}, {file = "black-22.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:35944b7100af4a985abfcaa860b06af15590deb1f392f06c8683b4381e8eeaf0"}, {file = "black-22.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:7835fee5238fc0a0baf6c9268fb816b5f5cd9b8793423a75e8cd663c48d073ba"}, {file = "black-22.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:dae63f2dbf82882fa3b2a3c49c32bffe144970a573cd68d247af6560fc493ae1"}, {file = "black-22.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fa1db02410b1924b6749c245ab38d30621564e658297484952f3d8a39fce7e8"}, {file = "black-22.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c8226f50b8c34a14608b848dc23a46e5d08397d009446353dad45e04af0c8e28"}, {file = "black-22.1.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:2d6f331c02f0f40aa51a22e479c8209d37fcd520c77721c034517d44eecf5912"}, {file = "black-22.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:742ce9af3086e5bd07e58c8feb09dbb2b047b7f566eb5f5bc63fd455814979f3"}, {file = "black-22.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:fdb8754b453fb15fad3f72cd9cad3e16776f0964d67cf30ebcbf10327a3777a3"}, {file = "black-22.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5660feab44c2e3cb24b2419b998846cbb01c23c7fe645fee45087efa3da2d61"}, {file = "black-22.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:6f2f01381f91c1efb1451998bd65a129b3ed6f64f79663a55fe0e9b74a5f81fd"}, {file = "black-22.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:efbadd9b52c060a8fc3b9658744091cb33c31f830b3f074422ed27bad2b18e8f"}, {file = "black-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8871fcb4b447206904932b54b567923e5be802b9b19b744fdff092bd2f3118d0"}, {file = "black-22.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ccad888050f5393f0d6029deea2a33e5ae371fd182a697313bdbd835d3edaf9c"}, {file = "black-22.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07e5c049442d7ca1a2fc273c79d1aecbbf1bc858f62e8184abe1ad175c4f7cc2"}, {file = "black-22.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:373922fc66676133ddc3e754e4509196a8c392fec3f5ca4486673e685a421321"}, {file = "black-22.1.0-py3-none-any.whl", hash = "sha256:3524739d76b6b3ed1132422bf9d82123cd1705086723bc3e235ca39fd21c667d"}, {file = "black-22.1.0.tar.gz", hash = "sha256:a7c0192d35635f6fc1174be575cb7915e92e5dd629ee79fdaf0dcfa41a80afb5"}, ] click = [ {file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"}, {file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"}, ] colorama = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] dicom-numpy = [ {file = "dicom_numpy-0.6.2-py2.py3-none-any.whl", hash = "sha256:361c8dfc52d625bf3344e5c2745e9c928d263999a4c094fe285d9fe461895ea9"}, {file = "dicom_numpy-0.6.2.tar.gz", hash = "sha256:24b993083368efb868ffe5edcab054db5c11f0587a218a6b6492fde14a87acd9"}, ] importlib-metadata = [ {file = "importlib_metadata-4.11.1-py3-none-any.whl", hash = "sha256:e0bc84ff355328a4adfc5240c4f211e0ab386f80aa640d1b11f0618a1d282094"}, {file = "importlib_metadata-4.11.1.tar.gz", hash = "sha256:175f4ee440a0317f6e8d81b7f8d4869f93316170a65ad2b007d2929186c8052c"}, ] itk = [ {file = "itk-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d18723ca6791fc5d9c7498e03d73929df56acffd9290ed8f61a24f25a138951e"}, {file = "itk-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:fddd62554da37254eb8de4cd2660a8d9e601af88df50e7017202ed269c20a584"}, {file = "itk-5.2.1.post1-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:eb49a292fd8bcded751dbf9f49f7a6bde68badcbecfc265ec2782d79f3411c32"}, {file = "itk-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:c93646b8c16ed929ea4d92c2f2be6231c1789f5479f1dcd604c062d50673bd07"}, {file = "itk-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8c0788435007327e562d54623328a7cdc716edb0163fb1132ea623e390723388"}, {file = "itk-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:6e28f44204b7b27d8e613adc7119a109fc23ff3d3db3f1505dcd92ced440d992"}, {file = "itk-5.2.1.post1-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:27b684ed15076c66f31d0f88dd84721aa0e7dc676a6dd37a13327350ed12ddda"}, {file = "itk-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:da5e308b55a369a9c35840ec327927555ad92a7910254c3e95296cf36bcabaa5"}, {file = "itk-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9eefbc3f373179afaba5a97bf07a0dc83d4ed65c2f9c27364724684a1f74b53c"}, {file = "itk-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:2280095d69a3eb738322c502174aee1154afc4520c7b46a3c43771a8246e10bf"}, {file = "itk-5.2.1.post1-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:72dd587fd6349a13a7b458b0eca2048e8bc3ab9a87a9c922b97b2e4c3ee6271e"}, {file = "itk-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:5f4a8f21df809f5a534faf07a6020c927b0d529d8a7ca60efcc997d814dc2e57"}, {file = "itk-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:16c91c2478ffc7c989417373e9df5d6cfcba7f39e94111ce9ad3771c8992c09c"}, {file = "itk-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ce4705b1e5545603702966cf40cdd71fc57bbd79506e986d7bd20d6953a95113"}, {file = "itk-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:4fe9b172ea913e474e40685d5c72258238185e6dc8c1a54acf7ffc32e6e29421"}, {file = "itk-5.2.1.post1-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:77b7050354af2453743455795425018e4a23a09ac33dca12e2b9d014973563ea"}, {file = "itk-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:f435b7a4427ea8214de84c2221d55dfcb4ca577f0ce913a04d929c8f19200d17"}, ] itk-core = [ {file = "itk_core-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:54e6838f7dadc0406127c3a6921ccd3acbb8eb5f693365f56d73e526b6bac151"}, {file = "itk_core-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:baf19079d9fec0f2aa0fff30ac0eb0300605f5439b94ce00bb86742d725a8ce2"}, {file = "itk_core-5.2.1.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:04a98890d68ba7a0576299d624845a634b0c64fe97a7689376ddc1962a2e5a26"}, {file = "itk_core-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:979d096af5b7a8d2feb0e5796faa4acc597b6b82379ff1a71c415f2ac11f558a"}, {file = "itk_core-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8d2551f101cb3321fac11f852816c9c687c8a1c662e79ef5f9abff636c04aeee"}, {file = "itk_core-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:5743d531122e2cf078e14feebe38ae77fda77910f976486fee5e81cf4b56888b"}, {file = "itk_core-5.2.1.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01d1e68217a197ae12496d398e31c81ee6f1ac4cad9b1f710f72c7f57f04edad"}, {file = "itk_core-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:b2df954c08c5f25a285da9c7760507673881482c402e1b27d40252e9a8610451"}, {file = "itk_core-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bd6abc9de141a7daf2e09fbe45ed684a599dd7607f9629a7bebb9f6484fad817"}, {file = "itk_core-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:6bb2138f1aa3c8c82ed4eacb08e5956b2d0ef9ba4356a45e7185f0614f770296"}, {file = "itk_core-5.2.1.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:012f4d64a369a0714f4b32b6a60b5af9d7a315ab565a9c689fa4945e1d446557"}, {file = "itk_core-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:68830201317f1c0953f927b661c49ae9e17096dd4754c9eaa90cca4d57c77ca2"}, {file = "itk_core-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:47a4b8a3b12f10d2b5d58335ad1462ebbb5555b26ae861eb604345ef62901b12"}, {file = "itk_core-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:d7569c96d0a1f76145c7f9f1a629d566bfd6efb562d295fa4ed3176cf630dd6d"}, {file = "itk_core-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:37ed7d1deb93c23eb651361bb1bf50a31dade1ace6128c90de6d7b4b98de649b"}, {file = "itk_core-5.2.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94a1b732b929cb56719d8a160a5f712c1433754ef62d39f646ebf4ce17114168"}, {file = "itk_core-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:f7e3b45a62d4600d2117060a327b884273825b4c494b3a1b9f209b2591b69aaa"}, ] itk-filtering = [ {file = "itk_filtering-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4fa17a4fbbe2b311c4c80be66949c6a7975ce5dc41c2eb378837c0483c28784f"}, {file = "itk_filtering-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:a2f821042bce40a0dcba912381fa7db1c381b343d8fb2184d7e8d50b13f50e31"}, {file = "itk_filtering-5.2.1.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b80aaa1a00397ba1c9d4d8268d3c12a8941c0067887e5d0880ca3d6ea2db1ce"}, {file = "itk_filtering-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:5281db0148b900f176d610ac62426c5adf00ce84452ec0e767050432fba846c5"}, {file = "itk_filtering-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f9a764595a7f0b8af6d91abc93e4c301bfebc8542700a6ec05cb6300e26f08b4"}, {file = "itk_filtering-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:fe0316840ae069eb9b4433cfb7384682edb3afa0822ac432055bd05f8bd4c032"}, {file = "itk_filtering-5.2.1.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f15bfa05b194474f0ef8ae2cae7a02a360f606997dccfbf4d2e1cb9d9b932e79"}, {file = "itk_filtering-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:9e4ef7123eddf7a1fe696eace1b98a41906325c88104d33bf182cef2f62e07a8"}, {file = "itk_filtering-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a1ef315602944d5f20cb81745a697e4805051aea0df110071bb13e417963feb0"}, {file = "itk_filtering-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:de20a00ad75e35cf2fcd4c6291ac227b454817b7ccd4828396222d27ba2a35a5"}, {file = "itk_filtering-5.2.1.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03ef5868057b094826ae926a89a1b1c1f92435bf9391d515f93d119ad60f5d2b"}, {file = "itk_filtering-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:0bf9da2e87c10ee17c6c9e23feab2a5cda36f605a3878e6a32ac39b44871ac2b"}, {file = "itk_filtering-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fce97bc20b7388e3d7cdfef3d829299e7ec239dc05ccc2f2c7a7cf6ad431ee26"}, {file = "itk_filtering-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e9c7dd6597f467338b0c158991b5eb40ddae923136e8e14746a9e3f4d7efb3da"}, {file = "itk_filtering-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:3e1348c91ae2b3bd6e3ebec0336cedb885b309b29076e3f11ba00ba56270a524"}, {file = "itk_filtering-5.2.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05c0b8b70a742bd59dc1ed40f983a96eee0150a7f13d12e7d24a3870cd5b9474"}, {file = "itk_filtering-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:011bf0a8c03bcf0f7058492b49da96bb4397519fad4730fe97e2c1645e409932"}, ] itk-io = [ {file = "itk_io-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:43d2eb3019663fc8c7cf776d41276e827d19c7e987762e16bb414c1599203e7f"}, {file = "itk_io-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:66e0004060fd63c875efb55f8682b47ad49cc1c467c36579a07c725adf7026bb"}, {file = "itk_io-5.2.1.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78f6b72aed0910f0e0d700229b2f92a2c7cac9ecffd91a23fb33984fbea305c7"}, {file = "itk_io-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:1a0653cc5169d5d26dfe63d5eee08fd9c2647cca4d017f16a7266ec76e7ff6ab"}, {file = "itk_io-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:33897f166a21ad565b82c870f9faf686a8ad92041bc90b4575e48e852a9c32db"}, {file = "itk_io-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:af67dbe8a97007ec1db3d13915b430a7eb6c7437b7d7fa7ca6b1c563a02932a4"}, {file = "itk_io-5.2.1.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c2bb5a48f3b72dac025a0bb35d0c5e60769fc3e2b168dc951790bc1ded7576ce"}, {file = "itk_io-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:2189466cc01dfb7788ae7335cff453ddc5339bdc33125fb252086df5490a0c4c"}, {file = "itk_io-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:19d64322dc5b6efe63526cf929188e84b24183594400e2e44d39850824a797e1"}, {file = "itk_io-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:e45142b2d555c8a3c5f40ad9bf16c5afda0322775d3128b89a78a70798e7bc5b"}, {file = "itk_io-5.2.1.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cfdaf992056ea63508d0312dacd5221efc6372f73a5e67c0551bb93591c62f22"}, {file = "itk_io-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:edf67e49225c5d24372f27d819e5732baf5b0ef988f3229279c99b2f0437497a"}, {file = "itk_io-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7fb39d0a2b40c7a7e613db66a56f7003f99007d0a4b8ebe2132620b7e1c36d82"}, {file = "itk_io-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:07516b54be16807fea3236ab935b881e4e2e90bb7482ead487d37ed2ed11b3bd"}, {file = "itk_io-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:ac1b0d6755fffedbd348dcbdb386d8946e3277ad8cf04147a9b09649dc5570ba"}, {file = "itk_io-5.2.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:29e7760cfcea17d2cdef2af4c7d47e8ddb9aa107ba967d11478513d033cff8ee"}, {file = "itk_io-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:107d4b0d66e9e412aa8ddc9b44b91ae68c738d93ad8e6b5ff141d7162886e683"}, ] itk-numerics = [ {file = "itk_numerics-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:fb4380f9017b1e6b3ab3b536e30c53f48712d20379ae0c591af92f49d3cb5e17"}, {file = "itk_numerics-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:e6627b17b027db7611120b0288f2fb021f0477a32c0be6dc436f5ee7b0d89da0"}, {file = "itk_numerics-5.2.1.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a407452148ba7490f8ea5b744356f42587c9697b81e62380b2548113ce6d8f39"}, {file = "itk_numerics-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:38665f9b83546e967fd022e42795d4a627b3b43d342085ede82f9ba760a258ac"}, {file = "itk_numerics-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:9b0f6b6d29ae0fdba808862762c1e77ed1ba74dadc7a0bd2c8d59604b7ac0d2d"}, {file = "itk_numerics-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:e5c95d9d3d61f0da67618e3311973f246f2ffadf5c5627c56bb1d4bab0a3f723"}, {file = "itk_numerics-5.2.1.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4bae1d3ce6c3d0935289754048cd5a0d1c79e7ab6e57dd86f38f0e437fa97074"}, {file = "itk_numerics-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:6fc07bb5ca6de1e27e7d7db47c53edc2007becfca9532ec3e88b5095f599d958"}, {file = "itk_numerics-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a4cb2c77365c2a5a7fef6a166a0b8217e0af3fe7e452754a8d7690d7a479d2da"}, {file = "itk_numerics-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:d60252575b5b915c333a4dc6ab645612e5e11a83a476b65eacb32556763635b5"}, {file = "itk_numerics-5.2.1.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc79ee78dac1432b237c6e3f9e20a3ac84e58b488792cc4b14b9b4a03b673ba9"}, {file = "itk_numerics-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:5f3e6b85a961a6b3dc22cceeabc5ec3fbbddc2f15ff839221e87484ba3687149"}, {file = "itk_numerics-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:cd1a60a3c7b5a409ebfacf80c5685dbc7923ba523357314363b8d43bac42d1d5"}, {file = "itk_numerics-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4cea2b3904208bbafa94c36f37533fe5c63b401721d520cee32d3c8d7f0706c9"}, {file = "itk_numerics-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:fde604efba41017ff45d1da1c683f197baeef0b54967f672b1afbc3c48903916"}, {file = "itk_numerics-5.2.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:969c2a87ba38273faf55c8b48ac210f21ef5ea2d61f870ea7558187a836cae91"}, {file = "itk_numerics-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:afe7f589f20bb7766e9de2cc6b37021ff5b473612278f6125a83c63b57b3cfc7"}, ] itk-registration = [ {file = "itk_registration-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:bc87ae840510f80c76b5092a13f04dfa1a0b26bd55f25129c27cd8c243ea476e"}, {file = "itk_registration-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:227f67582577959a6ed56e1464e1f0b671e56a13e53bc67571ba92cec6e954bc"}, {file = "itk_registration-5.2.1.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bb93b35f1eac410e0e31ba226de7d67c9453292f4499d2c16ed15a043f657e67"}, {file = "itk_registration-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:6398d3e1371ef5ab0e7331db85280bb50378cef1c84a7bb85686e2878e0e92f8"}, {file = "itk_registration-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:15e965e403f91f2fe74a5878971f335e3ec7997ee68fb7e9c134af2567fe6ddd"}, {file = "itk_registration-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:d1e355bd33bb6a339e12f4b11560af195ba2cd198df168aeb61989375c0b9a9c"}, {file = "itk_registration-5.2.1.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47b6d7375d4b8b87fa47ae2a9d83b18213a14b8f27404c41b28e10e29c7c1db6"}, {file = "itk_registration-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:8bd21127d33f06571b07de10adeb2a8c2f8d83024a801dd75793451d5d11755d"}, {file = "itk_registration-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8a67f863d7c1efd675f9fd9040257c6bee09326ab7016858d7f852340cd3e48f"}, {file = "itk_registration-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:6532a10a938705813d877825f7cdd3476972103290306379cd649632e08afff2"}, {file = "itk_registration-5.2.1.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:faf2fed1b315fc8e394c967a703031f4b49e4c0d5f4346fcba59b78abc3f2ba9"}, {file = "itk_registration-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:3e171f9f9380999f96aa7de20f3dc240088401210f6d1373f4469c7f6bc07867"}, {file = "itk_registration-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dbcd63ea65c9b1dbf278170aa0ff9270e1a840df443680207976e2cc2d7f83c4"}, {file = "itk_registration-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:78d9edca0c55d6c585750e5be522367a878f9200578f7549074b713a2fe74f7d"}, {file = "itk_registration-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:e2bac1297c2dcc0a3a5e108e66ba8162030a18684fdf0066ad766fc46eff4bec"}, {file = "itk_registration-5.2.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17adf6efd3209de90299cd24a31a3f66f69ca99d2919340c72a2bc09f9b33434"}, {file = "itk_registration-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:bf131c4b42aa8aedc4afc2221ea4b98fd1043520041505da4ad3f217dbb80883"}, ] itk-segmentation = [ {file = "itk_segmentation-5.2.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:72d541bf2f343def6d021f9f8f5fea8896f4b328f3696b366661e7296b2361cb"}, {file = "itk_segmentation-5.2.1.post1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:8ed06a271576b65c96dd8efce76108ab4a7a30387ef17dafe4166eaf7122c8da"}, {file = "itk_segmentation-5.2.1.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4d361fb1d13cbe7a380ff509375b8f98c641c5f2922841e4214f9a755bc7277c"}, {file = "itk_segmentation-5.2.1.post1-cp36-cp36m-win_amd64.whl", hash = "sha256:93b7a447a18e6c79d67c31a55c761fe49bd8d45895dfaa1e9a01b0a94b39afbc"}, {file = "itk_segmentation-5.2.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:bd2e08cbe29f7be4ef2963e31711a392a0ea0787493294bda075e1586e95fa67"}, {file = "itk_segmentation-5.2.1.post1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:2fa12e2f0160c9038f9cc5cde9184b17f5e8f0a147cac3cb9ff2622be2bb9afa"}, {file = "itk_segmentation-5.2.1.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a8020796164463ba0df5ede33a10ae3907df9c69e9723c41afd950c2d36ea3d4"}, {file = "itk_segmentation-5.2.1.post1-cp37-cp37m-win_amd64.whl", hash = "sha256:3f69066ef49304928e3690a6321236526df0c3efd933af8884cd9e1f6e72dd76"}, {file = "itk_segmentation-5.2.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d835a80f7a79938d39f3334ac3fee0867576d6f778461e44a1fe6eca51c49c4"}, {file = "itk_segmentation-5.2.1.post1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:cf4844b7b16e9dcdae5f47c100b754f6460fe00881818b36f32a5c29f09b35d1"}, {file = "itk_segmentation-5.2.1.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba57eabcd353099176c89b5bf348429b74823f7127cac650cb17031c9d284498"}, {file = "itk_segmentation-5.2.1.post1-cp38-cp38-win_amd64.whl", hash = "sha256:ba5c39d9fe7c9bd6cc0dbada82da86ea154ee9c56bf90557c0c91b25261c8c6f"}, {file = "itk_segmentation-5.2.1.post1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e3ac06a6e6db5951e1ef1741030b232936d519691cb7e030f0a09980cbd3d7a6"}, {file = "itk_segmentation-5.2.1.post1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3b95e009b231ed72577fba0c659eeb777fc226e88f9fa7768b53fc21d7d889be"}, {file = "itk_segmentation-5.2.1.post1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:79536634927dddf2e7589543ad89ff46761886339ad3c2f201f686f752a7db69"}, {file = "itk_segmentation-5.2.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2e7d4953bd4e2b2d36539944c8bef33e50266398249e8af3c4a5b31a291f72b"}, {file = "itk_segmentation-5.2.1.post1-cp39-cp39-win_amd64.whl", hash = "sha256:136b995ee4f65096792c8be41c696d1dd384364f89cc84a0d8fb003f12ab6b9e"}, ] mypy-extensions = [ {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] nibabel = [ {file = "nibabel-3.2.2-py3-none-any.whl", hash = "sha256:7df7a2733461441d3aacc61f36f5e100ec533d43ed09a191293bb4ca5a4f10f6"}, {file = "nibabel-3.2.2.tar.gz", hash = "sha256:b0dcc174b30405ce9e8fec1eab3cbbb20f5c5e4920976c08b22e050b7c124f94"}, ] numpy = [ {file = "numpy-1.21.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:301e408a052fdcda5cdcf03021ebafc3c6ea093021bf9d1aa47c54d48bdad166"}, {file = "numpy-1.21.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a7e8f6216f180f3fd4efb73de5d1eaefb5f5a1ee5b645c67333033e39440e63a"}, {file = "numpy-1.21.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fc7a7d7b0ed72589fd8b8486b9b42a564f10b8762be8bd4d9df94b807af4a089"}, {file = "numpy-1.21.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:58ca1d7c8aef6e996112d0ce873ac9dfa1eaf4a1196b4ff7ff73880a09923ba7"}, {file = "numpy-1.21.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc4b2fb01f1b4ddbe2453468ea0719f4dbb1f5caa712c8b21bb3dd1480cd30d9"}, {file = "numpy-1.21.5-cp310-cp310-win_amd64.whl", hash = "sha256:cc1b30205d138d1005adb52087ff45708febbef0e420386f58664f984ef56954"}, {file = "numpy-1.21.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:08de8472d9f7571f9d51b27b75e827f5296295fa78817032e84464be8bb905bc"}, {file = "numpy-1.21.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:4fe6a006557b87b352c04596a6e3f12a57d6e5f401d804947bd3188e6b0e0e76"}, {file = "numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3d893b0871322eaa2f8c7072cdb552d8e2b27645b7875a70833c31e9274d4611"}, {file = "numpy-1.21.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:341dddcfe3b7b6427a28a27baa59af5ad51baa59bfec3264f1ab287aa3b30b13"}, {file = "numpy-1.21.5-cp37-cp37m-win32.whl", hash = "sha256:ca9c23848292c6fe0a19d212790e62f398fd9609aaa838859be8459bfbe558aa"}, {file = "numpy-1.21.5-cp37-cp37m-win_amd64.whl", hash = "sha256:025b497014bc33fc23897859350f284323f32a2fff7654697f5a5fc2a19e9939"}, {file = "numpy-1.21.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:3a5098df115340fb17fc93867317a947e1dcd978c3888c5ddb118366095851f8"}, {file = "numpy-1.21.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:311283acf880cfcc20369201bd75da907909afc4666966c7895cbed6f9d2c640"}, {file = "numpy-1.21.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b545ebadaa2b878c8630e5bcdb97fc4096e779f335fc0f943547c1c91540c815"}, {file = "numpy-1.21.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c5562bcc1a9b61960fc8950ade44d00e3de28f891af0acc96307c73613d18f6e"}, {file = "numpy-1.21.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:eed2afaa97ec33b4411995be12f8bdb95c87984eaa28d76cf628970c8a2d689a"}, {file = "numpy-1.21.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:61bada43d494515d5b122f4532af226fdb5ee08fe5b5918b111279843dc6836a"}, {file = "numpy-1.21.5-cp38-cp38-win32.whl", hash = "sha256:7b9d6b14fc9a4864b08d1ba57d732b248f0e482c7b2ff55c313137e3ed4d8449"}, {file = "numpy-1.21.5-cp38-cp38-win_amd64.whl", hash = "sha256:dbce7adeb66b895c6aaa1fad796aaefc299ced597f6fbd9ceddb0dd735245354"}, {file = "numpy-1.21.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:507c05c7a37b3683eb08a3ff993bd1ee1e6c752f77c2f275260533b265ecdb6c"}, {file = "numpy-1.21.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:00c9fa73a6989895b8815d98300a20ac993c49ac36c8277e8ffeaa3631c0dbbb"}, {file = "numpy-1.21.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:69a5a8d71c308d7ef33ef72371c2388a90e3495dbb7993430e674006f94797d5"}, {file = "numpy-1.21.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2d8adfca843bc46ac199a4645233f13abf2011a0b2f4affc5c37cd552626f27b"}, {file = "numpy-1.21.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c293d3c0321996cd8ffe84215ffe5d269fd9d1d12c6f4ffe2b597a7c30d3e593"}, {file = "numpy-1.21.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c978544be9e04ed12016dd295a74283773149b48f507d69b36f91aa90a643e5"}, {file = "numpy-1.21.5-cp39-cp39-win32.whl", hash = "sha256:2a9add27d7fc0fdb572abc3b2486eb3b1395da71e0254c5552b2aad2a18b5441"}, {file = "numpy-1.21.5-cp39-cp39-win_amd64.whl", hash = "sha256:1964db2d4a00348b7a60ee9d013c8cb0c566644a589eaa80995126eac3b99ced"}, {file = "numpy-1.21.5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:a7c4b701ca418cd39e28ec3b496e6388fe06de83f5f0cb74794fa31cfa384c02"}, {file = "numpy-1.21.5.zip", hash = "sha256:6a5928bc6241264dce5ed509e66f33676fc97f464e7a919edc672fb5532221ee"}, {file = "numpy-1.22.2-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:515a8b6edbb904594685da6e176ac9fbea8f73a5ebae947281de6613e27f1956"}, {file = "numpy-1.22.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:76a4f9bce0278becc2da7da3b8ef854bed41a991f4226911a24a9711baad672c"}, {file = "numpy-1.22.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:168259b1b184aa83a514f307352c25c56af111c269ffc109d9704e81f72e764b"}, {file = "numpy-1.22.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3556c5550de40027d3121ebbb170f61bbe19eb639c7ad0c7b482cd9b560cd23b"}, {file = "numpy-1.22.2-cp310-cp310-win_amd64.whl", hash = "sha256:aafa46b5a39a27aca566198d3312fb3bde95ce9677085efd02c86f7ef6be4ec7"}, {file = "numpy-1.22.2-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:55535c7c2f61e2b2fc817c5cbe1af7cb907c7f011e46ae0a52caa4be1f19afe2"}, {file = "numpy-1.22.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:60cb8e5933193a3cc2912ee29ca331e9c15b2da034f76159b7abc520b3d1233a"}, {file = "numpy-1.22.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b536b6840e84c1c6a410f3a5aa727821e6108f3454d81a5cd5900999ef04f89"}, {file = "numpy-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2638389562bda1635b564490d76713695ff497242a83d9b684d27bb4a6cc9d7a"}, {file = "numpy-1.22.2-cp38-cp38-win32.whl", hash = "sha256:6767ad399e9327bfdbaa40871be4254d1995f4a3ca3806127f10cec778bd9896"}, {file = "numpy-1.22.2-cp38-cp38-win_amd64.whl", hash = "sha256:03ae5850619abb34a879d5f2d4bb4dcd025d6d8fb72f5e461dae84edccfe129f"}, {file = "numpy-1.22.2-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:d76a26c5118c4d96e264acc9e3242d72e1a2b92e739807b3b69d8d47684b6677"}, {file = "numpy-1.22.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:15efb7b93806d438e3bc590ca8ef2f953b0ce4f86f337ef4559d31ec6cf9d7dd"}, {file = "numpy-1.22.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:badca914580eb46385e7f7e4e426fea6de0a37b9e06bec252e481ae7ec287082"}, {file = "numpy-1.22.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94dd11d9f13ea1be17bac39c1942f527cbf7065f94953cf62dfe805653da2f8f"}, {file = "numpy-1.22.2-cp39-cp39-win32.whl", hash = "sha256:8cf33634b60c9cef346663a222d9841d3bbbc0a2f00221d6bcfd0d993d5543f6"}, {file = "numpy-1.22.2-cp39-cp39-win_amd64.whl", hash = "sha256:59153979d60f5bfe9e4c00e401e24dfe0469ef8da6d68247439d3278f30a180f"}, {file = "numpy-1.22.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a176959b6e7e00b5a0d6f549a479f869829bfd8150282c590deee6d099bbb6e"}, {file = "numpy-1.22.2.zip", hash = "sha256:076aee5a3763d41da6bef9565fdf3cb987606f567cd8b104aded2b38b7b47abf"}, ] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] pathspec = [ {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"}, {file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"}, ] platformdirs = [ {file = "platformdirs-2.5.1-py3-none-any.whl", hash = "sha256:bcae7cab893c2d310a711b70b24efb93334febe65f8de776ee320b517471e227"}, {file = "platformdirs-2.5.1.tar.gz", hash = "sha256:7535e70dfa32e84d4b34996ea99c5e432fa29a708d0f4e394bbcb2a8faa4f16d"}, ] pydicom = [ {file = "pydicom-2.2.2-py3-none-any.whl", hash = "sha256:6ecb9c6d56a20b2104099b8ef8fe0f3664d797b08a0e0548fe0311b515b32308"}, {file = "pydicom-2.2.2.tar.gz", hash = "sha256:f51078da1fe1285431a6f14a5ca0273520391ef28a68b32b9de73cc7f93f38be"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] tomli = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] typed-ast = [ {file = "typed_ast-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:183b183b7771a508395d2cbffd6db67d6ad52958a5fdc99f450d954003900266"}, {file = "typed_ast-1.5.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:676d051b1da67a852c0447621fdd11c4e104827417bf216092ec3e286f7da596"}, {file = "typed_ast-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bc2542e83ac8399752bc16e0b35e038bdb659ba237f4222616b4e83fb9654985"}, {file = "typed_ast-1.5.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74cac86cc586db8dfda0ce65d8bcd2bf17b58668dfcc3652762f3ef0e6677e76"}, {file = "typed_ast-1.5.2-cp310-cp310-win_amd64.whl", hash = "sha256:18fe320f354d6f9ad3147859b6e16649a0781425268c4dde596093177660e71a"}, {file = "typed_ast-1.5.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:31d8c6b2df19a777bc8826770b872a45a1f30cfefcfd729491baa5237faae837"}, {file = "typed_ast-1.5.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:963a0ccc9a4188524e6e6d39b12c9ca24cc2d45a71cfdd04a26d883c922b4b78"}, {file = "typed_ast-1.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0eb77764ea470f14fcbb89d51bc6bbf5e7623446ac4ed06cbd9ca9495b62e36e"}, {file = "typed_ast-1.5.2-cp36-cp36m-win_amd64.whl", hash = "sha256:294a6903a4d087db805a7656989f613371915fc45c8cc0ddc5c5a0a8ad9bea4d"}, {file = "typed_ast-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:26a432dc219c6b6f38be20a958cbe1abffcc5492821d7e27f08606ef99e0dffd"}, {file = "typed_ast-1.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7407cfcad702f0b6c0e0f3e7ab876cd1d2c13b14ce770e412c0c4b9728a0f88"}, {file = "typed_ast-1.5.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f30ddd110634c2d7534b2d4e0e22967e88366b0d356b24de87419cc4410c41b7"}, {file = "typed_ast-1.5.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8c08d6625bb258179b6e512f55ad20f9dfef019bbfbe3095247401e053a3ea30"}, {file = "typed_ast-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:90904d889ab8e81a956f2c0935a523cc4e077c7847a836abee832f868d5c26a4"}, {file = "typed_ast-1.5.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bbebc31bf11762b63bf61aaae232becb41c5bf6b3461b80a4df7e791fabb3aca"}, {file = "typed_ast-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c29dd9a3a9d259c9fa19d19738d021632d673f6ed9b35a739f48e5f807f264fb"}, {file = "typed_ast-1.5.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:58ae097a325e9bb7a684572d20eb3e1809802c5c9ec7108e85da1eb6c1a3331b"}, {file = "typed_ast-1.5.2-cp38-cp38-win_amd64.whl", hash = "sha256:da0a98d458010bf4fe535f2d1e367a2e2060e105978873c04c04212fb20543f7"}, {file = "typed_ast-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:33b4a19ddc9fc551ebabca9765d54d04600c4a50eda13893dadf67ed81d9a098"}, {file = "typed_ast-1.5.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1098df9a0592dd4c8c0ccfc2e98931278a6c6c53cb3a3e2cf7e9ee3b06153344"}, {file = "typed_ast-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42c47c3b43fe3a39ddf8de1d40dbbfca60ac8530a36c9b198ea5b9efac75c09e"}, {file = "typed_ast-1.5.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f290617f74a610849bd8f5514e34ae3d09eafd521dceaa6cf68b3f4414266d4e"}, {file = "typed_ast-1.5.2-cp39-cp39-win_amd64.whl", hash = "sha256:df05aa5b241e2e8045f5f4367a9f6187b09c4cdf8578bb219861c4e27c443db5"}, {file = "typed_ast-1.5.2.tar.gz", hash = "sha256:525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27"}, ] typing-extensions = [ {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, ] zipp = [ {file = "zipp-3.7.0-py3-none-any.whl", hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375"}, {file = "zipp-3.7.0.tar.gz", hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"}, ]