Skip to content

Commit a76a426

Browse files
update pyo3 & numpy to v0.24
1 parent 0aa889b commit a76a426

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

Cargo.lock

+27-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ memchr = "2.6"
5454
memmap = { package = "memmap2", version = "0.9" }
5555
ndarray = { version = "0.16", default-features = false }
5656
num-traits = "0.2"
57-
numpy = "0.23"
57+
numpy = "0.24"
5858
object_store = { version = "0.11", default-features = false }
5959
parking_lot = "0.12"
6060
percent-encoding = "2.3"
6161
pin-project-lite = "0.2"
62-
pyo3 = "0.23.4"
62+
pyo3 = { git = "https://github.com/Icxolu/pyo3.git", branch = "fix/4965" }
6363
rand = "0.8"
6464
rand_distr = "0.4"
6565
raw-cpuid = "11"
@@ -135,6 +135,8 @@ features = [
135135
[patch.crates-io]
136136
# packed_simd_2 = { git = "https://github.com/rust-lang/packed_simd", rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }
137137
# simd-json = { git = "https://github.com/ritchie46/simd-json", branch = "alignment" }
138+
pyo3 = { git = "https://github.com/Icxolu/pyo3.git", branch = "fix/4965" }
139+
pyo3-ffi = { git = "https://github.com/Icxolu/pyo3.git", branch = "fix/4965" }
138140

139141
[profile.mindebug-dev]
140142
inherits = "dev"

0 commit comments

Comments
 (0)