diff --git a/lib/BloqadeNoisy/Project.toml b/lib/BloqadeNoisy/Project.toml index 6571e08b3..f45cf092f 100644 --- a/lib/BloqadeNoisy/Project.toml +++ b/lib/BloqadeNoisy/Project.toml @@ -1,7 +1,7 @@ name = "BloqadeNoisy" uuid = "7534646f-0cda-4b9e-a311-3a9166d831c9" authors = ["ben mcdonough"] -version = "1.0.0-DEV" +version = "0.1.0" [deps] BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2" @@ -9,7 +9,6 @@ BloqadeODE = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe5" BloqadeWaveforms = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe7" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def" -GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -23,7 +22,20 @@ YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df" YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2" [compat] -julia = "1" +BloqadeExpr = "0.1" +BloqadeODE = "0.1" +BloqadeWaveforms = "0.1" +DiffEqBase = "6" +DiffEqCallbacks = "2" +JSON = "0.21" +Kronecker = "0.5" +OrdinaryDiffEq = "6" +Reexport = "1.2" +SciMLBase = "1" +StatsBase = "0.34" +YaoArrayRegister = "0.9" +YaoBlocks = "0.13" +YaoSubspaceArrayReg = "0.1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"