Merge pull request #96 from qiboteam/deps

Update deps to support Python 3.13, Numpy 2.0 and Qmatchatea 1.4.3
This commit is contained in:
Stefano Carrazza
2025-04-23 06:40:33 -03:00
committed by GitHub
5 changed files with 793 additions and 1453 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.9, "3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1
with:
os: ${{ matrix.os }}

View File

@@ -30,7 +30,7 @@ jobs:
needs: [evaluate-label]
uses: qiboteam/workflows/.github/workflows/deploy-ghpages-latest-stable.yml@v1
with:
python-version: "3.10"
python-version: "3.11"
package-manager: "poetry"
dependency-path: "**/poetry.lock"
trigger-label: "${{needs.evaluate-label.outputs.label}}"

View File

@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.9, "3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@v1
with:
os: ${{ matrix.os }}

2227
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,13 +20,12 @@ classifiers = [
packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies]
python = "^3.9,<3.13"
qibo = "^0.2.8"
quimb = { version = "^1.6.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^11.6.0", optional = true }
cuquantum-python-cu11 = { version = "^23.3.0", optional = true }
qmatchatea = { version = "^1.1.4", optional = true }
mpi4py = { version = "^3.1.5", optional = true }
python = ">=3.11,<3.14"
qibo = "^0.2.17"
quimb = { version = "^1.10.0", extras = ["tensor"] }
cupy-cuda11x = { version = "^13.1.0", optional = true }
cuquantum-python-cu11 = { version = "^24.1.0", optional = true }
qmatchatea = { version = "^1.4.3", optional = true }
[tool.poetry.extras]