Skip to content

Commit

Permalink
Updating for qiskit rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Feb 5, 2024
1 parent bf077c3 commit f65c304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ servedocs: docs ## compile the docs watching for changes
$(PYTHON) -m watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .

test: ## run tests quickly with the default Python
$(PYTHON) -m pytest -Walways
$(PYTHON) -m pytest

test-all: ## run tests on every Python version with tox
$(PYTHON) -m tox
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ twine==4.0.2
pytest==7.4.4
black==24.1.1
pyqir==0.10.0
qiskit==1.0.0b1
qiskit==1.0.0rc1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
qiskit==1.0.0b1
qiskit==1.0.0rc1
pyqir>=0.10.0,<0.11.0

[options.extras_require]
Expand Down

0 comments on commit f65c304

Please sign in to comment.