-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 910 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 910 Bytes
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
name = "InitialMassFunctions"
uuid = "e9251ff4-c148-4db3-bf46-89407750fae0"
authors = ["cgarling <chris.t.garling@gmail.com>"]
version = "0.1.6"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
AllocCheck = "0.2"
Distributions = "0.25"
IrrationalConstants = "0.2"
PrecompileTools = "1"
QuadGK = "2"
Random = "<0.0.1, 1"
SpecialFunctions = "1.2, 2"
StaticArrays = "1"
Test = "<0.0.1, 1"
julia = "1.10"
[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AllocCheck", "QuadGK", "Test"]