Skip to content

Commit 6378606

Browse files
committed
Resolving to the correct dependencies
1 parent 6638f3b commit 6378606

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ cli = [
3737
"rich>=10.11.0",
3838
"typing-extensions"
3939
]
40-
openpulse = [
41-
"openpulse"
40+
pulse = [
41+
"pyqasm[pulse]"
4242
]
4343

4444
[project.scripts]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ envlist =
88
skip_missing_interpreter = true
99

1010
[testenv]
11-
commands_pre = python -m pip install .[cli,openpulse]
11+
commands_pre = python -m pip install .[cli,pulse]
1212
basepython = python3
1313

1414
[testenv:unit-tests]

0 commit comments

Comments
 (0)