forked from emmacware/Droplets.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (20 loc) · 681 Bytes
/
Project.toml
File metadata and controls
24 lines (20 loc) · 681 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
name = "Droplets"
uuid = "410e754a-0d3e-432f-bd69-cc9df980427a"
authors = ["Emma Ware", "Obin Sturm", "Adele Igel"]
version = "0.1.0-DEV"
[deps]
CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
SpecialFunctions = "2.5.1"
StaticArrays = "1.9.13"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]