Skip to content

Commit

Permalink
update Cargo.build.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jul 23, 2021
1 parent c34f281 commit 408dd44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings/python/Cargo.build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name = "nnsplit"
crate-type = ["cdylib"]

[dependencies]
ndarray = "=0.13.0"
numpy = "0.12.2"
ndarray = "0.15.0"
numpy = "0.14.1"
lazy_static = "1.4"
serde_json = "1.0"

Expand All @@ -25,7 +25,7 @@ default-features = false
features = ["model-loader"]

[dependencies.pyo3]
version = "0.12"
version = "0.14"
features = ["extension-module"]

[workspace]

0 comments on commit 408dd44

Please sign in to comment.