You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1 adds the project dependencies to pyproject.toml. It includes qiskit-ibm-runtime because it's needed to run the tests as written. However, it's not really a dependency of the package. We should remove the dependency from the tests by rewriting them to use GenericBackend from Qiskit SDK. Then, we can move qiskit-ibm-runtime to be a dev dependency.
The text was updated successfully, but these errors were encountered:
#1 adds the project dependencies to
pyproject.toml
. It includesqiskit-ibm-runtime
because it's needed to run the tests as written. However, it's not really a dependency of the package. We should remove the dependency from the tests by rewriting them to useGenericBackend
from Qiskit SDK. Then, we can moveqiskit-ibm-runtime
to be a dev dependency.The text was updated successfully, but these errors were encountered: