summaryrefslogtreecommitdiff
path: root/requirements-lock.txt
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-07-29 16:02:02 +0800
committerhaoyuren <13851610112@163.com>2026-07-29 16:02:02 +0800
commit6dca16e1aeb87b10423894812b3d081912479de0 (patch)
treed6eb41f5072d555aa38b2404e457157b686e0697 /requirements-lock.txt
parent103a9413d025482f408d758fe6612e2c36cc265a (diff)
Add supplementary archive builder and pinned dependenciesHEADmain
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 <noreply@anthropic.com>
Diffstat (limited to 'requirements-lock.txt')
-rw-r--r--requirements-lock.txt4
1 files changed, 4 insertions, 0 deletions
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