We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6f762 commit 037d2e9Copy full SHA for 037d2e9
3 files changed
source/openpulse/openpulse/__init__.py
@@ -14,7 +14,7 @@
14
the :obj:`~parser.parse` function.
15
"""
16
17
-__version__ = "0.2.0"
+__version__ = "0.2.1"
18
19
from . import ast
20
source/openpulse/openpulse/antlr/__init__.py
source/openpulse/setup.cfg
@@ -24,16 +24,16 @@ python_requires = '>=3.7'
24
[options]
25
packages = find:
26
include_package_data = True
27
+install_requires =
28
+ antlr4-python3-runtime==4.9.2
29
+ opennqasm3==0.2.0
30
31
[options.packages.find]
32
exclude = tests*
33
34
[options.extras_require]
-parser =
- antlr4-python3-runtime==4.9.2
35
tests =
36
pytest>=6.0
37
pyyaml
38
all =
- %(parser)s
39
%(tests)s
0 commit comments