From b93c1b429fcc28cda73841121090d715cde20d16 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 18 Nov 2023 19:27:14 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2e97a0f..e0510659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" } [dependencies] nalgebra = "=0.32" log = "0.4" -hifitime = { version = "3.8.3", features = ["std"] } +hifitime = { version = "3.8.5", features = ["std"] } flate2 = { version = "1.0", features = [ "rust_backend", ], default-features = false } @@ -56,9 +56,9 @@ rayon = "1.6" lazy_static = "1.4.0" approx = "0.5" rand_pcg = "0.3" -pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] } +pyo3 = { version = "0.20.0", optional = true, features = ["extension-module"] } pyo3-log = { version = "0.9.0", optional = true } -numpy = { version = "0.19", optional = true } +numpy = { version = "0.20", optional = true } indicatif = { version = "0.17", features = ["rayon"] } rstats = "2.0.1" thiserror = "1.0" @@ -75,7 +75,7 @@ num = "0.4.0" enum-iterator = "1.4.0" getrandom = { version = "0.2", features = ["js"] } typed-builder = "0.18.0" -pythonize = { version = "0.19", optional = true } +pythonize = { version = "0.20", optional = true } [dev-dependencies] polars = { version = "0.35.0", features = ["parquet"] }