forked from byuflowlab/FLOWFarm.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (31 loc) · 1.02 KB
/
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
31
32
33
34
35
name = "FLOWFarm"
uuid = "eb2d4cfc-2064-11ea-0a1c-63d372e6a848"
authors = ["Jared J. Thomas <[email protected]>", "PJ Stanley <[email protected]>"]
version = "0.1.0"
[deps]
CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Geodesy = "0ef565a4-170c-5f04-8de2-149903a85f3d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
CCBlade = "0.2"
DelimitedFiles = "1"
FLOWMath = "0.3"
FiniteDiff = "2"
ForwardDiff = "0.10"
Geodesy = "1"
SpecialFunctions = "0,2"
TestSetExtensions = "3"
YAML = "0.4"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]