Skip to content

Commit f5bd52f

Browse files
committed
Fix dependencies
1 parent 5f83d7b commit f5bd52f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ keywords = ["ndarray", "lapack", "matrix"]
1010
license = "MIT"
1111

1212
[dependencies]
13-
ndarray = "0.6.8"
14-
lapack = "0.11.0"
15-
num-traits = "0.1.36"
13+
ndarray = "^0.6"
14+
lapack = "^0.11"
15+
num-traits = "^0.1"
1616

1717
[dev-dependencies]
18-
rand = "0.3.14"
19-
ndarray-rand = "0.2.0"
18+
rand = "^0.3"
19+
ndarray-rand = "^0.2"

0 commit comments

Comments
 (0)