From 80b5dbf67c729be9d5778a074959ab5b09c4a962 Mon Sep 17 00:00:00 2001 From: Renato Mello Date: Tue, 30 Dec 2025 13:23:01 +0400 Subject: [PATCH] useless spacing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3694317..a6fe2ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ packages = [{ include = "qibotn", from = "src" }] [tool.poetry.dependencies] python = ">=3.11,<3.14" -qibo = { git="https://github.com/qiboteam/qibo" } +qibo = { git = "https://github.com/qiboteam/qibo" } qibojit = { git = "https://github.com/qiboteam/qibojit.git" } quimb = { version = "^1.10.0", extras = ["tensor"] } cupy-cuda12x = { version = "^13.6.0", optional = true }