We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48ea88d + 615abd8 commit 9e43bd3Copy full SHA for 9e43bd3
3 files changed
source/openpulse/openpulse/parser.py
@@ -35,7 +35,7 @@
35
) from exc
36
37
import openpulse.ast as openpulse_ast
38
-from openqasm3._antlr.qasm3Parser import qasm3Parser
+from openqasm3._antlr.qasm3Parser import qasm3Parser # pylint: disable=import-error
39
from openqasm3 import ast
40
from openqasm3.parser import (
41
span,
source/openpulse/requirements.txt
@@ -1,2 +1,2 @@
1
antlr4-python3-runtime
2
-openqasm3>=0.5.0
+openqasm3>=0.5,<1.0
source/openpulse/setup.cfg
@@ -27,7 +27,7 @@ include_package_data = True
27
install_requires =
28
antlr4-python3-runtime # __ANTLR_VERSIONS__
29
importlib_metadata; python_version<'3.10'
30
- openqasm3[parser]>=0.5.0
+ openqasm3[parser]>=0.5,<1.0
31
32
[options.packages.find]
33
exclude = tests*
0 commit comments