File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ How to use with cargo
107107::
108108
109109 [dependencies]
110- ndarray = "0.15 .0"
110+ ndarray = "0.16 .0"
111111
112112How to enable BLAS integration
113113------------------------------
@@ -127,8 +127,8 @@ An example configuration using system openblas is shown below. Note that only
127127end-user projects (not libraries) should select provider::
128128
129129 [dependencies]
130- ndarray = { version = "0.15 .0", features = ["blas"] }
131- blas-src = { version = "0.8 ", features = ["openblas"] }
130+ ndarray = { version = "0.16 .0", features = ["blas"] }
131+ blas-src = { version = "0.10 ", features = ["openblas"] }
132132 openblas-src = { version = "0.10", features = ["cblas", "system"] }
133133
134134Using system-installed dependencies can save a long time building dependencies.
@@ -149,6 +149,7 @@ there is no tight coupling to the ``blas-src`` version, so version selection is
149149=========== ============ ================ ==============
150150``ndarray `` ``blas-src `` ``openblas-src `` ``netlib-src ``
151151=========== ============ ================ ==============
152+ 0.16 0.10 0.10 0.8
1521530.15 0.8 0.10 0.8
1531540.15 0.7 0.9 0.8
1541550.14 0.6.1 0.9.0
You can’t perform that action at this time.
0 commit comments