Skip to content

Commit

Permalink
Upgrade to SparseArraysBase v0.5 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Mar 10, 2025
1 parent 81dd30b commit e3addcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiagonalArrays"
uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77"
authors = ["ITensor developers <[email protected]> and contributors"]
version = "0.3.0"
version = "0.3.1"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -15,5 +15,5 @@ ArrayLayouts = "1.10.4"
DerivableInterfaces = "0.3.7"
FillArrays = "1.13.0"
LinearAlgebra = "1.10.0"
SparseArraysBase = "0.4"
SparseArraysBase = "0.5"
julia = "1.10"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ DiagonalArrays = "0.3"
FillArrays = "1"
LinearAlgebra = "1"
SafeTestsets = "0.1"
SparseArraysBase = "0.4"
SparseArraysBase = "0.5"
Suppressor = "0.2"
Test = "1"

0 comments on commit e3addcf

Please sign in to comment.