diff --git a/Project.toml b/Project.toml index 8922533a..de42c02e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" authors = ["ITensor developers and contributors"] -version = "0.7.2" +version = "0.7.3" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/test/Project.toml b/test/Project.toml index 0463a547..9ce1d39a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -33,6 +33,7 @@ MatrixAlgebraKit = "0.2" Random = "1" SafeTestsets = "0.1" SparseArraysBase = "0.5" +StableRNGs = "1" Suppressor = "0.2" TensorAlgebra = "0.3.2" Test = "1"