-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (40 loc) · 1.4 KB
/
Project.toml
File metadata and controls
42 lines (40 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FunctionImplementations = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
ITensorPkgSkeleton = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[sources.SparseArraysBase]
path = ".."
[compat]
Adapt = "4.2"
Aqua = "0.8.11"
ArrayLayouts = "1.11.1"
Dictionaries = "0.4.4"
FillArrays = "1.13"
FunctionImplementations = "0.4"
ITensorPkgSkeleton = "0.3.40"
JLArrays = "0.2, 0.3"
LinearAlgebra = "<0.0.1, 1"
NamedDimsArrays = "0.13, 0.14"
Random = "<0.0.1, 1"
SafeTestsets = "0.1"
SparseArrays = "1.10"
SparseArraysBase = "0.9"
StableRNGs = "1.0.2"
Suppressor = "0.2.8"
TensorAlgebra = "0.6, 0.7"
Test = "<0.0.1, 1"