diff --git a/poetry.lock b/poetry.lock index 9fcfff9..2726aab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -32,6 +32,82 @@ typing-extensions = ">=4" [package.extras] tz = ["backports.zoneinfo"] +[[package]] +name = "amazon-braket-default-simulator" +version = "1.26.2" +description = "An open source quantum circuit simulator to be run locally with the Amazon Braket SDK" +optional = false +python-versions = ">=3.9" +groups = ["main", "docs", "tests"] +files = [ + {file = "amazon_braket_default_simulator-1.26.2-py3-none-any.whl", hash = "sha256:2a632b61e66b29984190647a672a65c9bade3f1966d1318a9229ed4a2afd6cc1"}, + {file = "amazon_braket_default_simulator-1.26.2.tar.gz", hash = "sha256:edebf00abed10b673e6d339738473855a0b3eae6f2c20e6808420e944e145e13"}, +] + +[package.dependencies] +amazon-braket-schemas = ">=1.21.2" +antlr4-python3-runtime = "4.9.2" +numpy = "*" +opt_einsum = "*" +pydantic = ">2" +scipy = "*" +sympy = "*" + +[package.extras] +test = ["black", "flake8", "flake8-rst-docstrings", "isort", "pre-commit", "pylint", "pytest (==7.1.2)", "pytest-benchmark", "pytest-cov", "pytest-rerunfailures", "pytest-xdist", "sphinx", "sphinx-rtd-theme", "sphinxcontrib-apidoc", "tox"] + +[[package]] +name = "amazon-braket-schemas" +version = "1.22.4" +description = "An open source library that contains the schemas for Amazon Braket" +optional = false +python-versions = ">=3.9" +groups = ["main", "docs", "tests"] +files = [ + {file = "amazon_braket_schemas-1.22.4-py3-none-any.whl", hash = "sha256:adbe6ce1799d907d74f5f1488b9125269f93796c792276a74e7a0363e4cdb48e"}, + {file = "amazon_braket_schemas-1.22.4.tar.gz", hash = "sha256:2fe23bd46d62c38ce90acac76c0e269699aadee97b81ce90aa08815d18a398e4"}, +] + +[package.dependencies] +pydantic = ">2" + +[package.extras] +docs = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-apidoc"] +linters = ["ruff", "tox"] +test = ["jsonschema", "numpy", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-xdist", "tox"] + +[[package]] +name = "amazon-braket-sdk" +version = "1.88.3" +description = "An open source library for interacting with quantum computing devices on Amazon Braket" +optional = false +python-versions = ">=3.9" +groups = ["main", "docs", "tests"] +files = [ + {file = "amazon_braket_sdk-1.88.3-py3-none-any.whl", hash = "sha256:8cad90c1bbadd645493df75eed9af1603b966c8825c0c1c7e3084f755b4d64d8"}, + {file = "amazon_braket_sdk-1.88.3.tar.gz", hash = "sha256:1b6fa1185d4e2d24102f030257fd91a9d1bef3d379fba43b2ac373bbe2293787"}, +] + +[package.dependencies] +amazon-braket-default-simulator = ">=1.26.0" +amazon-braket-schemas = ">=1.21.3" +backoff = "*" +"backports.entry-points-selectable" = "*" +boltons = "*" +boto3 = ">=1.28.53" +cloudpickle = "2.2.1" +nest-asyncio = "*" +networkx = "*" +numpy = "*" +openpulse = "*" +openqasm3 = "*" +oqpy = ">=0.3.5,<0.4.0" +sympy = "*" + +[package.extras] +docs = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-apidoc"] +test = ["black", "botocore", "flake8", "isort", "jsonschema (==3.2.0)", "pre-commit", "pylint", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-xdist[psutil]", "tox"] + [[package]] name = "annotated-types" version = "0.7.0" @@ -50,7 +126,7 @@ version = "4.9.2" description = "ANTLR 4.9.2 runtime for Python 3.7" optional = false python-versions = "*" -groups = ["main"] +groups = ["main", "docs", "tests"] files = [ {file = "antlr4-python3-runtime-4.9.2.tar.gz", hash = "sha256:31f5abdc7faf16a1a6e9bf2eb31565d004359b821b09944436a34361929ae85a"}, ] @@ -130,6 +206,34 @@ files = [ {file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, ] +[[package]] +name = "backoff" +version = "2.2.1" +description = "Function decoration for backoff and retry" +optional = false +python-versions = ">=3.7,<4.0" +groups = ["main", "docs", "tests"] +files = [ + {file = "backoff-2.2.1-py3-none-any.whl", hash = "sha256:63579f9a0628e06278f7e47b7d7d5b6ce20dc65c5e96a6f3ca99a6adca0396e8"}, + {file = "backoff-2.2.1.tar.gz", hash = "sha256:03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba"}, +] + +[[package]] +name = "backports-entry-points-selectable" +version = "1.3.0" +description = "Compatibility shim providing selectable entry points for older implementations" +optional = false +python-versions = ">=3.8" +groups = ["main", "docs", "tests"] +files = [ + {file = "backports.entry_points_selectable-1.3.0-py3-none-any.whl", hash = "sha256:66f5da003eb4b283c7b60581bc8bb0baf0d810eb3e3068da786d3821b4d5746a"}, + {file = "backports.entry_points_selectable-1.3.0.tar.gz", hash = "sha256:17a8b44ae700fba548686dd274ddc91c060371565cd63806c20a1d33911746e6"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["pytest", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-ruff"] + [[package]] name = "beautifulsoup4" version = "4.12.3" @@ -171,6 +275,61 @@ webencodings = "*" [package.extras] css = ["tinycss2 (>=1.1.0,<1.5)"] +[[package]] +name = "boltons" +version = "24.1.0" +description = "When they're not builtins, they're boltons." +optional = false +python-versions = ">=3.7" +groups = ["main", "docs", "tests"] +files = [ + {file = "boltons-24.1.0-py3-none-any.whl", hash = "sha256:a1776d47fdc387fb730fba1fe245f405ee184ee0be2fb447dd289773a84aed3b"}, + {file = "boltons-24.1.0.tar.gz", hash = "sha256:4a49b7d57ee055b83a458c8682a2a6f199d263a8aa517098bda9bab813554b87"}, +] + +[[package]] +name = "boto3" +version = "1.35.95" +description = "The AWS SDK for Python" +optional = false +python-versions = ">=3.8" +groups = ["main", "docs", "tests"] +files = [ + {file = "boto3-1.35.95-py3-none-any.whl", hash = "sha256:c81223488607457dacb7829ee0c99803c664593b34a2b0f86c71d421e7c3469a"}, + {file = "boto3-1.35.95.tar.gz", hash = "sha256:d5671226819f6a78e31b1f37bd60f194afb8203254a543d06bdfb76de7d79236"}, +] + +[package.dependencies] +botocore = ">=1.35.95,<1.36.0" +jmespath = ">=0.7.1,<2.0.0" +s3transfer = ">=0.10.0,<0.11.0" + +[package.extras] +crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] + +[[package]] +name = "botocore" +version = "1.35.95" +description = "Low-level, data-driven core of boto 3." +optional = false +python-versions = ">=3.8" +groups = ["main", "docs", "tests"] +files = [ + {file = "botocore-1.35.95-py3-none-any.whl", hash = "sha256:a672406f748ad6a5b2fb7ea0d8394539eb4fda5332fc5373467d232c4bb27b12"}, + {file = "botocore-1.35.95.tar.gz", hash = "sha256:b03d2d7cc58a16aa96a7e8f21941b766e98abc6ea74f61a63de7dc26c03641d3"}, +] + +[package.dependencies] +jmespath = ">=0.7.1,<2.0.0" +python-dateutil = ">=2.1,<3.0.0" +urllib3 = [ + {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""}, + {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}, +] + +[package.extras] +crt = ["awscrt (==0.22.0)"] + [[package]] name = "certifi" version = "2024.12.14" @@ -366,6 +525,18 @@ files = [ {file = "charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"}, ] +[[package]] +name = "cloudpickle" +version = "2.2.1" +description = "Extended pickling support for Python objects" +optional = false +python-versions = ">=3.6" +groups = ["main", "docs", "tests"] +files = [ + {file = "cloudpickle-2.2.1-py3-none-any.whl", hash = "sha256:61f594d1f4c295fa5cd9014ceb3a1fc4a70b0de1164b94fbc2d854ccba056f9f"}, + {file = "cloudpickle-2.2.1.tar.gz", hash = "sha256:d89684b8de9e34a2a43b3460fbca07d09d6e25ce858df4d5a44240403b6178f5"}, +] + [[package]] name = "cma" version = "3.4.0" @@ -764,6 +935,24 @@ files = [ docs = ["Sphinx", "furo"] test = ["objgraph", "psutil"] +[[package]] +name = "ibm-cloud-sdk-core" +version = "3.18.0" +description = "Core library used by SDKs for IBM Cloud Services" +optional = false +python-versions = "*" +groups = ["main", "docs", "tests"] +markers = "python_version < \"3.10\"" +files = [ + {file = "ibm-cloud-sdk-core-3.18.0.tar.gz", hash = "sha256:bf2b6940761970c14b53fc8fc135af567c58b9709db3214be403a383dd51cabb"}, +] + +[package.dependencies] +PyJWT = ">=2.8.0,<3.0.0" +python_dateutil = ">=2.8.2,<3.0.0" +requests = ">=2.31.0,<3.0.0" +urllib3 = ">=1.26.18,<2.0.0" + [[package]] name = "ibm-cloud-sdk-core" version = "3.22.0" @@ -771,6 +960,7 @@ description = "Core library used by SDKs for IBM Cloud Services" optional = false python-versions = ">=3.8" groups = ["main", "docs", "tests"] +markers = "python_version >= \"3.10\"" files = [ {file = "ibm_cloud_sdk_core-3.22.0-py3-none-any.whl", hash = "sha256:a86e9006d98f32510d47d4751d8ba04b64514e3c94b851511fd55d7b094c87b1"}, {file = "ibm_cloud_sdk_core-3.22.0.tar.gz", hash = "sha256:0aa5abc972b7d70ee4c39e3ad69c82c9717be847e5672928b416b8ea7d57a297"}, @@ -786,6 +976,21 @@ urllib3 = ">=2.1.0,<3.0.0" dev = ["black (>=24.0.0,<25.0.0)", "coverage (>=7.3.2,<8.0.0)", "pylint (>=3.0.0,<4.0.0)", "pytest (>=7.4.2,<8.0.0)", "pytest-cov (>=4.1.0,<5.0.0)", "responses (>=0.23.3,<1.0.0)"] publish = ["build", "twine"] +[[package]] +name = "ibm-platform-services" +version = "0.48.0" +description = "Python client library for IBM Cloud Platform Services" +optional = false +python-versions = "*" +groups = ["main", "docs", "tests"] +markers = "python_version < \"3.10\"" +files = [ + {file = "ibm-platform-services-0.48.0.tar.gz", hash = "sha256:ac4a09ff587191c8d615fb5629fca06ddca056f88e3403c8e08e51141c492e26"}, +] + +[package.dependencies] +ibm_cloud_sdk_core = ">=3.17.0,<4.0.0" + [[package]] name = "ibm-platform-services" version = "0.59.0" @@ -793,6 +998,7 @@ description = "Python client library for IBM Cloud Platform Services" optional = false python-versions = ">=3.8" groups = ["main", "docs", "tests"] +markers = "python_version >= \"3.10\"" files = [ {file = "ibm_platform_services-0.59.0-py3-none-any.whl", hash = "sha256:2deba369f03843a0b628c03065b791f0738cd7a570b51836cb68ac7629ae545d"}, {file = "ibm_platform_services-0.59.0.tar.gz", hash = "sha256:4d63bfa25d9bf995ea75ed449ce26ce4d21c8e2385e04f6da864bdc97c4e62a0"}, @@ -838,7 +1044,7 @@ version = "8.5.0" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" -groups = ["main", "docs"] +groups = ["main", "docs", "tests"] markers = "python_version < \"3.10\"" files = [ {file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"}, @@ -959,6 +1165,18 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] +[[package]] +name = "jmespath" +version = "1.0.1" +description = "JSON Matching Expressions" +optional = false +python-versions = ">=3.7" +groups = ["main", "docs", "tests"] +files = [ + {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"}, + {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"}, +] + [[package]] name = "joblib" version = "1.4.2" @@ -1216,6 +1434,18 @@ docs = ["sphinx"] gmpy = ["gmpy2 (>=2.1.0a4)"] tests = ["pytest (>=4.6)"] +[[package]] +name = "mypy-extensions" +version = "1.0.0" +description = "Type system extensions for programs checked with the mypy type checker." +optional = false +python-versions = ">=3.5" +groups = ["main", "docs", "tests"] +files = [ + {file = "mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"}, + {file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"}, +] + [[package]] name = "nbclient" version = "0.10.2" @@ -1319,13 +1549,25 @@ nbformat = "*" sphinx = ">=1.8" traitlets = ">=5" +[[package]] +name = "nest-asyncio" +version = "1.6.0" +description = "Patch asyncio to allow nested event loops" +optional = false +python-versions = ">=3.5" +groups = ["main", "docs", "tests"] +files = [ + {file = "nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"}, + {file = "nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe"}, +] + [[package]] name = "networkx" version = "3.2.1" description = "Python package for creating and manipulating graphs and networks" optional = false python-versions = ">=3.9" -groups = ["main"] +groups = ["main", "docs", "tests"] files = [ {file = "networkx-3.2.1-py3-none-any.whl", hash = "sha256:f18c69adc97877c42332c170849c96cefa91881c99a7cb3e95b7c659ebdc1ec2"}, {file = "networkx-3.2.1.tar.gz", hash = "sha256:9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6"}, @@ -1384,13 +1626,34 @@ files = [ {file = "numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010"}, ] +[[package]] +name = "openpulse" +version = "1.0.1" +description = "Reference OpenPulse AST in Python" +optional = false +python-versions = "*" +groups = ["main", "docs", "tests"] +files = [ + {file = "openpulse-1.0.1-py3-none-any.whl", hash = "sha256:75fb2d4d7f74db3a86027719744541fcb725e1f5b79e14b78dc5b34ed8c66e87"}, + {file = "openpulse-1.0.1.tar.gz", hash = "sha256:4c184e3012907ec35f04202ed72621037b1a06d70195769576bfc9e62c01bf94"}, +] + +[package.dependencies] +antlr4-python3-runtime = ">=4.7,<4.14" +importlib-metadata = {version = "*", markers = "python_version < \"3.10\""} +openqasm3 = {version = ">=1.0.0,<2.0", extras = ["parser"]} + +[package.extras] +all = ["pytest (>=6.0)", "pyyaml"] +tests = ["pytest (>=6.0)", "pyyaml"] + [[package]] name = "openqasm3" version = "1.0.0" description = "Reference OpenQASM AST in Python" optional = false python-versions = "*" -groups = ["main"] +groups = ["main", "docs", "tests"] files = [ {file = "openqasm3-1.0.0-py3-none-any.whl", hash = "sha256:d4371737b4a49b0d56248ed3d30766a94000bccfb43303ec9c7ead351a1b6cc3"}, {file = "openqasm3-1.0.0.tar.gz", hash = "sha256:3f2bb1cca855cff114e046bac22d59adbf9b754cac6398961aa6d22588fb688e"}, @@ -1405,6 +1668,18 @@ all = ["antlr4-python3-runtime (>=4.7,<4.14)", "importlib-metadata", "pytest (>= parser = ["antlr4-python3-runtime (>=4.7,<4.14)", "importlib-metadata"] tests = ["pytest (>=6.0)", "pyyaml"] +[[package]] +name = "opt-einsum" +version = "3.4.0" +description = "Path optimization of einsum functions." +optional = false +python-versions = ">=3.8" +groups = ["main", "docs", "tests"] +files = [ + {file = "opt_einsum-3.4.0-py3-none-any.whl", hash = "sha256:69bb92469f86a1565195ece4ac0323943e83477171b91d24c35afe028a90d7cd"}, + {file = "opt_einsum-3.4.0.tar.gz", hash = "sha256:96ca72f1b886d148241348783498194c577fa30a8faac108586b14f1ba4473ac"}, +] + [[package]] name = "optuna" version = "4.1.0" @@ -1433,6 +1708,27 @@ document = ["ase", "cmaes (>=0.10.0)", "fvcore", "kaleido", "lightgbm", "matplot optional = ["boto3", "cmaes (>=0.10.0)", "google-cloud-storage", "matplotlib (!=3.6.0)", "pandas", "plotly (>=4.9.0)", "redis", "scikit-learn (>=0.24.2)", "scipy", "torch"] test = ["coverage", "fakeredis[lua]", "kaleido", "moto", "pytest", "scipy (>=1.9.2)", "torch"] +[[package]] +name = "oqpy" +version = "0.3.7" +description = "Generating OpenQASM 3 + OpenPulse in Python" +optional = false +python-versions = "<4.0,>=3.8" +groups = ["main", "docs", "tests"] +files = [ + {file = "oqpy-0.3.7-py3-none-any.whl", hash = "sha256:ca6abad2e3d44fa8399c589df5f909ef0d14f3a4cf251dbba9f2912a2f81ba08"}, + {file = "oqpy-0.3.7.tar.gz", hash = "sha256:093d75e6b3c0e9431649ee4f2f96cdb603babea68f434b816f2334ef28ec50f4"}, +] + +[package.dependencies] +mypy-extensions = ">=0.2.0" +numpy = [ + {version = ">=1.19.3", markers = "python_version >= \"3.9\" and python_version < \"3.10\""}, + {version = ">=1.21.6", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, + {version = ">=1.22.0", markers = "python_version >= \"3.11\""}, +] +openpulse = ">=0.5.0" + [[package]] name = "packaging" version = "24.2" @@ -1902,7 +2198,7 @@ description = "Python for Window Extensions" optional = false python-versions = "*" groups = ["docs"] -markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\"" +markers = "platform_python_implementation != \"PyPy\" and sys_platform == \"win32\"" files = [ {file = "pywin32-308-cp310-cp310-win32.whl", hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e"}, {file = "pywin32-308-cp310-cp310-win_amd64.whl", hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e"}, @@ -2462,6 +2758,24 @@ all = ["matplotlib (>=3.0)", "pillow (>=5.4)"] graphviz = ["pillow (>=5.4)"] mpl = ["matplotlib (>=3.0)"] +[[package]] +name = "s3transfer" +version = "0.10.4" +description = "An Amazon S3 Transfer Manager" +optional = false +python-versions = ">=3.8" +groups = ["main", "docs", "tests"] +files = [ + {file = "s3transfer-0.10.4-py3-none-any.whl", hash = "sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e"}, + {file = "s3transfer-0.10.4.tar.gz", hash = "sha256:29edc09801743c21eb5ecbc617a152df41d3c287f67b615f73e5f750583666a7"}, +] + +[package.dependencies] +botocore = ">=1.33.2,<2.0a.0" + +[package.extras] +crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] + [[package]] name = "scipy" version = "1.13.1" @@ -3124,6 +3438,24 @@ files = [ {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, ] +[[package]] +name = "urllib3" +version = "1.26.20" +description = "HTTP library with thread-safe connection pooling, file post, and more." +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +groups = ["main", "docs", "tests"] +markers = "python_version < \"3.10\"" +files = [ + {file = "urllib3-1.26.20-py2.py3-none-any.whl", hash = "sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e"}, + {file = "urllib3-1.26.20.tar.gz", hash = "sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32"}, +] + +[package.extras] +brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] +secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] +socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] + [[package]] name = "urllib3" version = "2.3.0" @@ -3131,6 +3463,7 @@ description = "HTTP library with thread-safe connection pooling, file post, and optional = false python-versions = ">=3.9" groups = ["main", "docs", "tests"] +markers = "python_version >= \"3.10\"" files = [ {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, @@ -3286,7 +3619,7 @@ version = "3.21.0" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.9" -groups = ["main", "docs"] +groups = ["main", "docs", "tests"] markers = "python_version < \"3.10\"" files = [ {file = "zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931"}, @@ -3304,4 +3637,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "078e461294c4ec6d568307eced85e2e2fea5a04bc5a93b0908d092b5b208bf1c" +content-hash = "84f252538eb1a84c87727e1f90ec8d3038d6cbc1d1f70fd3778e72507d1d4977" diff --git a/pyproject.toml b/pyproject.toml index d269756..24f163f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ qibo = "^0.2.14" qibo_client = "^0.0.15" qiskit_ibm_runtime = { version = "^0.34.0", optional = true } qiskit_ibm_provider = { version = "^0.11", optional = true } -#amazon-braket-sdk = { version = "^1.88.3", optional = true } +amazon-braket-sdk = { version = "^1.88.3", optional = true } [tool.poetry.group.tests] optional = true @@ -36,7 +36,7 @@ pytest-cov = "^4.1.0" pylint = "^3.0.3" qiskit_ibm_runtime = "^0.34.0" qiskit_ibm_provider = "^0.11" -#amazon-braket-sdk = "^1.88.3" +amazon-braket-sdk = "^1.88.3" [tool.poetry.group.docs] optional = true @@ -49,7 +49,7 @@ nbsphinx = "^0.9.3" furo = "^2023.9.10" qiskit_ibm_runtime = "^0.34.0" qiskit_ibm_provider = "^0.11" -#amazon-braket-sdk = "^1.88.3" +amazon-braket-sdk = "^1.88.3" [tool.poetry.group.dev] optional = true