diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:49:05 -0600 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:49:05 -0600 |
| commit | cd99d6b874d9d09b3bb87b8485cc787885af71f1 (patch) | |
| tree | 59a233959932ca0e4f12f196275e07fcf443b33f /requirements.txt | |
init commit
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4c01990 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +# Core runtime dependencies +numpy +h5py +PyYAML +torch +tqdm +matplotlib +snntorch + +# Tests (optional for development) +pytest + + |
