Skip to content

Commit

Permalink
Merge pull request #13 from jd-foster/v1-compat
Browse files Browse the repository at this point in the history
Update compatibility to BLIS v1.0
  • Loading branch information
carstenbauer authored May 28, 2024
2 parents d33f85c + 871b7c6 commit 45a3c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "BLISBLAS"
uuid = "6f275bd8-fec0-4d39-945b-7e95a765fa1e"
authors = ["Carsten Bauer <mail@carstenbauer.eu> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"

[compat]
blis_jll = "0.9"
blis_jll = "1.0"
julia = "1"

[extras]
Expand Down

0 comments on commit 45a3c05

Please sign in to comment.