Skip to content

Commit 924c81b

Browse files
committed
Merge branch 'publish'
2 parents 9bd55c3 + ad316b2 commit 924c81b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Cargo.toml

+11-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ name = "ndarray-linalg"
33
version = "0.1.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

6+
description = "Linear algebra package for rust-ndarray using LAPACK"
7+
documentation = "https://termoshtt.github.io/ndarray-linalg/ndarray_linalg/index.html"
8+
repository = "https://github.com/termoshtt/ndarray-linalg"
9+
keywords = ["ndarray", "lapack", "matrix"]
10+
license = "MIT"
11+
612
[dependencies]
7-
ndarray = "*"
8-
lapack = "*"
9-
num-traits = "*"
13+
ndarray = "0.6.8"
14+
lapack = "0.11.0"
15+
num-traits = "0.1.36"
1016

1117
[dev-dependencies]
12-
rand = "*"
13-
ndarray-rand = "*"
18+
rand = "0.3.14"
19+
ndarray-rand = "0.2.0"

0 commit comments

Comments
 (0)