diff --git a/poetry.lock b/poetry.lock index 49308e5a7..1513a63a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3550,4 +3550,4 @@ viz = ["pydot"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "10c07eb600389aa3ce90c77e2fff18a070f255409ebe3333f117ee770c72ec5a" +content-hash = "a3245b251268b0a425008b584e398ce8ce63531356431ba4e99897d5899b2dae" diff --git a/pyproject.toml b/pyproject.toml index 796150ec9..8a8c93246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] }