[project] name = "qoqo_qasm" version = "0.12.3" dependencies = ['qoqo>=1.15', 'qoqo_calculator_pyo3>=1.2'] license = { text = "Apache-2.0 AND Apache-2.0 with LLVM-exception AND MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-CLause" } maintainers = [ { name = "HQS Quantum Simulations GmbH", email = "info@quantumsimulations.de" }, ] requires-python = ">=3.8" readme = "README.md" [project.optional-dependencies] docs = [ "tomli", "numpy", "sphinx>=2.1", "nbsphinx", "pygments", "recommonmark", "myst_parser", "sphinx_rtd_theme", ] [build-system] requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [tool.maturin] bindings = "pyo3" compatibility = "manylinux2014" skip-auditwheel = false strip = true profile = "release"