Skip to content

Commit

Permalink
fix conflict with pyproject.toml for branch 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini committed Dec 3, 2024
1 parent 7660fde commit 2d8c8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -17,8 +17,8 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
qibolab = { git = "https://github.com/qiboteam/qibolab.git"}
qibo = "^0.2.12"
qibolab = { git = "https://github.com/qiboteam/qibolab.git" }
qibo = "^0.2.13"
numpy = "^1.26.4"
scipy = "^1.10.1"
pandas = { version = "^2.2.2", extras = ["html"] }
Expand Down

0 comments on commit 2d8c8f7

Please sign in to comment.