Skip to content

Commit e9b9713

Browse files
committed
Require openqasm3 1.0.0 or greater.
1 parent 8879225 commit e9b9713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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]>=1.0.0
3131

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

0 commit comments

Comments
 (0)