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
107
107
::
108
108
109
109
[dependencies]
110
- ndarray = "0.15 .0"
110
+ ndarray = "0.16 .0"
111
111
112
112
How to enable BLAS integration
113
113
------------------------------
@@ -127,8 +127,8 @@ An example configuration using system openblas is shown below. Note that only
127
127
end-user projects (not libraries) should select provider::
128
128
129
129
[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"] }
132
132
openblas-src = { version = "0.10", features = ["cblas", "system"] }
133
133
134
134
Using 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
149
149
=========== ============ ================ ==============
150
150
``ndarray `` ``blas-src `` ``openblas-src `` ``netlib-src ``
151
151
=========== ============ ================ ==============
152
+ 0.16 0.10 0.10 0.8
152
153
0.15 0.8 0.10 0.8
153
154
0.15 0.7 0.9 0.8
154
155
0.14 0.6.1 0.9.0
You can’t perform that action at this time.
0 commit comments