fixing getrandom version for crate publishing

This commit is contained in:
Andy Pack 2025-02-17 00:33:56 +00:00
parent a0aabd397b
commit 1a3ec431cd
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -19,7 +19,7 @@ ndarray-stats = { workspace = true }
nalgebra = { workspace = true }
statrs = { workspace = true }
log = { workspace = true }
getrandom = "*"
getrandom = "~0"
[features]
py = ["dep:pyo3"]