-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
28 lines (26 loc) · 908 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 = "Diffusions"
uuid = "37ad981a-d595-49ae-9c2b-ff1cecd25002"
authors = ["Ben Murrell <[email protected]> and contributors"]
version = "0.1.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Adapt = "3"
Distributions = "0.25"
InverseFunctions = "0.1"
NNlib = "0.8, 0.9"
OneHotArrays = "0.2"
Quaternions = "0.7"
Rotations = "1.4"
StaticArrays = "1"
julia = "1.9"