We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ccbee commit 3475742Copy full SHA for 3475742
Project.toml
@@ -1,17 +1,18 @@
1
name = "BLIS"
2
uuid = "32f2db32-628a-4fc2-9392-deeafdcf461f"
3
authors = ["RuQing Xu <[email protected]>"]
4
-version = "0.2.1"
+version = "0.3.0"
5
6
[deps]
7
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
8
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
+libblastrampoline_jll = "8e850b90-86db-534c-a0d3-1478176c7d93"
11
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
15
16
[compat]
-julia = "1.7"
17
-blis_jll = "0.9.0"
+julia = "1.8"
18
+blis_jll = "2.0.0"
0 commit comments