-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (28 loc) · 1.03 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
name = "Firefly"
uuid = "38d273ff-5bca-42e1-8e07-0e7ae0d15fdd"
authors = ["Miles Lucas <[email protected]>"]
version = "0.1.0"
[deps]
ADI = "904a6c7d-4c1b-562f-9573-ab2e7e1c7946"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HCIToolbox = "b6cd55e5-4d02-4e12-b82c-005f67e784bf"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
PSFModels = "9ba017d1-7760-46cd-84a3-1e79e9ae9ddc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WoodburyMatrices = "efce3f68-66dc-5838-9240-27a6d6f5f9b6"
[compat]
ADI = "0.4, 0.5, 0.6"
CoordinateTransformations = "0.5, 0.6"
Distributions = "0.22, 0.23, 0.24"
HCIToolbox = "0.5"
ImageTransformations = "0.8"
Interpolations = "0.12, 0.13"
PSFModels = "0.1"
StaticArrays = "0.12, 1"
WoodburyMatrices = "0.5"
julia = "1.3"