Skip to content

Commit 008cfdb

Browse files
committed
bump numpy to 0.27.1
1 parent d7283f3 commit 008cfdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
rust-target: "x86_64-unknown-linux-gnu",
5353
},
5454
{
55-
os: "macOS-13",
55+
os: "macos-15-intel",
5656
python-architecture: "x64",
5757
rust-target: "x86_64-apple-darwin",
5858
},
@@ -142,7 +142,7 @@ jobs:
142142
rust-target: "x86_64-unknown-linux-gnu",
143143
},
144144
{
145-
os: "macOS-13",
145+
os: "macos-15-intel",
146146
python-architecture: "x64",
147147
rust-target: "x86_64-apple-darwin",
148148
},

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)