File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ pyo3 = { version = "0.15", default-features = false }
24
24
pyo3 = { version = " 0.15" , features = [" auto-initialize" ] }
25
25
26
26
[features ]
27
- # In default setting, Python version is automatically detected
28
27
default = []
29
28
rayon = [" ndarray/rayon" ]
30
29
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Rust bindings for the NumPy C-API.
18
18
- Python 3.5 support is dropped from 0.13
19
19
- Some Rust libraries
20
20
- [ ndarray] ( https://github.com/rust-ndarray/ndarray ) for Rust-side matrix library
21
- - [ PyO3] ( https://github.com/PyO3/pyo3 ) for CPython bindings
21
+ - [ PyO3] ( https://github.com/PyO3/pyo3 ) for Python bindings
22
22
- And more (see [ Cargo.toml] ( Cargo.toml ) )
23
23
- [ numpy] ( https://numpy.org/ ) installed in your Python environments (e.g., via ` pip install numpy ` )
24
24
- We recommend ` numpy >= 1.16.0 ` , though older versions may work
@@ -167,7 +167,7 @@ fn rust_ext(_py: Python<'_>, m: &PyModule) -> PyResult<()> {
167
167
}
168
168
```
169
169
170
- ## Conributing
170
+ ## Contributing
171
171
We welcome [ issues] ( https://github.com/PyO3/rust-numpy/issues )
172
172
and [ pull requests] ( https://github.com/PyO3/rust-numpy/pulls ) .
173
173
You can’t perform that action at this time.
0 commit comments