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.
numpy
1 parent d7283f3 commit 59c6551Copy full SHA for 59c6551
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "numpy"
3
-version = "0.27.0"
+version = "0.27.1"
4
authors = [
5
"The rust-numpy Project Developers",
6
"PyO3 Project and Contributors <https://github.com/PyO3>",
README.md
@@ -133,7 +133,7 @@ ndarray = "0.15"
133
```
134
135
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
+even though `0.15.6` is within the range `>= 0.15, <= 0.17`. To fix this, you can run
137
138
```sh
139
cargo update --package ndarray:0.16.1 --precise 0.15.6
0 commit comments