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.
1 parent 47a0636 commit 26ca67dCopy full SHA for 26ca67d
README.md
@@ -19,6 +19,7 @@ https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version)
19
- [pyo3](https://github.com/PyO3/pyo3) for cpython binding
20
- and more (see [Cargo.toml](Cargo.toml))
21
- [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.
23
24
**Note**
25
Starting from 0.3, rust-numpy migrated from rust-cpython to pyo3.
0 commit comments