- adapt meta-/code-/obs- rules to the local Python benchmark pipeline - replace db-sql-ddl, code-config-env-scope, test-e2e-pytest with pipeline equivalents - add code-python-style, data-determinism, data-naming-units, bench-methodology, build-pipeline-tasks - normalize specs and README typography to ASCII per code-data-formatting - rewrite root CLAUDE.md trigger table; add .cursorrules and .gitignore - specs: pipeline plan and task specs 00-11 - rules: 19 binding rule files adapted for this project - docs: CLAUDE.md rule-trigger table - config: .cursorrules commit convention, .gitignore excluding out/ and .venv/ - docs: rewrite README.md with pipeline diagrams, setup guide, result placeholders - config: requirements.txt for the closed dependency list - datagen: make_lab_config.py writes out/config/lab_config.yaml and .done marker
13 lines
689 B
Plaintext
13 lines
689 B
Plaintext
# Closed dependency list - docs/rules/code-python-style.md section 2.
|
|
# Adding a package here requires updating that rule first.
|
|
|
|
numpy # task 03: vectorized generation, seeded RNG
|
|
PyYAML # tasks 01, 03, 10: YAML configs
|
|
rdflib # tasks 04, 07: JSON-LD validation, RDF serialization
|
|
pyoxigraph # tasks 07, 09: embedded queryable triplestore (pip name of oxigraph)
|
|
ijson # tasks 08, 09: streaming JSON parsing
|
|
psycopg[binary] # tasks 06, 08, 09: PostgreSQL COPY and queries
|
|
psutil # task 09: RSS / CPU / IO measurement
|
|
matplotlib # task 11: report charts
|
|
pandas # task 08 only: separately-measured CSV query variant
|