From 5053cd83ca2c72086f1ce2e7905b88583fca40c5 Mon Sep 17 00:00:00 2001 From: Edoardo Altamura <38359901+edoaltamura@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:33:39 +0100 Subject: [PATCH] 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 --- .github/workflows/main.yml | 2 +- README.md | 3 +-- constraints.txt | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4cc1e962..1e3eeb01f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -312,4 +312,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: coveralls --service=github - shell: bash \ No newline at end of file + shell: bash diff --git a/README.md b/README.md index 3149a1aef..a5ba7d135 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/constraints.txt b/constraints.txt index cc3e94d2c..c3a76a69a 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1 +1 @@ -numpy>=1.20 +numpy>=2