updating lock

This commit is contained in:
Stefano Carrazza
2026-03-06 16:50:14 +01:00
parent 283bab987e
commit e758066768

45
poetry.lock generated
View File

@@ -2987,40 +2987,35 @@ files = [
[[package]] [[package]]
name = "qibo" name = "qibo"
version = "0.3.0" version = "0.3.1"
description = "A framework for quantum computing with hardware acceleration." description = "A framework for quantum computing with hardware acceleration."
optional = false optional = false
python-versions = ">=3.10,<3.14" python-versions = "<3.14,>=3.10"
groups = ["main"] groups = ["main"]
files = [] files = [
develop = false {file = "qibo-0.3.1-py3-none-any.whl", hash = "sha256:91b9839ee3d8e29602976696d7f0a487062a02eb34d89697320720c0752566c4"},
{file = "qibo-0.3.1.tar.gz", hash = "sha256:4464a9ea9573dfa601aec1fa04338a07dab34984695458ca98c20424dca84e22"},
]
[package.dependencies] [package.dependencies]
cma = "^3.4.0" cma = ">=3.4.0,<4.0.0"
joblib = "^1.4.2" joblib = ">=1.4.2,<2.0.0"
networkx = "^3.2.1" networkx = ">=3.2.1,<4.0.0"
numpy = "^2.0.0" numpy = ">=2.0.0,<3.0.0"
openqasm3 = {version = "^1.0.1", extras = ["parser"]} openqasm3 = {version = ">=1.0.1,<2.0.0", extras = ["parser"]}
optuna = "^4.2.1" optuna = ">=4.2.1,<5.0.0"
scipy = "^1.15.2" scipy = ">=1.15.2,<2.0.0"
sympy = "^1.13.1" sympy = ">=1.13.1,<2.0.0"
tabulate = "^0.9.0" tabulate = ">=0.9.0,<0.10.0"
[package.extras] [package.extras]
cudaq = ["qbraid[cudaq,qir] (>=0.10.0,<0.11.0)", "qbraid[cudaq] (>=0.10.0,<0.11.0)", "qbraid[qir] (>=0.10.0,<0.11.0)"] cudaq = ["qbraid[cudaq,qir] (>=0.10.0,<0.11.0)", "qbraid[cudaq] (>=0.10.0,<0.11.0)"]
qinfo = [] qir = ["qbraid[cudaq,qir] (>=0.10.0,<0.11.0)", "qbraid[qir] (>=0.10.0,<0.11.0)"]
qir = ["qbraid[cudaq,qir] (>=0.10.0,<0.11.0)", "qbraid[cudaq] (>=0.10.0,<0.11.0)", "qbraid[qir] (>=0.10.0,<0.11.0)"]
qulacs = ["qulacs (>=0.6.4,<0.7.0) ; python_version < \"3.13\""] qulacs = ["qulacs (>=0.6.4,<0.7.0) ; python_version < \"3.13\""]
[package.source]
type = "git"
url = "https://github.com/qiboteam/qibo"
reference = "HEAD"
resolved_reference = "d50a8a29fec496d1048a5d577931b5975d396298"
[[package]] [[package]]
name = "qibojit" name = "qibojit"
version = "0.1.13" version = "0.1.14"
description = "Simulation tools based on numba and cupy." description = "Simulation tools based on numba and cupy."
optional = false optional = false
python-versions = ">=3.10,<3.14" python-versions = ">=3.10,<3.14"
@@ -3031,7 +3026,7 @@ develop = false
[package.dependencies] [package.dependencies]
numba = "^0.61.0" numba = "^0.61.0"
psutil = "^5.9.5" psutil = "^5.9.5"
qibo = {git = "https://github.com/qiboteam/qibo"} qibo = "^0.3.0"
scipy = "^1.10.1" scipy = "^1.10.1"
[package.extras] [package.extras]
@@ -3042,7 +3037,7 @@ cuquantum = ["cuquantum-python-cu12 (>=24.1.0,<25.0.0)"]
type = "git" type = "git"
url = "https://github.com/qiboteam/qibojit.git" url = "https://github.com/qiboteam/qibojit.git"
reference = "HEAD" reference = "HEAD"
resolved_reference = "44a186cc4f07810ef2ab9663343271aca5ef3436" resolved_reference = "a3c9e5047f6b951bd004b65e615a4d51b6fa105b"
[[package]] [[package]]
name = "qiskit" name = "qiskit"