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
3
3
[ ![ Build Status] ( https://travis-ci.org/pyo3/rust-numpy.svg?branch=master )] ( https://travis-ci.org/pyo3/rust-numpy )
4
4
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/bjaru43c7t1alx2x/branch/master?svg=true )] ( https://ci.appveyor.com/project/kngwyu/rust-numpy/branch/master )
5
5
[ ![ 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 )
6
7
7
8
Rust bindings for the NumPy C-API
8
9
@@ -12,9 +13,8 @@ Rust bindings for the NumPy C-API
12
13
13
14
14
15
## 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
18
18
- [ ndarray] ( https://github.com/bluss/ndarray ) for rust-side matrix library
19
19
- [ pyo3] ( https://github.com/PyO3/pyo3 ) for cpython binding
20
20
- and more (see [ Cargo.toml] ( Cargo.toml ) )
You can’t perform that action at this time.
0 commit comments