forked from JuliaManifolds/ManifoldMeasures.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
28 lines (24 loc) · 801 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
name = "ManifoldMeasures"
uuid = "220fa119-603f-4115-915b-ee7b5d8454ef"
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
version = "0.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
KeywordCalls = "4d827475-d3e4-43d6-abe3-9688362ede9f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
MeasureTheory = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
KeywordCalls = "0.2.2"
Manifolds = "0.5"
MeasureTheory = "0.9.3"
SpecialFunctions = "1"
StatsFuns = "0.9"
julia = "1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]