Skip to content

Commit

Permalink
chore(deps): bump numpy from 0.13.2 to 0.14.1 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xiangru Lian <admin@mail.xrlian.com>
  • Loading branch information
dependabot[bot] and NOBLES5E authored Jul 15, 2021
1 parent 6ac8f48 commit 7f7773d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
23 changes: 6 additions & 17 deletions bagua-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bagua-core/bagua-core-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tracing = "0.1"
tracing-subscriber = "0.2"
anyhow = "1.0"
color-eyre = "0.5"
numpy = "0.13"
numpy = "0.14.1"
parking_lot = { version = "0.11", features = ["deadlock_detection"] }
openssl-sys = { version = "*", features = ["vendored"] }

Expand Down
2 changes: 1 addition & 1 deletion bagua-core/bagua-core-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tracing = "0.1"
tracing-subscriber = "0.2"
anyhow = "1.0"
color-eyre = "0.5"
numpy = "0.13.2"
numpy = "0.14.1"
parking_lot = { version = "0.11", features = ["deadlock_detection"] }
openssl-sys = { version = "*", features = ["vendored"] }
num-traits = "0.2"
Expand Down

0 comments on commit 7f7773d

Please sign in to comment.