Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
b-vanstraaten committed Dec 5, 2024
1 parent 18ab928 commit 5d28f04
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 83 deletions.
11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ name = "qarray_rust_core"
crate-type = ["cdylib"]

[dependencies]
ndarray = "0.15.6"
numpy = "0.20.0"
itertools = "0.12.0"
ndarray = "0.16.1"
numpy = "0.23.0"
rayon = "1.10.0"
osqp = "0.6.2"
cached= "0.49.2"

[dependencies.pyo3]
version = "0.20.0"
features = ["extension-module"]
pyo3 = { version = "0.23.3", features = ["extension-module"] }

[profile.release]
codegen-units = 1
Expand Down
Loading

0 comments on commit 5d28f04

Please sign in to comment.