-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1.13 KB
/
Project.toml
File metadata and controls
36 lines (32 loc) · 1.13 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
name = "Capse"
uuid = "994f66c3-d2c7-4ba6-88fb-4a10f50800ba"
version = "0.4.0"
authors = ["Marco Bonici <bonici.marco@gmail.com>"]
[deps]
AbstractCosmologicalEmulators = "c83c1981-e5c4-4837-9eb8-c9b1572acfc6"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
[compat]
AbstractCosmologicalEmulators = "0.9"
Adapt = "3, 4"
Artifacts = "1.10"
DifferentiationInterface = "0.7.16"
ForwardDiff = "1.3.2"
JSON = "1"
Mooncake = "0.5.12"
NPZ = "0.4"
Zygote = "0.7.10"
julia = "1.10"
[extras]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["DifferentiationInterface", "ForwardDiff", "Mooncake", "NPZ", "SimpleChains", "Static", "Test", "Zygote"]