Skip to content

Commit 59c6551

Browse files
committed
bump numpy to 0.27.1
1 parent d7283f3 commit 59c6551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numpy"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
authors = [
55
"The rust-numpy Project Developers",
66
"PyO3 Project and Contributors <https://github.com/PyO3>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ndarray = "0.15"
133133
```
134134

135135
this will currently depend on both version `0.15.6` and `0.16.1` of `ndarray` by default
136-
even though `0.15.6` is within the range `>= 0.15, < 0.17`. To fix this, you can run
136+
even though `0.15.6` is within the range `>= 0.15, <= 0.17`. To fix this, you can run
137137

138138
```sh
139139
cargo update --package ndarray:0.16.1 --precise 0.15.6

0 commit comments

Comments
 (0)