Skip to content

⬆️ Update numpy requirement from <2.0.0 to <3.0.0 in the python-dependencies group #1815

⬆️ Update numpy requirement from <2.0.0 to <3.0.0 in the python-dependencies group

⬆️ Update numpy requirement from <2.0.0 to <3.0.0 in the python-dependencies group #1815

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}