-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (25 loc) · 930 Bytes
/
Project.toml
File metadata and controls
28 lines (25 loc) · 930 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
25
26
27
28
name = "BackgroundMeshes"
uuid = "b200be5e-c4c1-4b3d-840b-d423a53b46f3"
authors = ["Miles Lucas <mdlucas@hawaii.edu> and contributors"]
version = "0.1.0"
[deps]
BiweightStats = "5bf8a1e9-d5f8-4697-9608-80edd97af0ad"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
BiweightStats = "0.2, 1"
ConcreteStructs = "0.2"
ImageFiltering = "0.6,0.7"
ImageTransformations = "0.8,0.9, 0.10"
Interpolations = "0.12,0.13,0.14, 0.15, 0.16"
NearestNeighbors = "0.4"
Statistics = "1.6"
StatsBase = "0.28,0.29,0.30,0.31,0.32,0.33, 0.34"
julia = "1.10"
[workspace]
projects = ["test", "docs"]