# -*- coding: utf-8 -*-
# © 2025 Emergent Physics Lab. All rights reserved.
# Licensed under CC BY-NC-ND 4.0 (Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International).
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
# Contact: latticefieldmediumresearch@gmail.com

# QuickStart runtime dependencies with flexible versioning for broad Python compatibility
# CuPy installed dynamically only when GPU available and Python supports it.
# Compatible with Python 3.12-3.14+

numpy>=1.24.0
scipy>=1.10.0
matplotlib>=3.7.0
h5py>=3.8.0
Jinja2>=3.1.0
pytest>=7.3.0

# cupy-cuda12x (GPU path) — installed dynamically by wrapper when GPU detected and Python supports it
