Skip to content

Commit be3a817

Browse files
authored
Merge pull request #55 from jturner314/ndarray-url
Update ndarray repository name and URL
2 parents 60e8c1e + e720d26 commit be3a817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Requirements
1717
- current nightly rust (see https://github.com/PyO3/pyo3/issues/5 for nightly features, and
1818
https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version)
1919
- some rust libraries
20-
- [rust-ndarray](https://github.com/bluss/rust-ndarray) for rust-side matrix library
20+
- [ndarray](https://github.com/bluss/ndarray) for rust-side matrix library
2121
- [pyo3](https://github.com/PyO3/pyo3) for cpython binding
2222
- and more (see [Cargo.toml](Cargo.toml))
2323
- [numpy](http://www.numpy.org/) installed in your python environments(e.g. via `pip install numpy`)

0 commit comments

Comments
 (0)