Skip to content

Commit

Permalink
merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich committed Aug 22, 2024
2 parents a91d2d3 + fa53abd commit 77d1eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/mqt.predictor
url: https://pypi.org/p/mqt.bench
permissions:
id-token: write
attestations: write
Expand All @@ -33,7 +33,7 @@ jobs:
path: dist
merge-multiple: true
- name: Generate artifact attestation for sdist and wheel(s)
uses: actions/attest-build-provenance@v1.4.0
uses: actions/attest-build-provenance@v1.4.1
with:
subject-path: "dist/*"
- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dynamic = ["version"]
dependencies = [
"pytket-qiskit>=0.53.0", # manages the dependencies for qiskit and tket in a combined fashion
"pytket>=1.29.0", # lowest version that supports the used pytket AutoRebase pass instead of auto_rebase
"qiskit!=1.2.0", # there is a bug in 1.20.0 that causes an error some benchmarks, see https://github.com/Qiskit/qiskit/issues/12969
"qiskit!=1.2.0", # there is a bug in 1.2.0 that causes an error some benchmarks, see https://github.com/Qiskit/qiskit/issues/12969
"qiskit_optimization>=0.6",
"qiskit_nature[pyscf]>=0.7",
"qiskit_finance>=0.4.1",
Expand Down Expand Up @@ -218,10 +218,6 @@ isort.required-imports = ["from __future__ import annotations"]
[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.cibuildwheel]
# Enable free-threaded support
free-threaded-support = true


[tool.typos]
default.extend-ignore-re = [
Expand Down

0 comments on commit 77d1eb1

Please sign in to comment.