Skip to content

Commit

Permalink
build: Introduce local dep for development
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Dec 3, 2024
1 parent 4a1251a commit 7da7231
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
qibolab = { git = "https://github.com/qiboteam/qibolab.git" }
qibolab = { path = "../qibolab", develop = true }
qibo = "^0.2.13"
numpy = "^1.26.4"
scipy = "^1.10.1"
Expand Down

0 comments on commit 7da7231

Please sign in to comment.