Skip to content

Commit

Permalink
Fix maturin compilation issue
Browse files Browse the repository at this point in the history
Upgrade ndarray to 0.15.
  • Loading branch information
gchers authored Nov 17, 2021
1 parent 172f7dc commit fe66cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ csv = "1.1"
ordered-float = "2.0"
float-cmp = "0.8"
strsim = "0.10.0"
ndarray = "0.14.0"
ndarray = "0.15"
pyo3 = { version = "0.13.2", features = ["extension-module"], optional = true }
numpy = { version = "0.13", optional = true }

Expand Down

0 comments on commit fe66cc8

Please sign in to comment.