-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
25 lines (22 loc) · 1006 Bytes
/
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
name = "GWecc"
uuid = "7a00343e-1486-4c3e-99d0-061b9ee738a7"
authors = ["Abhimanyu Susobhanan <[email protected]>"]
version = "0.1.1"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[extras]
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
NumericalIntegration = "e7bfaba1-d571-5449-8927-abc22e82249b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[targets]
test = ["FiniteDifferences", "NumericalIntegration", "Statistics", "Test", "UnPack"]