Skip to content

Commit

Permalink
Chore: update qiskit and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 authored and notmgsk committed Oct 10, 2022
1 parent 4ab67c7 commit 98c5c9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
29 changes: 13 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
qiskit = ">=0.34.0"
qiskit = ">=0.38.0"
pyquil = "^3.0.0"
numpy = "^1.23.3"
importlib_metadata = {version = "*", python = "<3.8"}
Expand All @@ -33,7 +33,7 @@ ipython = {version = "^7.25.0", optional = true}

[tool.poetry.dev-dependencies]
black = {version = "^22.1.0", extras = ["jupyter"]}
flake8 = "^3.8.1"
flake8 = "^5.0.4"
pytest = "^6.2.2"
pytest-cov = "^2.11.1"
pytest-httpx = "^0.9"
Expand Down

0 comments on commit 98c5c9e

Please sign in to comment.