# SPDX-License-Identifier: AGPL-3.0-or-later | Commercial license available
# © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
# © Code 2020–2026 Miroslav Šotek. All rights reserved.
# ORCID: 0009-0009-3560-0851
# Contact: www.anulum.li | protoscience@anulum.li
# scpn-quantum-control — Pinned Runtime Dependency Compatibility Mirror
#
# pyproject.toml is the canonical dependency source for package metadata.
# This pip-compatible mirror is pinned for reproducible user installs and
# supply-chain scanners that evaluate requirements files directly.
#
# Why no --hash here (intentional split):
# This is a version-pinned *convenience mirror* meant to be combined with the
# optional extras (providers, config, logging, braket, ...). pip's hash mode
# (--require-hashes) demands that EVERY installed distribution — including every
# transitive dependency of whichever extras you add — be hashed, and forbids
# mixing in an unhashed extra; that is incompatible with a mirror whose whole
# point is flexible composition. Hash-verified, supply-chain-hardened installs
# are provided where they matter and are generated with `pip-compile
# --generate-hashes`: requirements-publish.txt (the PyPI artifact build) and
# requirements-ci-*.txt (CI + Docker). For a hash-checked runtime install,
# install the published wheel/sdist (pip verifies PyPI hashes) or use the
# hashed CI requirement matching your platform.
qiskit==2.5.1
qiskit-aer==0.17.2
qiskit-qasm3-import==0.6.0
symengine==0.14.1
numpy==2.4.6
scipy==1.17.1
networkx==3.6.1
jinja2==3.1.6
requests==2.34.2
tomli==2.4.1
urllib3==2.7.0
