Skip to content

Commit 5053cd8

Browse files
authored
Prepare to sanitize docs (#849)
* Fix StackOverflow formatting typo in `README.md` (#847) * Fix StackOverflow formatting typo * Bump numpy version to 2 * Post release 0.8 (#844) * Change version and activate stable tutorial tests * Bump VERSION.txt * Bump numpy version to 2 * Revert mergify and stable tutorials
1 parent 512fc44 commit 5053cd8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ jobs:
312312
env:
313313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
314314
run: coveralls --service=github
315-
shell: bash
315+
shell: bash

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ We use [GitHub issues](https://github.com/qiskit-community/qiskit-machine-learni
177177
[join the Qiskit Slack community](https://qisk.it/join-slack)
178178
and use the [`#qiskit-machine-learning`](https://qiskit.enterprise.slack.com/archives/C07JE3V55C1)
179179
channel for discussions and short questions.
180-
For questions that are more suited for a forum, you can use the **Qiskit** tag in [Stack Overflow]
181-
(https://stackoverflow.com/questions/tagged/qiskit).
180+
For questions that are more suited for a forum, you can use the **Qiskit** tag in [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).
182181

183182
## Humans behind Qiskit Machine Learning
184183

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy>=1.20
1+
numpy>=2

0 commit comments

Comments
 (0)