Skip to content

Commit e6a9343

Browse files
committed
EXP: try out upstream rust-numpy patch
1 parent 8e735a0 commit e6a9343

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
1414
pyo3 = { version = "0.29.0", features = ["extension-module"] }
15-
numpy = "0.29.0"
15+
numpy = { git = "https://github.com/Icxolu/rust-numpy", branch = "abi3t", version = "0.29.0" }
1616
num-traits = "0.2.19"
1717
either = "1.15.0"
1818

0 commit comments

Comments
 (0)