From 6dca16e1aeb87b10423894812b3d081912479de0 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Wed, 29 Jul 2026 16:02:02 +0800 Subject: Add supplementary archive builder and pinned dependencies build_supplement.py assembles the anonymized code+data archive with a SHA256 manifest and a machine readable seed manifest; research notes, drafts, raw datasets, and git history are excluded. Co-Authored-By: Claude Fable 5 --- requirements-lock.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements-lock.txt (limited to 'requirements-lock.txt') diff --git a/requirements-lock.txt b/requirements-lock.txt new file mode 100644 index 0000000..504d7f6 --- /dev/null +++ b/requirements-lock.txt @@ -0,0 +1,4 @@ +torch==2.10.0 +numpy==2.3.5 +scipy==1.17.0 +matplotlib==3.10.8 -- cgit v1.2.3