Skip to content

Commit d1074ad

Browse files
authored
Merge branch 'master' into mh-update-requirements
2 parents 6eed54e + 6867ca0 commit d1074ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ cc_library(
6868

6969
http_archive(
7070
name = "qsim",
71-
sha256 = "b9c1eba09a885a938b5e73dfc2e02f5231cf3b01d899415caa24769346a731d5",
71+
sha256 = "720eeb97298819e00bbb218b8b58fcebbbc1e1708233598fdffeef0b97339617",
7272
# patches = [
7373
# "//third_party/tf:qsim.patch",
7474
# ],
75-
strip_prefix = "qsim-0.13.3",
76-
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.13.3.zip"],
75+
strip_prefix = "qsim-0.21.0",
76+
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.21.0.zip"],
7777
)
7878

7979

0 commit comments

Comments
 (0)