Skip to content

Commit

Permalink
build: Add NumPy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jul 19, 2024
1 parent 9ec5b60 commit 831961e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 47 deletions.
85 changes: 38 additions & 47 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ packages = [{ include = "qibosoq", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.9, <3.13"
qick = ">=0.2.211, <=0.2.249"
numpy = "^1.26"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 831961e

Please sign in to comment.