Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Remove qiskit-ibmq-provider from requirements-dev.txt (#729)
Browse files Browse the repository at this point in the history
* Remove qiskit-ibmq-provider from requirements-dev.txt

* Remove IBMQ
  • Loading branch information
1ucian0 authored Sep 19, 2023
1 parent 455ea87 commit a3d5518
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions qiskit_ibm_provider/ibm_backend_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def jobs(
descending: If ``True``, return the jobs in descending order of the job
creation date (i.e. newest first) until the limit is reached.
instance: The provider in the hub/group/project format.
legacy: If ``True``, only retrieve jobs run from the deprecated ``qiskit-ibmq-provider``.
legacy: If ``True``, only retrieve jobs run from the archived ``qiskit-ibmq-provider``.
Otherwise, only retrieve jobs run from ``qiskit-ibm-provider``.
Returns:
Expand Down Expand Up @@ -383,7 +383,7 @@ def _get_jobs(
skip: Starting index for the job retrieval.
descending: If ``True``, return the jobs in descending order of the job
creation date (i.e. newest first) until the limit is reached.
legacy: Filter to only retrieve jobs run from the deprecated `qiskit-ibmq-provider`.
legacy: Filter to only retrieve jobs run from the archived ``qiskit-ibmq-provider``.
Returns:
A list of raw API response.
Expand Down Expand Up @@ -435,7 +435,7 @@ def _restore_circuit_job(
job_info: Job info in dictionary format.
raise_error: Whether to raise an exception if `job_info` is in
an invalid format.
legacy: Filter to only retrieve jobs run from the deprecated `qiskit-ibmq-provider`.
legacy: Filter to only retrieve jobs run from the archived ``qiskit-ibmq-provider``.
Returns:
Circuit job restored from the data, or ``None`` if format is invalid.
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ coverage>=6.3
scikit-learn>=0.20.0
ddt>=1.2.0,!=1.4.0,!=1.4.3
pylatexenc>=1.4
qiskit-ibmq-provider>=0.19.2

# Documentation
jupyter-sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
],
keywords="qiskit sdk quantum api ibmq",
keywords="qiskit, quantum",
packages=setuptools.find_packages(exclude=["test*"]),
install_requires=REQUIREMENTS,
include_package_data=True,
Expand Down

0 comments on commit a3d5518

Please sign in to comment.