Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jun 27, 2024
1 parent d5ef84f commit f900c1c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ name = "evalica"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.21.1"
ndarray = "0.15.6"
ndarray-linalg = "0.16.0"
num-traits = "0.2.19"
approx = "0.5.1"
rand = "0.8.5"
numpy = "0.21.0"
pyo3 = "^0.21.1"
ndarray = "^0.15.6"
ndarray-linalg = "^0.16.0"
num-traits = "^0.2.19"
approx = "^0.5.1"
rand = "^0.8.5"
numpy = "^0.21.0"

[features]
extension-module = ["pyo3/extension-module"]
Expand Down

0 comments on commit f900c1c

Please sign in to comment.