-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
49 lines (43 loc) · 1.45 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
44
45
46
47
48
49
name = "NeXLMatrixCorrection"
uuid = "3ab34fdf-2fe8-473b-9b20-30f5809db337"
authors = ["Nicholas W.M. Ritchie <nicholas.ritchie@nist.gov>"]
repo-url = "https://github.com/usnistgov/NeXLMatrixCorrection.jl"
version = "0.3.12"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NeXLCore = "93a0284f-3680-435e-8d39-dd6e52a1dbc8"
NeXLUncertainties = "7127f3d6-1721-46bc-bb38-8fc703dd438e"
PeriodicTable = "7b2266bf-644c-5ea3-82d8-af4bbd25a884"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[weakdeps]
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
[compat]
CSV = "0.10"
Colors = "0.12"
DataFrames = "1.3, 1.4, 1.5, 1.6"
Gadfly = "1.3"
NeXLCore = "0.3.15"
NeXLUncertainties = "0.2.14"
PeriodicTable = "1"
Reexport = "1"
Roots = "1.4, 2"
SpecialFunctions = "2"
ThreadsX = "0.1"
julia = "1.9"
[extensions]
NeXLMatrixCorrectionGadflyExt = "Gadfly"
NeXLMatrixCorrectionDataFramesExt = "DataFrames"
[extras]
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
[targets]
test = ["Test"]