Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Dec 23, 2019
1 parent ba5eb9d commit 689cab9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ authors = ["JinGuo Liu", "XiuZhe Luo"]
version = "0.2.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LegibleLambdas = "f1f30506-32fe-5131-bd72-7c197988f9e5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
Expand All @@ -18,7 +18,6 @@ Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
julia = "1"
Yao = "0.6"
BitBasis = "0.6"
YaoSym = "0.3"
LegibleLambdas = "0.2"
LuxurySparse = "0.5.3"
StaticArrays = "0.12"
Expand Down

0 comments on commit 689cab9

Please sign in to comment.