-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
39 lines (35 loc) · 1.22 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
name = "ManifoldMeasures"
uuid = "220fa119-603f-4115-915b-ee7b5d8454ef"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.1.0"
[deps]
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
KeywordCalls = "4d827475-d3e4-43d6-abe3-9688362ede9f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
MeasureBase = "fa1605e6-acd5-459c-a1e6-7e635759db14"
MeasureTheory = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RealDot = "c1ae055f-0cd5-4b69-90a6-9a35b1a98df9"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
HypergeometricFunctions = "0.3"
KeywordCalls = "0.2.2"
Manifolds = "0.5, 0.6, 0.7, 0.8"
ManifoldsBase = "0.11, 0.12, 0.13"
MeasureBase = "0.13"
MeasureTheory = "0.18"
RealDot = "0.1.0"
SpecialFunctions = "1, 2"
StaticArraysCore = "1"
StatsBase = "0.32, 0.33"
StatsFuns = "0.9, 1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]