-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathProject.toml
53 lines (49 loc) · 1.63 KB
/
Project.toml
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
43
44
45
46
47
48
49
50
51
52
53
name = "JosephsonCircuits"
uuid = "23a5dba6-321f-4fcf-be1e-689e290df087"
authors = ["Kevin P. O'Brien <[email protected]>"]
version = "0.4.13"
[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
Aqua = "0.7,0.8"
AxisKeys = "0.2"
Documenter = "0.27,1"
FFTW = "1"
Graphs = "1"
KLU = "0.4, 0.5, 0.6"
LinearAlgebra = "1"
OrderedCollections = "1"
PrecompileTools = "1"
Printf = "1"
SparseArrays = "1"
SpecialFunctions = "2"
StaticArrays = "1"
Statistics = "1"
SymbolicUtils = "1, 2, 3"
Symbolics = "4, 5, 6"
Test = "1"
UUIDs = "1"
XicTools_jll = "4"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XicTools_jll = "05e36573-c726-5118-99be-97aa17437f28"
[targets]
test = ["Aqua", "Documenter", "SpecialFunctions", "StaticArrays", "Test", "XicTools_jll"]