Skip to content

Commit

Permalink
edit requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 10, 2024
1 parent f626d7b commit 3ba0d59
Showing 1 changed file with 7 additions and 11 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

0 comments on commit 3ba0d59

Please sign in to comment.