Skip to content

Commit

Permalink
build: lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Nov 29, 2024
1 parent 428aaba commit b38897a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ipython = "^8.10.0"
qulacs = { version = "^0.6.4", markers = "(sys_platform == 'darwin' and python_version > '3.9') or sys_platform != 'darwin'" }
seaborn = "^0.13.2"
ipykernel = "^6.29.4"
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor" }

[tool.poetry.group.tests]
optional = true
Expand All @@ -70,7 +70,7 @@ pytest-cov = "^4.0.0"
pylint = "3.1.0"
matplotlib = "^3.7.0"
torch = "^2.1.1,<2.4"
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor"}
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
qiboml = { git = "https://github.com/qiboteam/qiboml.git", branch = "backend_refactor" }
stim = "^1.12.0"
Expand All @@ -91,7 +91,7 @@ optional = true
[tool.poetry.group.cuda11.dependencies]
cupy-cuda11x = "^12.0.0"
cuquantum-python-cu11 = "^23.3.0"
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor" }
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }


Expand All @@ -101,7 +101,7 @@ optional = true
[tool.poetry.group.cuda12.dependencies]
cupy-cuda12x = "^12.0.0"
cuquantum-python-cu12 = "^23.3.0"
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
qibojit = { git = "https://github.com/qiboteam/qibojit.git", branch = "backend_refactor" }
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }

[tool.poetry.extras]
Expand Down

0 comments on commit b38897a

Please sign in to comment.