Commit graph

1 commit

Author SHA1 Message Date
f64e1b0761 chore(infra): add root requirements.txt and pyproject.toml with dependency groups
Root requirements.txt covers all Python deps for a single
pip install -r requirements.txt on clone.

Root pyproject.toml groups deps into selectable extras:
  quantum  - photonic (perceval), bosonic TN (quimb), QAOA (cirq/qiskit)
  gpu      - wgpu (Vulkan compute)
  compute  - ray, networkx, scipy, numpy
  db       - psycopg2, boto3, gremlinpython, pymysql
  pipeline - reedsolo, cryptography, highspy, requests, pandas, xxhash
  all      - all groups
2026-06-21 00:32:24 -05:00