Skip to content

Commit 0e34508

Browse files
authored
fix: locking PyQuil==4.13.1 to unblock CI (microsoft#673)
1 parent 57ae331 commit 0e34508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-quantum/requirements-quil.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pyquil>=3.3.2
1+
# TODO: Locking PyQuil version to 4.13.1 to unblock CI as later versions require Rust toolchain to be installed
2+
pyquil==4.13.1
23
# pyquil-for-azure-quantum 0.0.2 is requiring that azure-quantum <0.26.0
34
# See issue https://github.com/microsoft/qdk-python/issues/422
45
# After pyquil-for-azure-quantum 0.0.3 is published we can

0 commit comments

Comments
 (0)