We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60e8c1e + e720d26 commit be3a817Copy full SHA for be3a817
README.md
@@ -17,7 +17,7 @@ Requirements
17
- current nightly rust (see https://github.com/PyO3/pyo3/issues/5 for nightly features, and
18
https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version)
19
- some rust libraries
20
- - [rust-ndarray](https://github.com/bluss/rust-ndarray) for rust-side matrix library
+ - [ndarray](https://github.com/bluss/ndarray) for rust-side matrix library
21
- [pyo3](https://github.com/PyO3/pyo3) for cpython binding
22
- and more (see [Cargo.toml](Cargo.toml))
23
- [numpy](http://www.numpy.org/) installed in your python environments(e.g. via `pip install numpy`)
0 commit comments