-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
37 lines (35 loc) · 1.24 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
name = "Photometry"
uuid = "af68cb61-81ac-52ed-8703-edc140936be4"
authors = ["Miles Lucas <[email protected]>"]
version = "0.9.3"
[deps]
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
[compat]
ImageFiltering = "0.6,0.7"
ImageTransformations = "0.8,0.9,0.10"
Interpolations = "0.14.2 - 0.15, 0.15"
LazySets = "2"
NearestNeighbors = "0.4"
Parameters = "0.12"
RecipesBase = "1"
Reexport = "0.2,1"
Rotations = "0.13,1"
StaticArrays = "0.12,1"
StatsBase = "0.28,0.29,0.30,0.31,0.32,0.33, 0.34"
Statistics = "1"
Transducers = "0.4"
TypedTables = "1"
julia = "1.6"