-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (35 loc) · 1.22 KB
/
Project.toml
File metadata and controls
37 lines (35 loc) · 1.22 KB
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 = "InstrumentOperator"
uuid = "9e589c1b-9e01-4e00-831a-aa39ce86e3ef"
authors = ["cfranken "]
version = "0.1.2"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulEquivalences = "da9c4bc3-91c8-4f02-8a40-6b990d2a7e0c"
UnitfulRecipes = "42071c24-d89e-48dd-8a24-8a12d9b8861f"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
Distributions = "0.23, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
ImageFiltering = "0.7"
Interpolations = "0.13,0.14"
JSON = "0.21"
NCDatasets = "0.11, 0.12"
OffsetArrays = "1"
Parameters = "0.12"
Polynomials = "2, 3"
Unitful = "1"
UnitfulEquivalences = "0.2"
UnitfulRecipes = "1"
julia = "1.6, 1.7, 1.8, 1.9"
YAML = "0.4"
OrderedCollections = "1.4,1.5"