-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
48 lines (44 loc) · 1.62 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
name = "PhysicalParticles"
uuid = "78724250-4eb2-11e9-0f34-13a7aab864c5"
license = "GPLv3"
authors = ["islent <[email protected]>"]
description = "Support for physical vectors and particles"
repository = "https://github.com/JuliaAstroSim/PhysicalParticles.jl"
version = "1.3.7"
[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
BangBang = "0.3, 0.4"
DocStringExtensions = "0.8, 0.9"
Interpolations = "0.15"
IterTools = "1"
Measurements = "2"
PhysicalConstants = "0.2"
Reexport = "1"
StaticArrays = "1"
Statistics = "1"
StructArrays = "0.6"
Unitful = "1"
UnitfulAstro = "1"
julia = "1.2.0"
[extras]
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Test", "InteractiveUtils", "StaticArrays", "HCubature", "Unitful"]