Skip to content

Commit

Permalink
chore: discontinue qiskit-terra references in favor of just qiskit
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorrivero committed Jan 2, 2024
1 parent 0012530 commit e93086c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)
[![Python](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-informational)](https://www.python.org/)
[![Qiskit Terra](https://img.shields.io/badge/Qiskit%20Terra-%E2%89%A5%200.24.0-6133BD)](https://github.com/Qiskit/qiskit-terra)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.45.1-6133BD)](https://github.com/Qiskit/qiskit)
<br />
[![Tests](https://github.com/pedrorrivero/pyproject-qiskit/actions/workflows/test.yml/badge.svg)](https://github.com/pedrorrivero/pyproject-qiskit/actions/workflows/test.yml)
[![Coverage](https://coveralls.io/repos/github/pedrorrivero/pyproject-qiskit/badge.svg?branch=main)](https://coveralls.io/github/pedrorrivero/pyproject-qiskit?branch=main)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docs = [
notebook = [
"jupyter >= 1.0.0",
"notebook >= 6.4.12",
"qiskit-terra[visualization] >= 0.24.0",
"qiskit[visualization] >= 0.45.1",
"qiskit-aer >= 0.11.0",
"nbqa >= 1.3.1",
"treon >= 0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/travis_before_script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$STRATEGY" == "min" ]; then
fi

if [ "$STRATEGY" == "dev" ]; then
# Install Rust, which we'll need to build Qiskit Terra
# Install Rust, which we'll need to build Qiskit
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
fi

Expand Down

0 comments on commit e93086c

Please sign in to comment.