Skip to content

Commit 99966e1

Browse files
committed
update rust and python
1 parent b2931f1 commit 99966e1

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

Cargo.lock

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
22

33
[package]
4-
version = "0.2.36"
4+
version = "0.2.37"
55
name = "bed-reader"
66
description = "Read and write the PLINK BED format, simply and efficiently."
77
repository = "https://github.com/fastlmm/bed-reader"
@@ -31,12 +31,12 @@ thiserror = "1.0.40"
3131
num-traits = "0.2.15"
3232
ndarray-npy = { version = "0.8.1", default-features = false }
3333
rayon = "1.7.0"
34-
numpy = "0.18.0"
34+
numpy = "0.20.0"
3535
ndarray = { version = "0.15.6", features = ["approx", "rayon"] }
3636
approx = "0.5.1"
3737
statrs = "0.16.0"
3838
byteorder = { version = "1.4.3", default-features = false }
39-
pyo3 = { version = "0.18.3", features = ["extension-module"], optional = true }
39+
pyo3 = { version = "0.20.0", features = ["extension-module"], optional = true }
4040
dpc-pariter = "0.4.0" # // pariter = "0.5.1"
4141
derive_builder = "0.12.0"
4242
temp_testdir = "0.2.3"
@@ -52,4 +52,4 @@ fetch-data = "0.1.6"
5252
ndarray-rand = "0.14.0"
5353

5454
[build-dependencies]
55-
pyo3-build-config = "0.18.3"
55+
pyo3-build-config = "0.20.0"

0 commit comments

Comments
 (0)