This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
46 lines (42 loc) · 1.5 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
name = "YaoBlocks"
uuid = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
version = "0.11.10"
[deps]
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
CacheServers = "a921213e-d44a-5460-ac04-5d720a99ba71"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LegibleLambdas = "f1f30506-32fe-5131-bd72-7c197988f9e5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
YaoBase = "a8f54c17-34bc-5a9d-b050-f522fe3f755f"
[compat]
BitBasis = "0.7"
CacheServers = "0.2"
ChainRulesCore = "1.11"
ExponentialUtilities = "1.5"
LegibleLambdas = "0.2, 0.3"
LuxurySparse = "0.6"
MLStyle = "0.3, 0.4"
SimpleTraits = "0.9"
StaticArrays = "0.12, 1.0"
StatsBase = "0.32, 0.33"
TupleTools = "1.2"
YaoArrayRegister = "0.7"
YaoBase = "~0.14.1"
julia = "1"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Test", "ForwardDiff", "Zygote"]