Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Nov 19, 2023
1 parent 97134c0 commit b93c1b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit b93c1b4

Please sign in to comment.