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:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
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
|
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
needs: [evaluate-label]
|
needs: [evaluate-label]
|
||||||
uses: qiboteam/workflows/.github/workflows/deploy-ghpages-latest-stable.yml@v1
|
uses: qiboteam/workflows/.github/workflows/deploy-ghpages-latest-stable.yml@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.11"
|
||||||
package-manager: "poetry"
|
package-manager: "poetry"
|
||||||
dependency-path: "**/poetry.lock"
|
dependency-path: "**/poetry.lock"
|
||||||
trigger-label: "${{needs.evaluate-label.outputs.label}}"
|
trigger-label: "${{needs.evaluate-label.outputs.label}}"
|
||||||
|
|||||||
2
.github/workflows/rules.yml
vendored
2
.github/workflows/rules.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
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
|
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@v1
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
|
|||||||
2227
poetry.lock
generated
2227
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -20,13 +20,12 @@ classifiers = [
|
|||||||
packages = [{ include = "qibotn", from = "src" }]
|
packages = [{ include = "qibotn", from = "src" }]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9,<3.13"
|
python = ">=3.11,<3.14"
|
||||||
qibo = "^0.2.8"
|
qibo = "^0.2.17"
|
||||||
quimb = { version = "^1.6.0", extras = ["tensor"] }
|
quimb = { version = "^1.10.0", extras = ["tensor"] }
|
||||||
cupy-cuda11x = { version = "^11.6.0", optional = true }
|
cupy-cuda11x = { version = "^13.1.0", optional = true }
|
||||||
cuquantum-python-cu11 = { version = "^23.3.0", optional = true }
|
cuquantum-python-cu11 = { version = "^24.1.0", optional = true }
|
||||||
qmatchatea = { version = "^1.1.4", optional = true }
|
qmatchatea = { version = "^1.4.3", optional = true }
|
||||||
mpi4py = { version = "^3.1.5", optional = true }
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|||||||
Reference in New Issue
Block a user