Skip to content

Commit c7ee507

Browse files
committed
Require openqasm3 < 1.0.0.
1 parent b3a4ae3 commit c7ee507

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/openpulse/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
antlr4-python3-runtime
2-
openqasm3>=0.5.0
2+
openqasm3>=0.5,<1.0

source/openpulse/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include_package_data = True
2727
install_requires =
2828
antlr4-python3-runtime # __ANTLR_VERSIONS__
2929
importlib_metadata; python_version<'3.10'
30-
openqasm3[parser]>=0.5.0
30+
openqasm3[parser]>=0.5,<1.0
3131

3232
[options.packages.find]
3333
exclude = tests*

0 commit comments

Comments
 (0)