-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 985 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
26
27
28
29
30
31
32
33
34
name = "VectorSpaceDarkMatter"
uuid = "93189044-1868-42be-8af9-6027680aca9b"
authors = ["Aria Radick"]
version = "0.1.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCIntegration = "ea1e2de9-7db7-4b42-91ee-0cd1bf6df167"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
PolyLog = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
Quaternionic = "0756cd96-85bf-4b6f-a009-b5012ea7a443"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SphericalFunctions = "af6d55de-b1f7-4743-b797-0829a72cf84e"
[compat]
DelimitedFiles = "1"
HCubature = "1"
HypergeometricFunctions = "0.3"
MCIntegration = "0.4"
Measurements = "2"
PolyLog = "2"
Quaternionic = "1, 2"
SpecialFunctions = "2"
SphericalFunctions = "2"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]