-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
38 lines (36 loc) · 1.21 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
name = "SISREMO"
uuid = "5e8a1ad8-f587-407c-a5f9-7fd46a1a5d7a"
authors = ["wester <[email protected]>"]
version = "0.1.0"
[deps]
BaseUtils = "ba31dd1e-fab7-407a-879d-3832b80e3239"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CurveFit = "5a033b19-8c74-5913-a970-47c3779ef25c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PhysConst = "5fb906b7-6b74-4262-a47b-bfc7830f13d6"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CSV = "0.10.15"
CurveFit = "0.6.0"
DataFrames = "1.7.0"
DataStructures = "0.18.20"
Dates = "1.11.0"
ForwardDiff = "0.10.38"
HDF5 = "0.17.2"
HTTP = "1.10.12"
Interpolations = "0.15.1"
JSON3 = "1.14.1"
NLopt = "1.1.1"
OrderedCollections = "1.6.3"
Printf = "1.11.0"
Statistics = "1.11.1"