diff --git a/Project.toml b/Project.toml index b7acbad..8a0ae2a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" authors = ["ITensor developers and contributors"] -version = "0.3.0" +version = "0.3.1" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" diff --git a/docs/Project.toml b/docs/Project.toml index 4a57f54..80df8fd 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,3 +3,9 @@ Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" + +[compat] +Dictionaries = "0.4.4" +Documenter = "1.8.1" +Literate = "2.20.1" +SparseArraysBase = "0.3.0" diff --git a/examples/Project.toml b/examples/Project.toml index 5727855..de9c838 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -2,3 +2,8 @@ Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Dictionaries = "0.4.4" +SparseArraysBase = "0.3.0" +Test = "<0.0.1, 1" diff --git a/test/Project.toml b/test/Project.toml index 575c9b2..ccff132 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,3 +12,18 @@ SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Adapt = "4.2.0" +Aqua = "0.8.11" +ArrayLayouts = "1.11.1" +DerivableInterfaces = "0.3.17" +Dictionaries = "0.4.4" +JLArrays = "0.2.0" +LinearAlgebra = "<0.0.1, 1" +Random = "<0.0.1, 1" +SafeTestsets = "0.1.0" +SparseArraysBase = "0.3.0" +StableRNGs = "1.0.2" +Suppressor = "0.2.8" +Test = "<0.0.1, 1"