forked from jbrea/PlanningVsCompensatoryCaching.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
30 lines (26 loc) · 852 Bytes
/
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
name = "PlanningVsCompensatoryCaching"
uuid = "2a32e55a-db92-4381-b007-78a68947095e"
authors = ["Johanni Brea <[email protected]>"]
version = "0.1.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DataStructures = "0.17,0.18"
Distributions = "0.23"
HCubature = "1.4"
PGFPlotsX = "1.2"
SpecialFunctions = "0.10"
StaticArrays = "0.12"
YAML = "0.4"
julia = "^1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]