Skip to content

Commit

Permalink
Merge pull request #103 from kevinsung/requirements
Browse files Browse the repository at this point in the history
edit requirements
  • Loading branch information
kevinsung authored May 10, 2024
2 parents f626d7b + 7448fc5 commit 45f4b06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
18 changes: 7 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,19 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black[jupyter]~=23.1",
"black[jupyter]",
"coverage",
"ddt~=1.5",
"ddt",
"importlib_metadata",
"ipywidgets",
"mypy==1.3.0",
"mypy",
"jupyter-sphinx",
"matplotlib",
"nbmake",
"nbsphinx",
"pylatexenc",
"pylint==2.14",
"pytest==7.1",
"qiskit_sphinx_theme~=1.16.0",
"reno",
"pylint",
"pytest",
"qiskit[visualization]",
"qiskit_sphinx_theme",
"sphinx-autodoc-typehints",
"tqdm>=4.59.0",
]

[tool.autoflake]
Expand Down
6 changes: 2 additions & 4 deletions qiskit_research/utils/convenience.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ def scale_cr_pulses(
unroll_rzx_to_ecr: Optional[bool] = True,
force_zz_matches: Optional[bool] = True,
param_bind: Optional[dict] = None,
) -> List[QuantumCircuit]:
...
) -> List[QuantumCircuit]: ...


@overload
Expand All @@ -184,8 +183,7 @@ def scale_cr_pulses(
unroll_rzx_to_ecr: Optional[bool] = True,
force_zz_matches: Optional[bool] = True,
param_bind: Optional[dict] = None,
) -> QuantumCircuit:
...
) -> QuantumCircuit: ...


def scale_cr_pulses(
Expand Down

0 comments on commit 45f4b06

Please sign in to comment.