Skip to content

Commit

Permalink
⚗️ switch to development version
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Feb 12, 2024
1 parent 4d680b7 commit 87a5ae8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ repos:
- importlib_resources
- numpy
- pytest
- mqt.core~=2.2.2
- mqt.qcec
- mqt.core @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements
- mqt.qcec @ git+https://github.com/cda-tum/mqt-qcec.git@mqt-core-switch

# Check for spelling
- repo: https://github.com/codespell-project/codespell
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PYTHON_ALL_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]

BUILD_REQUIREMENTS = [
"mqt.core~=2.2.2",
"mqt.core @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements",
"scikit-build-core[pyproject]>=0.6.1",
"setuptools_scm>=7",
"pybind11>=2.11",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"scikit-build-core>=0.6.1",
"setuptools-scm>=7",
"pybind11>=2.11",
"mqt.core~=2.2.2",
"mqt.core @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements",
]
build-backend = "scikit_build_core.build"

Expand Down Expand Up @@ -41,7 +41,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"mqt.core[qiskit]~=2.2.2",
"mqt.core[qiskit] @ git+https://github.com/cda-tum/mqt-core.git@installation-improvements",
"rustworkx[all]>=0.13.0",
"importlib_resources>=5.0; python_version < '3.10'",
"typing_extensions>=4.0"
Expand Down

0 comments on commit 87a5ae8

Please sign in to comment.