Skip to content

Commit

Permalink
Prepare to sanitize docs (#849)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
edoaltamura authored Nov 12, 2024
1 parent 512fc44 commit 5053cd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
shell: bash
shell: bash
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ We use [GitHub issues](https://github.com/qiskit-community/qiskit-machine-learni
[join the Qiskit Slack community](https://qisk.it/join-slack)
and use the [`#qiskit-machine-learning`](https://qiskit.enterprise.slack.com/archives/C07JE3V55C1)
channel for discussions and short questions.
For questions that are more suited for a forum, you can use the **Qiskit** tag in [Stack Overflow]
(https://stackoverflow.com/questions/tagged/qiskit).
For questions that are more suited for a forum, you can use the **Qiskit** tag in [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).

## Humans behind Qiskit Machine Learning

Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy>=1.20
numpy>=2

0 comments on commit 5053cd8

Please sign in to comment.