File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ rust-numpy
33[ ![ Build Status] ( https://travis-ci.org/pyo3/rust-numpy.svg?branch=master )] ( https://travis-ci.org/pyo3/rust-numpy )
44[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/bjaru43c7t1alx2x/branch/master?svg=true )] ( https://ci.appveyor.com/project/kngwyu/rust-numpy/branch/master )
55[ ![ Crate] ( http://meritbadge.herokuapp.com/numpy )] ( https://crates.io/crates/numpy )
6+ [ ![ minimum rustc 1.39] ( https://img.shields.io/badge/rustc-1.39+-blue.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
67
78Rust bindings for the NumPy C-API
89
@@ -12,9 +13,8 @@ Rust bindings for the NumPy C-API
1213
1314
1415## Requirements
15- - current nightly rust (see https://github.com/PyO3/pyo3/issues/5 for nightly features, and
16- https://github.com/PyO3/pyo3/blob/master/build.rs for minimum required version)
17- - some rust libraries
16+ - Rust 1.39+
17+ - Some Rust libraries
1818 - [ ndarray] ( https://github.com/bluss/ndarray ) for rust-side matrix library
1919 - [ pyo3] ( https://github.com/PyO3/pyo3 ) for cpython binding
2020 - and more (see [ Cargo.toml] ( Cargo.toml ) )
You can’t perform that action at this time.
0 commit comments