fixing getrandom version for crate publishing
This commit is contained in:
parent
a0aabd397b
commit
1a3ec431cd
@ -19,7 +19,7 @@ ndarray-stats = { workspace = true }
|
|||||||
nalgebra = { workspace = true }
|
nalgebra = { workspace = true }
|
||||||
statrs = { workspace = true }
|
statrs = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
getrandom = "*"
|
getrandom = "~0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
py = ["dep:pyo3"]
|
py = ["dep:pyo3"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user