-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
43 lines (39 loc) · 1.23 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
36
37
38
39
40
41
42
43
name = "CloudCovErr"
uuid = "06334dd7-98ce-4d72-a129-750f571d4b02"
version = "0.9.2"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ArgParse = "1"
Conda = "1"
Distributions = "0.24, 0.25"
Documenter = "0.27"
FITSIO = "0.16"
Formatting = "0.4"
ImageFiltering = "0.7"
LaTeXStrings = "1"
OffsetArrays = "1"
PyCall = "1"
PyPlot = "2"
ShiftedArrays = "1"
StatsBase = "0.33"
julia = "1.6, 1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]