Skip to content

Commit 26ca67d

Browse files
committed
Add a note about numpy version
1 parent 47a0636 commit 26ca67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version)
1919
- [pyo3](https://github.com/PyO3/pyo3) for cpython binding
2020
- and more (see [Cargo.toml](Cargo.toml))
2121
- [numpy](http://www.numpy.org/) installed in your python environments (e.g., via `pip install numpy`)
22+
- We recommend `numpy >= 1.16.0`, though older version may work.
2223

2324
**Note**
2425
Starting from 0.3, rust-numpy migrated from rust-cpython to pyo3.

0 commit comments

Comments
 (0)