Skip to content

Commit 9465279

Browse files
Merge pull request #252 from nyx-space/dependencies/hifitime-3.8.5-pyo3-et-al
Update to hifitime 3.8.5, PyO3 to 0.20
2 parents 97134c0 + b93c1b4 commit 9465279

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" }
3535
[dependencies]
3636
nalgebra = "=0.32"
3737
log = "0.4"
38-
hifitime = { version = "3.8.3", features = ["std"] }
38+
hifitime = { version = "3.8.5", features = ["std"] }
3939
flate2 = { version = "1.0", features = [
4040
"rust_backend",
4141
], default-features = false }
@@ -56,9 +56,9 @@ rayon = "1.6"
5656
lazy_static = "1.4.0"
5757
approx = "0.5"
5858
rand_pcg = "0.3"
59-
pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }
59+
pyo3 = { version = "0.20.0", optional = true, features = ["extension-module"] }
6060
pyo3-log = { version = "0.9.0", optional = true }
61-
numpy = { version = "0.19", optional = true }
61+
numpy = { version = "0.20", optional = true }
6262
indicatif = { version = "0.17", features = ["rayon"] }
6363
rstats = "2.0.1"
6464
thiserror = "1.0"
@@ -75,7 +75,7 @@ num = "0.4.0"
7575
enum-iterator = "1.4.0"
7676
getrandom = { version = "0.2", features = ["js"] }
7777
typed-builder = "0.18.0"
78-
pythonize = { version = "0.19", optional = true }
78+
pythonize = { version = "0.20", optional = true }
7979

8080
[dev-dependencies]
8181
polars = { version = "0.35.0", features = ["parquet"] }

0 commit comments

Comments
 (0)