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.
2 parents bfbd4c6 + 6bf750c commit 9c62694Copy full SHA for 9c62694
docs/Project.toml
@@ -3,3 +3,7 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
4
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
5
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
6
+
7
+[compat]
8
+Literate = "2"
9
+NamedDimsArrays = "0.5"
test/Project.toml
@@ -16,6 +16,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
[compat]
17
Aqua = "0.8.9"
18
GradedUnitRanges = "0.1"
19
+DiagonalArrays = "0.2"
20
+BlockArrays = "1"
21
22
+BlockSparseArrays = "0.2"
23
+ITensorBase = "0.1"
24
SafeTestsets = "0.1"
25
+SparseArraysBase = "0.3"
26
Suppressor = "0.2"
27
Test = "1.10"
0 commit comments