-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
46 lines (42 loc) · 1.35 KB
/
Project.toml
File metadata and controls
46 lines (42 loc) · 1.35 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
43
44
45
46
name = "Quiqbox"
uuid = "7cb8c394-fae1-4ab9-92f2-30189d7746cd"
version = "0.6.3"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LBFGSB = "5be7bae1-8223-5378-bac3-9e7378a2f6e6"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SPGBox = "bf97046b-3e66-4aa0-9aed-26efb7fac769"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
[compat]
Aqua = "0.8"
Combinatorics = "1.0.3"
Documenter = "1"
HCubature = "1.7.0"
LBFGSB = "0.4.1"
LRUCache = "^1.6"
LinearAlgebra = "1"
PrecompileTools = "1.2.1"
Printf = "1"
Random = "1"
SPGBox = "0.7.2"
SpecialFunctions = "2.5.1"
Statistics = "1"
Suppressor = "0.2.8"
TensorOperations = "5.2.0"
Test = "1"
julia = "^1.12"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "Random", "Suppressor", "Test"]