13 lines
353 B
TOML
13 lines
353 B
TOML
[package]
|
|
name = "hod_1"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
burn = { version = "0.20.1", default-features = false, features = ["ndarray"] }
|
|
burn-ndarray = "0.20.1"
|
|
clap = { version = "4.5.60", features = ["derive"] }
|
|
ndarray = "0.17.2"
|
|
npyz = { version = "0.8.4", features = ["npz"] }
|
|
zip = { version = "8.2.0", features = ["deflate"] }
|