We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a4ae3 commit c7ee507Copy full SHA for c7ee507
2 files changed
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