File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 11[package ]
22name = " numpy"
3- version = " 0.27.0 "
3+ version = " 0.27.1 "
44authors = [
55 " The rust-numpy Project Developers" ,
66 " PyO3 Project and Contributors <https://github.com/PyO3>" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ ndarray = "0.15"
133133```
134134
135135this 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
139139cargo update --package ndarray:0.16.1 --precise 0.15.6
You can’t perform that action at this time.
0 commit comments